We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: