Not sure if this has already been reported, please let me know if it has.
I am having an intermittent crash when running my program.
My program is not using freeRTOS timers. I am using the uart and bluetooth central+peripheral.
This is the trace that gets printed in the monitor when the crash occurs.
Code: Select all
C:/0000-Working/ESP32/esp-idf/components/freertos/timers.c:693 (prvProcessReceivedCommands)- assert failed!
abort() was called at PC 0x40087838 on core 0
0x40087838: prvProcessReceivedCommands at C:/0000-Working/ESP32/esp-idf/components/freertos/timers.c:839
(inlined by) prvTimerTask at C:/0000-Working/ESP32/esp-idf/components/freertos/timers.c:445
Backtrace: 0x4008810f:0x3ffb7120 0x4008813b:0x3ffb7140 0x40087838:0x3ffb7160
0x4008810f: invoke_abort at C:/0000-Working/ESP32/esp-idf/components/esp32/panic.c:138
0x4008813b: abort at C:/0000-Working/ESP32/esp-idf/components/esp32/panic.c:147
0x40087838: prvProcessReceivedCommands at C:/0000-Working/ESP32/esp-idf/components/freertos/timers.c:839
(inlined by) prvTimerTask at C:/0000-Working/ESP32/esp-idf/components/freertos/timers.c:445
If anyone has any idea what might be causing this it would be much appreciated.