Search found 1 match
- Mon Feb 14, 2022 8:15 pm
- Forum: ESP32 Arduino
- Topic: How to disable interrupt watchdog or increase it's timeout limit?
- Replies: 0
- Views: 1869
How to disable interrupt watchdog or increase it's timeout limit?
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 tr...