英文: How to return a variable from a function in a multi core environment? 问题 所以我有一个必须在系统中对其他任务可用的变量。...
vTaskCreatePinnedToCore() 没有按预期行为
英文: vTaskCreatePinnedToCore() isn't behaving as expected 问题 我正在使用ESP-IDF,并希望在ESP32的不同内核上同时运行两个任务...
无法使用FreeRTOS在esp32-wrover上打印日志。
英文: Cannot print the logs using FreeRtos in esp32-wrover 问题 I recently started learning FreeRTOS on ...
中断在FreeRTOS的TICKLESS_IDLE模式中
英文: Interrupt in TICKLESS_IDLE mode of FreeRTOS 问题 I have some questions about tickless idle mode in...
FreeRTOS堆实现是否违反了C语言别名规则?
英文: Do FreeRTOS heap implementations violate C aliasing rules? 问题 Looking at the code for heap 1 in ...
STM32 HAL tick hangs after FreeRTOS mutex creation.
英文: STM32 HAL tick hangs after FreeRTOS mutex creation 问题 在创建FreeRTOS互斥量后,HAL Tick定时器不再增加。我使用STM32Cu...
FreeRTOS任务无限期阻塞而没有上下文切换。
英文: FreeRTOS task blocks indefinitely without context switch 问题 我正在编写一个简单的FreeRTOS应用程序,在其中我创建一个新任务并阻...