Interrupt wdt timeout
Posted: Thu Sep 03, 2020 1:55 pm
I have a problem with external Interrupt in ESP32, the serial monitor display this message when interrupt is occurred :
Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)
Core 1 register dump:
PC : 0x400d6308 PS : 0x00060e34 A0 : 0x800d640f A1 : 0x3ffbe5d0
A2 : 0x00000031 A3 : 0x00000001 A4 : 0x00060e21 A5 : 0x00000001
A6 : 0x00060e21 A7 : 0x00000000 A8 : 0x0000002e A9 : 0x3ffbe5d0
A10 : 0x3ffaff60 A11 : 0xbaad5678 A12 : 0x3ffb84e4 A13 : 0x00000001
A14 : 0x00060e23 A15 : 0x00000000 SAR : 0x0000000a EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00000000
Core 1 was running in ISR context:
EPC1 : 0x400d1c2a EPC2 : 0x00000000 EPC3 : 0x00000000 EPC4 : 0x400d6308
Backtrace: 0x400d6308:0x3ffbe5d0 0x400d640c:0x3ffbe5f0 0x400d6638:0x3ffbe630 0x400d189c:0x3ffbe670 0x400d1d1d:0x3ffbe6a0 0x400d0fed:0x3ffbe6c0 0x400d10a2:0x3ffbe6f0 0x400d10f1:0x3ffbe720 0x400d0d50:0x3ffbe740 0x400d0d7d:0x3ffbe760 0x400d0d90:0x3ffbe780 0x40080ebd:0x3ffbe7a0 0x40081e41:0x3ffbe7c0 0x400e9d9d:0x3ffb1fb0 0x40085aa1:0x3ffb1fd0
Core 0 register dump:
PC : 0x400ea1ae PS : 0x00060534 A0 : 0x800d5f92 A1 : 0x3ffbbff0
A2 : 0x00000000 A3 : 0x00000001 A4 : 0x00000000 A5 : 0x00000001
A6 : 0x00060320 A7 : 0x00000000 A8 : 0x800d70ae A9 : 0x3ffbbfc0
A10 : 0x00000000 A11 : 0x40085214 A12 : 0x00060320 A13 : 0x3ffbb660
A14 : 0x00000000 A15 : 0x3ffbbce0 SAR : 0x00000000 EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000
Backtrace: 0x400ea1ae:0x3ffbbff0 0x400d5f8f:0x3ffbc010 0x4008794e:0x3ffbc030 0x40085aa1:0x3ffbc050
Rebooting...
any help pls !
Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)
Core 1 register dump:
PC : 0x400d6308 PS : 0x00060e34 A0 : 0x800d640f A1 : 0x3ffbe5d0
A2 : 0x00000031 A3 : 0x00000001 A4 : 0x00060e21 A5 : 0x00000001
A6 : 0x00060e21 A7 : 0x00000000 A8 : 0x0000002e A9 : 0x3ffbe5d0
A10 : 0x3ffaff60 A11 : 0xbaad5678 A12 : 0x3ffb84e4 A13 : 0x00000001
A14 : 0x00060e23 A15 : 0x00000000 SAR : 0x0000000a EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00000000
Core 1 was running in ISR context:
EPC1 : 0x400d1c2a EPC2 : 0x00000000 EPC3 : 0x00000000 EPC4 : 0x400d6308
Backtrace: 0x400d6308:0x3ffbe5d0 0x400d640c:0x3ffbe5f0 0x400d6638:0x3ffbe630 0x400d189c:0x3ffbe670 0x400d1d1d:0x3ffbe6a0 0x400d0fed:0x3ffbe6c0 0x400d10a2:0x3ffbe6f0 0x400d10f1:0x3ffbe720 0x400d0d50:0x3ffbe740 0x400d0d7d:0x3ffbe760 0x400d0d90:0x3ffbe780 0x40080ebd:0x3ffbe7a0 0x40081e41:0x3ffbe7c0 0x400e9d9d:0x3ffb1fb0 0x40085aa1:0x3ffb1fd0
Core 0 register dump:
PC : 0x400ea1ae PS : 0x00060534 A0 : 0x800d5f92 A1 : 0x3ffbbff0
A2 : 0x00000000 A3 : 0x00000001 A4 : 0x00000000 A5 : 0x00000001
A6 : 0x00060320 A7 : 0x00000000 A8 : 0x800d70ae A9 : 0x3ffbbfc0
A10 : 0x00000000 A11 : 0x40085214 A12 : 0x00060320 A13 : 0x3ffbb660
A14 : 0x00000000 A15 : 0x3ffbbce0 SAR : 0x00000000 EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000
Backtrace: 0x400ea1ae:0x3ffbbff0 0x400d5f8f:0x3ffbc010 0x4008794e:0x3ffbc030 0x40085aa1:0x3ffbc050
Rebooting...
any help pls !