Hi
Examining the error output closely, it says that Task IDLE0 (IIRC) didn't service the watchdog quick enough. I fixed that with a vTaskDelay in loop().
Many thanks
Mark-Robert
Search found 2 matches
- Thu Feb 13, 2025 12:36 pm
- Forum: ESP32 Arduino
- Topic: Mutex test program crashes the ESP32
- Replies: 3
- Views: 2439
- Wed Feb 12, 2025 1:07 pm
- Forum: ESP32 Arduino
- Topic: Mutex test program crashes the ESP32
- Replies: 3
- Views: 2439
Mutex test program crashes the ESP32
Hello.
I have written a program to test my understanding of FreeRTOS mutext behaviour, but I'm having a problem. When running the following code, I have two observations:
The code randomly crashes, causing the ESP32 to reboot
The frequency of change from display AAAAAAAAA to BBBBBBBBBB is much ...
I have written a program to test my understanding of FreeRTOS mutext behaviour, but I'm having a problem. When running the following code, I have two observations:
The code randomly crashes, causing the ESP32 to reboot
The frequency of change from display AAAAAAAAA to BBBBBBBBBB is much ...