Hi Again Everyone;
Help me out on this doubt;
Lets forget from a little moment, abour rule number one of interrupts. ( Get in, and get out ASAP )
If i have im my code 2 interrupts, one from timer1 that interrupts every 10mS, and other from timer2 that interrupts every 3mS. Inside the ISR of the timer1, i have a piece fo code that takes 8mS to complete, and on timer2 i have a routine that takes 2ms.
My doubt/question, is, what will happen when timer1 is trigger, and during the execution of the code inside the ISR, timer2 triggers also?
Bookmarks