We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear All, I'm using this interrupt on my program
void timer1_ISR (void) interrupt 3 //timer1 interrupt services routine { .. } void it_ext1(void) interrupt 2 // external interrupt INT1 { .. } void timerisr(void) interrupt 1 //timer0 interrupt services routine { .. } static void com_isr (void) interrupt 4 //SERIAL COMMUNICATION INTERRUPT SERVICES ROUTINE { .. } void i2c(void) interrupt 5 //i2c interrupt services routines { .. }
oops, I did a typpo. second structure is defined from 0x0C. Sorry, Oleg