Updated Apr 2025
RTOS Context Switch - Step 1
Prior to the RTOS tick interrupt
This example starts with TaskA executing. TaskB has previously been suspended so its context has already been stored on the TaskB stack.
TaskA has the context demonstrated by the diagram below.

The (A) label within each register shows that the register contains the correct value for the context of task A.
Next: RTOS Implementation - Detailed Example Step 2