Real Time Scheduling
[RTOS Fundamentals]

The diagram below demonstrates how the tasks defined on the previous page would be scheduled by a real time operating system. The RTOS has itself created a task - the idle task - which will execute only when there are no other tasks able to do so. The RTOS idle task is always in a state where it is able to execute.

RTExample.gif


Referring to the diagram above:



Next: Section 2 - RTOS Implementation