News

This is why, for absolute best-of-class real-time performance, a deterministic single polling loop approach with fast interrupt handler routines for incoming events is by far the most deterministic.
The PendSV Exception From the last lesson, you should remember that the RTOS context switch “hijacks” the interrupt handling mechanism already available in the CPU. Specifically, by the end of an ISR ...