• ISR Question (update)
    Follow up to a previous thread posted last week. The issue is that my timer interrupt won't work if serial interrupts are enabled, unless the timer interrupt priority is set to high. As per Erik...
  • #if ISR
    I have created a very useful macro that will have disastrous results if it is used inside an ISR. A few years from now some unsuspecting soul (who could be me) will probably use it inside an ISR and spend...
  • A question about ISRs, bootcode and application code
    Hello all, Why is it that the boot code and the application code cannot share the same ISRs? I had a look at previously posted threads in the forum but I couldn't find a technical explanation. Can you...
  • Doubt in ISR
    Dear All One doubt i got. may be innocent. for say iam using Timer. in the Timer iam putting one task what will happen if the Timer overflows before the task finished. for first overflow...
  • isr problem
    hello sir, i have coded a program in which after enabling the interrupt the control is not going to the ISR.Can you please correct my error. REPLY AS SOON AS POSSIBLE. URGENT. #include<ADUC842...