0x0000_0000 - 0x3F3F_FFFF address space
Posted: Sat Apr 07, 2018 9:36 am
Hi,
in ESP32 technical docs is this memory area marked as reserved but ESP IDF flashes binary image into this area and then copies it in 2nd stage bootloader to other memory ranges. Are there any docs about how 0x0000_0000 - 0x3F3F_FFFF memory works so that I could leave data / instructions code here instead of copying it?
in ESP32 technical docs is this memory area marked as reserved but ESP IDF flashes binary image into this area and then copies it in 2nd stage bootloader to other memory ranges. Are there any docs about how 0x0000_0000 - 0x3F3F_FFFF memory works so that I could leave data / instructions code here instead of copying it?