ESP32-Wrover + ESP IDF :: bad load address range
Posted: Wed Jan 24, 2024 12:30 pm
ESP32-Wrover + ESP IDF :: bad load address range
I am flashing my application on esp-wrover board using esp-idf v4.4.3 and am getting the following error. So. it gives an error stating there is a bad load address and resets the board. Size of my app is less than 2M and I have made the flash to be 4M and slightly increased the iram0_0_seg slightly to fit in the code. It looks like the segment4 is aligned to 4 byte address as I read in other places it should be. So, what is the problem here?
I am flashing my application on esp-wrover board using esp-idf v4.4.3 and am getting the following error. So. it gives an error stating there is a bad load address and resets the board. Size of my app is less than 2M and I have made the flash to be 4M and slightly increased the iram0_0_seg slightly to fit in the code. It looks like the segment4 is aligned to 4 byte address as I read in other places it should be. So, what is the problem here?