FreeRTOS使用

发布于 2024-06-20  104 次阅读


FreeRTOS与外部中断结合使用

Debug

vTaskSuspendAll();
//此处不应该使用osDelay();
xTaskResumeAll();
最后更新于 2024-06-27