This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Timer0 and INT0 interrupt

Question with follwing code:

EA   = 0;
ET0  = 1;
INT0 =1;
EA   = 1;
T0_start();
while ( T0_interrupt );
if ( Int0_interrupt ){}
If I can find interrupt 0 has happened when timer0 is running?
Thank you.