FreeRTOS - Part 2
FreeRTOS Tasks Bob continues his article series about the open-source FreeRTOS. At the heart of FreeRTOS is the task. In part 2, looks at what a task is, what options are available to configure a task’s Task Control Block (TCB) and what features might be missing in the FreeRTOS TCB. Topics Covered How does execution context work? What are the optional TCB parameters in FreeRTOS? What’s missing in a FreeRTOS TCB? Tech Discussed FreeRTOS Growing up, I gradually discovered that I was good at multi-tasking. I first noticed it while working summers in the blueberry fields in Michigan. I could ...