8 years, 10 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?

1 Answer

8 years, 10 months ago.

Second, all interrupts will be executed.

Accepted Answer

Thank you..

posted by Pradeep Kotipalli 11 Jun 2015