FreeRTOS learning route

1. FreeRTOS transplantation

Migration method portal There are a large number of FreeRTOS transplantation materials on the Internet. I chose this one. The data is relatively rich during the transplantation process. You can refer to the materials.

2. Application of FreeRTOS

2.1 Detailed explanation of FreeRTOSConfig.h configuration file

2.2 FreeRTOS task stack overflow detection

3. FreeRTOS API learning

3.1 Task Creation

3.1.1 xTaskCreate

3.1.2 xTaskCreateStatic

3.1.3 vTaskDelete

3.2 Task Control (task control)

3.2.1 vTaskDelay

3.2.2 vTaskDelayUntil

3.2.3 uxTaskPriorityGet

3.3 Task Utilities

4. Analysis of kernel implementation

Published 163 original articles · Liked 183 · Visit 120,000+

Guess you like

Origin blog.csdn.net/qq_31339221/article/details/101213199