Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 5 months ago.
RTOS ISR having 2 interrupt Threads
I am running an RTOS program with threads running with scheduler based execution and two ISRs. What happens if I receive both the interrupts at the same time? Will the ISR with higher priority execute alone or the ISR with lower priority execute after the execution of the higher priority ISR?