Search found 1 match
- Mon Feb 03, 2025 6:56 am
- Forum: ESP32 Arduino
- Topic: Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0).
- Replies: 1
- Views: 1532
Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0).
I am working on ESP WRover-IB controller, where I have implemented the earth detection via External Interrupt on GPIO. Now the logic is that, There is a timer that is running to overflow in 2 second. But External Interrupt will keep clearing the counter of timer. Once the mains get off, the timer wi...