Our product has a fuel gauge connected to the ESP32 via I2C. When on battery power, it runs fine for a few hours, but then I get a Guru Meditation Error.
Code: Select all
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x40113404 PS : 0x00060830 A0 : 0x800d7ebb A1 : 0x3ffcfc50
A2 : 0x3ffdd290 A3 : 0x00000000 A4 : 0x3ffbebe8 A5 : 0x0000001f
A6 : 0x00000001 A7 : 0x00000005 A8 : 0x8008e82e A9 : 0x3ffcfc30
A10 : 0xfefefefe A11 : 0x0000049e A12 : 0x3ffcfc20 A13 : 0x0000000c
A14 : 0x00000000 A15 : 0x00000013 SAR : 0x00000004 EXCCAUSE: 0x0000001c
EXCVADDR: 0xfefeff0e LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xfffffffb
Backtrace: 0x40113404:0x3ffcfc50 0x400d7eb8:0x3ffcfc70 0x400d8079:0x3ffcfca0 0x400d8409:0x3ffcfcd0 0x400d85e9:0x3ffcfd60 0x4008f3cd:0x3ffcfd80
Rebooting...
Since my device isn't connected to the programming port, I can't run make monitor. Is there some other way for me to get more information as to what might be causing this?
Thanks...