-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Description
Checks
-
I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.
-
I've searched for existing issues matching this bug, and didn't find any.
Port, board and/or hardware
ESP32
MicroPython version
Using the official V1.22.2
Reproduction
This is a very complete program using:
- Ethernet
- 4G
- 2 serial ports
- WiFI
- BLE
Expected behaviour
Not panic attacks
Observed behaviour
The same code used on 2K devices on V1.18 and V1.19
Now trying V1.22 (the official image) in few seconds running I get this.
But don't know where to look
Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed).
Core 1 register dump:
PC : 0x401ec634 PS : 0x00060035 A0 : 0x800901c6 A1 : 0x3ffc03a0
A2 : 0x3fffa4b8 A3 : 0x3fff057c A4 : 0x00000006 A5 : 0x3ffc03e8
A6 : 0x00000001 A7 : 0x3fffa59c A8 : 0x8009a475 A9 : 0x3ffc0380
A10 : 0x3fffa4b8 A11 : 0x3fffa3e4 A12 : 0x3fffa3ea A13 : 0x3fffa3e4
A14 : 0xfffffff7 A15 : 0x00060023 SAR : 0x00000018 EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x400973d4 LEND : 0x400973f0 LCOUNT : 0xffffffff
Backtrace: 0x401ec631:0x3ffc03a0 0x400901c3:0x3ffc03c0 0x40083061:0x3ffc0430 0x4009c54b:0x3ffd5f20 0x4009c38e:0x3ffd5f40 0x4009f186:0x3ffd5f60 0x40091f76:0x3ffd5fe0 0x40149221:0x3ffd6020 0x40110824:0x3ffd6050 0x400ddeb6:0x3ffd6080 0x400e4481:0x3ffd60b0 0x400e4559:0x3ffd60d0 0x400ee426:0x3ffd60f0 0x400eed1d:0x3ffd6120 0x400f1cf2:0x3ffd6140 0x400f2456:0x3ffd6180 0x400f29f2:0x3ffd6210 0x400f5271:0x3ffd6270 0x400ef3e4:0x3ffd62a0 0x400ddeb6:0x3ffd62c0 0x400e4481:0x3ffd62f0 0x400e4559:0x3ffd6310 0x400edd29:0x3ffd6330 0x400ee146:0x3ffd6360 0x400ddeb6:0x3ffd6390 0x400e4481:0x3ffd63c0 0x400e4559:0x3ffd63e0 0x400861e1:0x3ffd6400 0x400de296:0x3ffd64a0 0x400e4657:0x3ffd64c0 0x400863b5:0x3ffd64f0 0x400de296:0x3ffd6590 0x400e4657:0x3ffd65b0 0x400863b5:0x3ffd65e0 0x400de296:0x3ffd6680 0x400e4657:0x3ffd66a0 0x400863b5:0x3ffd66d0 0x400de296:0x3ffd6770 0x400e4657:0x3ffd6790 0x400863b5:0x3ffd67c0 0x400de296:0x3ffd6860 0x400de2df:0x3ffd6880 0x400de346:0x3ffd68b0 0x400dde3e:0x3ffd68d0 0x400e4481:0x3ffd68f0 0x400e4559:0x3ffd6910 0x400861e1:0x3ffd6930 0x400ddf3c:0x3ffd69d0 0x400e4481:0x3ffd6a00 0x40086139:0x3ffd6a20 0x400ddf3c:0x3ffd6ac0 0x400e4481:0x3ffd6b10 0x400e4559:0x3ffd6b30 0x400861e1:0x3ffd6b50 0x400ddf3c:0x3ffd6bf0 0x400e4481:0x3ffd6c20 0x40086139:0x3ffd6c40 0x400ddf3c:0x3ffd6ce0 0x400e4481:0x3ffd6d40 0x400e4496:0x3ffd6d60 0x400f169a:0x3ffd6d80 0x400f1a85:0x3ffd6e10 0x400f1af2:0x3ffd6e30 0x400d798d:0x3ffd6e50
Additional Information
Wifi connection issue as well, it seems something is wrong with the ESP libraries, right?