I'm using a Mac running Monterey and attempting to run the example code on Arduino IDE for the ESP32 UWB, but it runs into this error:
Code: Select all
Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1).
Core 1 register dump:
PC : 0x4008ac3a PS : 0x00060735 A0 : 0x80089bb2 A1 : 0x3ffbf18c
A2 : 0x3ffb7d84 A3 : 0x3ffbd330 A4 : 0x00000004 A5 : 0x00060723
A6 : 0x00060723 A7 : 0x00000001 A8 : 0x3ffbd330 A9 : 0x00000018
A10 : 0x3ffbd330 A11 : 0x00000018 A12 : 0x3ffc2794 A13 : 0x00060723
A14 : 0x007bf338 A15 : 0x003fffff SAR : 0x0000001e EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x400841e1 LEND : 0x400841e9 LCOUNT : 0x00000027
Core 1 was running in ISR context:
EPC1 : 0x400dfb6b EPC2 : 0x00000000 EPC3 : 0x00000000 EPC4 : 0x00000000
Backtrace: 0x4008ac37:0x3ffbf18c |<-CORRUPTED
Core 0 register dump:
It seems to have an issue with this line:
Code: Select all
DW1000Ranging.initCommunication(PIN_RST, PIN_SS, PIN_IRQ);
Any help would be greatly appreciated!!!
Best
Lewis