8 years, 11 months ago.

What happens to RTOS Scheduler during Interrupt Service on mbed?

I want to make a RTOS program with threads called at regular intervals and interrupt services on interrupt calls on FRDM-KL46Z. I have three threads which are called upon setting three different signals at regular time intervals. There are interrupt service calls as well. Say thread 1 is being run and interrupt is given. What happens after the interrupt service? What happens if the interrupt service sets the signal for thread 2?

Be the first to answer this question.