It seems to run fine for a while, then BOOM! it panics and reboots. It may successfully complete the connect/wait-10-secs cycle 3 times before panic'ing and rebooting - or it might go 20 or 30 cycles. Any idea what's going on?
Code: Select all
...
I (53406) example: Connected.
I (53406) example: Performing the SSL/TLS handshake...
Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU1)
Register dump:
PC : 0x400d14f4 PS : 0x00060d34 A0 : 0x80085174 A1 : 0x3ffafda0
0x400d14f4: esp_vApplicationIdleHook at /Users/Fred/Dev/esp/esp-idf/components/esp32/./freertos_hooks.c:52
A2 : 0x00000008 A3 : 0x00000001 A4 : 0x00060023 A5 : 0x3ffafe4c
A6 : 0x00000001 A7 : 0x00000001 A8 : 0x3ffb2c5c A9 : 0x3ffafd80
A10 : 0x00000000 A11 : 0x00060d20 A12 : 0x80083c99 A13 : 0x3ffafcb0
A14 : 0x00000003 A15 : 0x00060023 SAR : 0x00000000 EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000
Backtrace: 0x400d14f4:0x3ffafda0 0x40085174:0x3ffafdc0
0x400d14f4: esp_vApplicationIdleHook at /Users/Fred/Dev/esp/esp-idf/components/esp32/./freertos_hooks.c:52
0x40085174: prvIdleTask at /Users/Fred/Dev/esp/esp-idf/components/freertos/./tasks.c:3439
Rebooting...