From 3cb6d103c581170227f97110942d45d67b69de97 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Mon, 7 Nov 2022 10:47:20 -0300 Subject: [PATCH] xtensa/esp32s3: Extend IRAM region according to IDFboot v4.4.2 This change syncs the NuttX application image IRAM upper limit to the start of the IRAM region used by the IDF 2nd stage bootloader. Signed-off-by: Gustavo Henrique Nihei --- boards/xtensa/esp32s3/common/scripts/esp32s3_memory.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/xtensa/esp32s3/common/scripts/esp32s3_memory.ld b/boards/xtensa/esp32s3/common/scripts/esp32s3_memory.ld index c0fc7ca126..5aba38d2fb 100644 --- a/boards/xtensa/esp32s3/common/scripts/esp32s3_memory.ld +++ b/boards/xtensa/esp32s3/common/scripts/esp32s3_memory.ld @@ -14,7 +14,7 @@ #define SRAM_IRAM_START 0x40370000 #define SRAM_DIRAM_I_START 0x40378000 -#define SRAM_IRAM_END 0x403ba000 +#define SRAM_IRAM_END 0x403cc700 #define I_D_SRAM_OFFSET (SRAM_DIRAM_I_START - SRAM_DRAM_START) #define SRAM_DRAM_START 0x3fc88000