RED HAT
RED HAT
DIIDevHeads IoT Integration Server
Created by Daniel kalu on 7/30/2024 in #firmware-and-baremetal
How to Resolve Synchronization Issues in Multi-Threaded ESP32 FreeRTOS Application?
@Daniel kalu are you certain that the mutex is always being released? If there's any condition where xSemaphoreGive() is not called, it could lead to the task watchdog being triggered.
7 replies