soc: espressif: adjust memory organization on linker
Adjust the memory organization to avoid overlapping critical regions from bootloaders (MCUboot and IDF) Signed-off-by: Almir Okato <almir.okato@espressif.com>
This commit is contained in:
parent
e946a13fe1
commit
af3b04238e
4 changed files with 9 additions and 4 deletions
|
@ -18,7 +18,9 @@
|
|||
#define RAM_IRAM_START 0x40020000
|
||||
#define RAM_DRAM_START 0x3ffb0000
|
||||
|
||||
#define DATA_RAM_END 0x40000000
|
||||
/* DATA_RAM_END is equivalent 2nd stage bootloader iram_loader_seg
|
||||
start address (that should not be overlapped) */
|
||||
#define DATA_RAM_END 0x3FFE0000
|
||||
|
||||
#define IRAM_ORG (RAM_IRAM_START + CONFIG_ESP32S2_INSTRUCTION_CACHE_SIZE \
|
||||
+ CONFIG_ESP32S2_DATA_CACHE_SIZE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue