Core Code of FreeRTOS: Task Module (Part 1)

Core Code of FreeRTOS: Task Module (Part 1)

The source code of the task function includes the following parts: Priority handling Task creation Starting the first task Task switching Task blocking/waking This article will not cover all the above points, but will focus on:1. Priority handling2. Creation and starting of the first task1. Priority handlingFreeRTOS tasks are divided into 1-5 different priority levels, … Read more