SOC_RESERVE_MEMORY_REGION region range 0xfffffffc - 0x00000000 overlaps with 0xffffffff - 0xffffffff
Posted: Sat Feb 16, 2019 7:21 pm
Everything was going great and now I have this when I add additional code. This is a large program and I am running on a wemos lolin32. In arduino I have the board set to large apps with OTA. During upload I get:
Sketch uses 1088562 bytes (55%) of program storage space. Maximum is 1966080 bytes.
Global variables use 46096 bytes (14%) of dynamic memory, leaving 281584 bytes for local variables. Maximum is 327680 bytes.
esptool.py v2.6-beta1
Chip is ESP32D0WDQ6 (revision 1)
When it reboots I get:
If I pull a couple of misc lines of code it runs. Seems like a bootloader issue. I found this and maybe its related to:
https://github.com/espressif/esp-idf/issues/2561
I am unsure where to go from here. Any help would be appreciated!
Sketch uses 1088562 bytes (55%) of program storage space. Maximum is 1966080 bytes.
Global variables use 46096 bytes (14%) of dynamic memory, leaving 281584 bytes for local variables. Maximum is 327680 bytes.
esptool.py v2.6-beta1
Chip is ESP32D0WDQ6 (revision 1)
When it reboots I get:
Code: Select all
E (342) memory_layout: SOC_RESERVE_MEMORY_REGION region range 0xfffffffc - 0x00000000 overlaps with 0xffffffff - 0xffffffff
abort() was called at PC 0x4017da80 on core 0
Backtrace: 0x4008d5d8:0x3ffe3460 0x4008d809:0x3ffe3480 0x4017da80:0x3ffe34a0 0x4017daed:0x3ffe34d0 0x4010b7e9:0x3ffe3840 0x40083a9d:0x3ffe3c20 0x40078f93:0x3ffe3c40 0x40078ff9:0x3ffe3c70 0x40079004:0x3ffe3ca0 0x400791a3:0x3ffe3cc0 0x400806ca:0x3ffe3df0 0x40007c31:0x3ffe3eb0 0x4000073d:0x3ffe3f20
https://github.com/espressif/esp-idf/issues/2561
I am unsure where to go from here. Any help would be appreciated!