I have enable_interrupts(INT_TIMER1) and enable_interrupts(GLOBAL) set, and when the TMR1IF is set, the program continues normally and doesn't enter to the #int_timer1 routine.
Is a way i can use to see if the program enter to the interrupt routine?
Tanks
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Tue Dec 27, 2005 10:22 pm
Both the Microchip ICD and ICD2 have the limitiation given below.
I assume the CCS ICD is similar. Could this be your problem ?
From the Microchip ICD2 help file:
Quote:
You cannot single step through an interrupt.
Due to hardware restrictions the MPLAB ICD 2
cannot jump to the interrupt vector memory
location in single step or animate mode.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum