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

Arduino: Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1) #61

Open
rifqizain opened this issue Aug 9, 2023 · 3 comments

Comments

@rifqizain
Copy link

after compile my esp32 error and reboot continuously
please help me about that issue....
thx

@Peyutron
Copy link

Hello good! I have the same problem, but I also have it in all versions from 9.8 to 9.12, which are the ones I've tried. I am not very clear why, before it worked well, even the version that I had modified with the channels and more, give me the error:

PC : 0x400e1ca4 PS : 0x00060c30 A0 : 0x800dd542 A1 : 0x3ffc7cf0
A2 : 0x00000000 A3 : 0xc0100020 A4 : 0x00000063 A5 : 0xffffffff
A6 : 0xffffffff A7 : 0x00000000 A8 : 0x00000020 A9 : 0x00013ffc
A10 : 0x00000063 A11 : 0x00000000 A12 : 0x00e80003 A13 : 0x00000003
A14 : 0x00060c20 A15 : 0x00000001 SAR : 0x00000003 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000020 LBEG : 0x4008711c LEND : 0x40087127 LCOUNT : 0xffffffff

Backtrace: 0x400e1ca1:0x3ffc7cf0 0x400dd53f:0x3ffc7d20 0x400db29c:0x3ffc7d80 0x400d2ade:0x3ffc7dd0 0x400dd732:0x3ffc7e20

ELF file SHA256: a94e4bb375fa3c5d

Rebooting...

I don't think it's a problem with the program, it's more like something has changed in the arduino or in the way of configuring it. Now I'm without sound :(

any ideas??
Thanks!!!

@rifqizain
Copy link
Author

I was try ide version 1.40/1.50 but doesn’t support anymore for macos bigsure

@rengels
Copy link

rengels commented Sep 10, 2023

This happens if you produce too much load on the cpu, e.g. by a high MAX_RPM_PERCENTAGE and e.g. PWM signal inputs.

Fixed by my "timing" pull request.

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

3 participants