Strange error
Posted: Tue Sep 17, 2024 3:06 pm
Hello
I use a V5.1 Release Path of the ESP-IDF
I put only the Core1 the Wifi handler only, my application runnning on the Core 0. Sometimes work flawlessly 1+ times and when this happens random error can cause.
I see this error:
Starting web server
Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled.
Memory dump at 0x400ff6fc: d1880a3d 00000000 20008800
0x400ff6fc: hostap_input at ??:?
Core 1 register dump:
PC : 0x400ff700 PS : 0x00060730 A0 : 0x800fd82e A1 : 0x3ffc1bd0
0x400ff700: hostap_input at ??:?
A2 : 0x00000040 A3 : 0x00000000 A4 : 0x00000000 A5 : 0x00000018
A6 : 0x00000000 A7 : 0x3ffc3684 A8 : 0x3ffce72c A9 : 0x3ffc1b90
A10 : 0x00000000 A11 : 0x3ffc3684 A12 : 0x0000001c A13 : 0x00000018
A14 : 0x00000000 A15 : 0x3ffc3684 SAR : 0x00000001 EXCCAUSE: 0x00000000
EXCVADDR: 0x00000000 LBEG : 0x4000c46c LEND : 0x4000c477 LCOUNT : 0x00000000
Backtrace: 0x400ff6fd:0x3ffc1bd0 0x400fd82b:0x3ffc1c30 0x40095299:0x3ffc1c50 0x40092ff0:0x3ffc1c70 0x4008ae21:0x3ffc1ca0
0x400ff6fd: hostap_input at ??:?
0x400fd82b: ap_rx_cb at ??:?
0x40095299: ppRxPkt at ??:?
0x40092ff0: ppTask at ??:?
0x4008ae21: vPortTaskWrapper at /home/zilizii/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c:162
I run the code on my own hardware. I cannot attach any JTAG ....
Where I made a mistake? Is there any advice?
Code can be seens here:
https://github.com/zilizii/RTC_MS/tree/Logic
I use a V5.1 Release Path of the ESP-IDF
I put only the Core1 the Wifi handler only, my application runnning on the Core 0. Sometimes work flawlessly 1+ times and when this happens random error can cause.
I see this error:
Starting web server
Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled.
Memory dump at 0x400ff6fc: d1880a3d 00000000 20008800
0x400ff6fc: hostap_input at ??:?
Core 1 register dump:
PC : 0x400ff700 PS : 0x00060730 A0 : 0x800fd82e A1 : 0x3ffc1bd0
0x400ff700: hostap_input at ??:?
A2 : 0x00000040 A3 : 0x00000000 A4 : 0x00000000 A5 : 0x00000018
A6 : 0x00000000 A7 : 0x3ffc3684 A8 : 0x3ffce72c A9 : 0x3ffc1b90
A10 : 0x00000000 A11 : 0x3ffc3684 A12 : 0x0000001c A13 : 0x00000018
A14 : 0x00000000 A15 : 0x3ffc3684 SAR : 0x00000001 EXCCAUSE: 0x00000000
EXCVADDR: 0x00000000 LBEG : 0x4000c46c LEND : 0x4000c477 LCOUNT : 0x00000000
Backtrace: 0x400ff6fd:0x3ffc1bd0 0x400fd82b:0x3ffc1c30 0x40095299:0x3ffc1c50 0x40092ff0:0x3ffc1c70 0x4008ae21:0x3ffc1ca0
0x400ff6fd: hostap_input at ??:?
0x400fd82b: ap_rx_cb at ??:?
0x40095299: ppRxPkt at ??:?
0x40092ff0: ppTask at ??:?
0x4008ae21: vPortTaskWrapper at /home/zilizii/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c:162
I run the code on my own hardware. I cannot attach any JTAG ....
Where I made a mistake? Is there any advice?
Code can be seens here:
https://github.com/zilizii/RTC_MS/tree/Logic