FreeRTOS Source Code Analysis: Task Startup and Switching
FreeRTOS Source Code Analysis – Task Startup and Switching In the previous article, “Embedded Operating Systems: FreeRTOS Source Code Analysis Part Two – Task Creation,” we analyzed how tasks are created and added to the linked list. Now, we return to SVC 0, and after calling this statement, the first task will officially start.In this … Read more