Description
I have a problem. My esp32 reboots while trying to read the time. The standard example works without errors. The call from setup in my program works without problems. But in loop I have an error.
I use many network protocols in the program. Websocket, mqtt, webserver ... Any thoughts.
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x400df154 PS : 0x00060630 A0 : 0x800df17c A1 : 0x3ffb1ea0
A2 : 0x3ffc1810 A3 : 0x3ffc1830 A4 : 0x00000030 A5 : 0x00006640
A6 : 0x00060420 A7 : 0x00000000 A8 : 0x00000081 A9 : 0x0000004e
A10 : 0x74732e00 A11 : 0x722e326d A12 : 0x00000030 A13 : 0x3ffc1860
A14 : 0x3ffc3f3c A15 : 0x00000003 SAR : 0x0000000a EXCCAUSE: 0x0000001c
EXCVADDR: 0x000000b9 LBEG : 0x4000c46c LEND : 0x4000c477 LCOUNT : 0x00000000
Backtrace: 0x400df154:0x3ffb1ea0 0x400df179:0x3ffb1ec0 0x400df24c:0x3ffb1ee0 0x400d1c7a:0x3ffb1f00 0x400d6e75:0x3ffb1f60 0x400e3de9:0x3ffb1fb0 0x40088b7d:0x3ffb1fd0
Rebooting...