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