Page 1 of 1

How to disable interrupt watchdog or increase it's timeout limit?

Posted: Mon Feb 14, 2022 8:15 pm
by zixiao_bios
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
Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)
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 ... figuration

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!