freertos学习笔记 2024-4-16 10:03 | 386 | 0 | freertos 800 字 | 6 分钟 参考教程:https://rtos.100ask.net/zh/FreeRTOS/DShanMCU-F103/chapter7.html freertos学习笔记 任务管理 任务 创建任务 void xTaskCreate(TaskFunction_t pvTaskCode, const char * const pcName, const uin…