PxMatrix icon indicating copy to clipboard operation
PxMatrix copied to clipboard

Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0)

Open wavewolf opened this issue 6 years ago • 1 comments

What can I do to solve this problem? I am using a wireless communication module that uses SPI (CLK 19, MOSI 23, MISO 18 and SS 4) and I receive this error as soon as I define the screen parameters in void setup.

Guru Meditation Error: Core  0 panic'ed (Interrupt wdt timeout on CPU0)
Core 0 register dump:
PC      : 0x40087f64  PS      : 0x00060034  A0      : 0x80088770  A1      : 0x3ffbe2b0  
A2      : 0x3ffbdd18  A3      : 0x0000cdcd  A4      : 0xb33fffff  A5      : 0x00000001  
A6      : 0x00060021  A7      : 0x0000abab  A8      : 0x0000cdcd  A9      : 0x3ffbe2b0  
A10     : 0x00000003  A11     : 0x00060023  A12     : 0x00060021  A13     : 0x3ffb1ff0  
A14     : 0x00000000  A15     : 0x00000000  SAR     : 0x0000001d  EXCCAUSE: 0x00000005  
EXCVADDR: 0x00000000  LBEG    : 0x00000000  LEND    : 0x00000000  LCOUNT  : 0x00000000  
Core 0 was running in ISR context:
EPC1    : 0x400ec086  EPC2    : 0x00000000  EPC3    : 0x00000000  EPC4    : 0x40087f64

Backtrace: 0x40087f64:0x3ffbe2b0 0x4008876d:0x3ffbe2e0 0x4008974b:0x3ffbe300 0x40089421:0x3ffbe320 0x4008160e:0x3ffbe330 0x400ec083:0x00000000

Core 1 register dump:
PC      : 0x40089c84  PS      : 0x00060034  A0      : 0x80088ac6  A1      : 0x3ffbe810  
A2      : 0x3ffb8460  A3      : 0x3ffb8074  A4      : 0x00000001  A5      : 0x00000001  
A6      : 0x00060023  A7      : 0x00000000  A8      : 0x3ffb8074  A9      : 0x3ffb8074  
A10     : 0x00000018  A11     : 0x00000018  A12     : 0x00000001  A13     : 0x00000001  
A14     : 0x00060023  A15     : 0x00000000  SAR     : 0x00000007  EXCCAUSE: 0x00000005  
EXCVADDR: 0x00000000  LBEG    : 0x400013f9  LEND    : 0x4000140d  LCOUNT  : 0xfffffffc  

Backtrace: 0x40089c84:0x3ffbe810 0x40088ac3:0x3ffbe830 0x4008759f:0x3ffbe850 0x400d2f5e:0x3ffbe890 0x400d1f6d:0x3ffbe8b0 0x400d10f5:0x3ffbe8d0 0x40080e4d:0x3ffbe8f0 0x40081115:0x3ffbe910 0x40081605:0x3ffbe930 0x4000bfed:0x00000000

Rebooting...

wavewolf avatar Nov 13 '19 13:11 wavewolf

I think you should start by providing some example code which would replicate the issue...

sovcik avatar May 04 '20 04:05 sovcik