You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The code can avoid the error: Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)
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.
The text was updated successfully, but these errors were encountered:
wanggaoteng
changed the title
A note on the example of Interrupts, avoid "Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)"
A note on the example of Interrupts, solve "Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)"
Dec 25, 2023
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:
The code can avoid the error: Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)
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.
The text was updated successfully, but these errors were encountered: