How to disable interrupt watchdog or increase it's timeout limit?
Posted: Mon Feb 14, 2022 8:15 pm
Hello everyone,
Im using ESP32-WROOM-32 + PlatformIO + arduino-esp32 to play some .mp3 music on LittleFS. The problem is that my ESP32 restart when playing sound sometimes, and this problem appears randomly.
The error is
But there is no way to change it in arduino-esp32, and ESP-IDF don't provide any API function to config it either. So does anyone have a way to solve it?
Thanks!
Im using ESP32-WROOM-32 + PlatformIO + arduino-esp32 to play some .mp3 music on LittleFS. The problem is that my ESP32 restart when playing sound sometimes, and this problem appears randomly.
The error is
And I try to config the interrupt watchdog but can't find a way. In ESP-IDF you can config interrupt watchdog in Project Configuration Menu (sdkconfig) :https://docs.espressif.com/projects/esp ... figurationGuru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)
But there is no way to change it in arduino-esp32, and ESP-IDF don't provide any API function to config it either. So does anyone have a way to solve it?
Thanks!