Dear users!
I am using MPLAB port with PIC32MX360f512 device.
I am using few interrupts and all with assembler wrapper, all works fine, but… i did one interrupt for external signal INT1 and my app hangs when i did it without wrapper this interrupt works. Debugging was not helping Maybe you know where i can go?
P.S. now i am using 3 wrapped interrupts. Hmmm… what about stack? maybe here is the problem? stack is for all interrupts together? i mean: configISR_STACK_SIZE is for all together or for each and every int?