Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error post compile #9

Open
overcyber opened this issue Jun 28, 2023 · 1 comment
Open

Error post compile #9

overcyber opened this issue Jun 28, 2023 · 1 comment

Comments

@overcyber
Copy link

the compilation succeeds, but in esp32-s2 the following error occurs.

I (6884) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (6884) wifi_init: rx ba win: 6
I (6894) wifi_init: tcpip mbox: 32
I (689Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x400014fd PS : 0x00060430 A0 : 0x80001459 A1 : 0x3ffcb710
A2 : 0x00001f98 A3 : 0x00001f94 A4 : 0x000000ff A5 : 0x0000ff00
A6 : 0x00ff0000 A7 : 0xff000000 A8 : 0x00000000 A9 : 0x3ffcb6e0
A10 : 0x3ffcb920 A11 : 0x3ffcb660 A12 : 0x00000002 A13 : 0x3f405ba4
A14 : 0x00000002 A15 : 0x3ffcb584 SAR : 0x00000000 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00001f98 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xffffffff

ELF file SHA256: eb1c6fab31338c6c

@dr2okevin
Copy link

Did you found a solution? Looks like I have the same or similar error.

I (2704) ETS: [WI-FI] Connected
I (2794) ETS: [SPIFFS] Partition size: total: 896321, used: 502
I (2794) ETS: Connecting to WiFi and getting time over NTP.
I (2794) ETS: Waiting for system time to be set... (1/15)
I (4804) ETS: TIME INFO: The Greenwich date/time is: Mon Jan 13 20:24:17 2025
I (4814) ETS: File /spiffs/probreq.log initialized
I (4824) ETS: File /spiffs/probreq2.log initialized
I (4824) ETS: [!] Starting sniffing task...
I (4824) ETS: [!] Starting Wi-Fi task...
I (4824) ETS: [SNIFFER] Sniffer task created
I (4834) ETS: [WIFI] Wi-Fi task created
I (4834) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (4844) ETS: [SNIFFER] StartinGuru Meditation Error: Core  0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC      : 0x400014dc  PS      : 0x00060630  A0      : 0x80001459  A1      : 0x3ffcbeb0  
A2      : 0x0000075b  A3      : 0x00000757  A4      : 0x000000ff  A5      : 0x0000ff00  
A6      : 0x00ff0000  A7      : 0xff000000  A8      : 0x80087f42  A9      : 0x3ffcbe80  
A10     : 0x3ffcc09c  A11     : 0x3ffcbe00  A12     : 0x00000002  A13     : 0x3f4001f0  
A14     : 0x00000002  A15     : 0x3ffcbd24  SAR     : 0x00000004  EXCCAUSE: 0x0000001c  
EXCVADDR: 0x0000075b  LBEG    : 0x400014fd  LEND    : 0x4000150d  LCOUNT  : 0xffffffff  

Backtrace: 0x400014dc:0x3ffcbeb0 0x40001456:0x3ffcbec0 0x40001445:0x3ffcbee0 0x400d584c:0x3ffcbf00 0x400d5fd9:0x3ffcbf30 0x400d3592:0x3ffcbf60 0x400d38ec:0x3ffcbff0 0x40086e26:0x3ffcc010
0x400d584c: esp_mqtt_set_config at ESP32-sniffer-2025/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c:1522

0x400d5fd9: esp_mqtt_client_init at ESP32-sniffer-2025/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c:1522

0x400d3592: mqtt_app_start at ESP32-sniffer-2025/esp32-sniffer/main/main.c:528

0x400d38ec: wifi_task at ESP32-sniffer-2025/esp32-sniffer/main/main.c:453

0x40086e26: vPortTaskWrapper at ESP32-sniffer-2025/esp-idf/components/freertos/port.c:403


Rebooting...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants