Arduino: Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)
rifqizain opened this issue · 3 comments
after compile my esp32 error and reboot continuously
please help me about that issue....
thx
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!!!
I was try ide version 1.40/1.50 but doesn’t support anymore for macos bigsure
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.