Microcontroller › 8051 › 8051 interrupt problem › the interrupt function need
July 2, 2015 at 5:10 pm
#13034
Ashutosh Bhatt
Participant
the interrupt function need not to be called
it executes automatically when interrupt arrives
u have to declare function as ISR using "interrupt" keyword like
void ext_int0() interrupt 0