You should never manipulate the GIE bit inside the ISR. That is handled automatically when you get the intr, and then RETFIE restores it on exit.disable additional interrupts during processing the current interrupt
Remove those two instructions.
You should never manipulate the GIE bit inside the ISR. That is handled automatically when you get the intr, and then RETFIE restores it on exit.disable additional interrupts during processing the current interrupt
Remove those two instructions.
Bookmarks