This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Sir,
I have two interrupt subroutine in my application code. One is periodic timer interrupt of 2ms. The other one is UART receive interrupt. I am not sure whether both are working. I think the timer interupt is working fine but UART receive interrupt is not working everytime as the LED that should be ON once UART interrupt occures which is written in scinotification(). Though the LED is glowing but not everytime. How to solve. I know the timer interrupt is having highest priority as FIQ. The UART interrupt should not be skipped. I want UART interrupt ISR to be served once timer interrupt subroutine complete(if in any case both are overlapping).
How to solve ??
Regards,
Deepak