Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wanggaoteng opened this issue Dec 24, 2023 · 0 comments

Comments

@wanggaoteng
Copy link

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant