Hi,
I'm trying to implement a very simple external interrupt INT0 code on PIC24FJ256GA702. When the MCU is not at sleep mode, the interrupt INT0 works fine. i.e. when the MCU gets interrupted by INT0, the MCU goes to ISR and executes whatever in ISR. How..
↧