Try this as a quick test.
In your Alarm routine replace High PORTC.0 with PORTC.0 = INTCON3.1.
In your Main routine replace LOW PORTC.0 with PORTC.0 = INTCON3.1.
Your LED will show the state of the INT2 interrupt flag bit. What does
the LED do?
Try this as a quick test.
In your Alarm routine replace High PORTC.0 with PORTC.0 = INTCON3.1.
In your Main routine replace LOW PORTC.0 with PORTC.0 = INTCON3.1.
Your LED will show the state of the INT2 interrupt flag bit. What does
the LED do?
Bookmarks