First page Back Continue Last page Graphics
Nested Interrupts
If a higher priority interrupt can interrupt a lower priority interrupt routine then a mechanism must exist to tell the RTOS not to reschedule after the higher priority interrupt finishes
- Basically: the RTOS cannot be allow to resechedule until all interrupts complete.