Search found 2 matches

by Mark-Robert
Thu Feb 13, 2025 12:36 pm
Forum: ESP32 Arduino
Topic: Mutex test program crashes the ESP32
Replies: 3
Views: 2439

Re: Mutex test program crashes the ESP32

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
by Mark-Robert
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 ...

Go to advanced search