EasyButton icon indicating copy to clipboard operation
EasyButton copied to clipboard

A note on the example of Interrupts, solve "Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)"

Open wanggaoteng opened this issue 2 years ago • 0 comments

For the example of Interrupts, namely, the code in EasyButton\examples\Interrupts, I must add some time consuming code or a delay in loop(), such as: image

The code can avoid the error: Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1) 1

If I do not add some time consuming code or a delay in loop(), namely, use a very short code instead, such as digitalWrite(13, HIGH); the error above can not be solved by the non-time consuming code.

I don't know why, I tested all afternoon and obtained the above conclusion.

P.S. My board are esp32 and esp32-s3, I test both of them.

wanggaoteng avatar Dec 24 '23 09:12 wanggaoteng