diff --git a/esp32s2-hal/ld/memory.x b/esp32s2-hal/ld/memory.x index 4fd241d7305..77669550621 100644 --- a/esp32s2-hal/ld/memory.x +++ b/esp32s2-hal/ld/memory.x @@ -38,5 +38,5 @@ MEMORY rtc_fast_dram_seg(RW) : ORIGIN = 0x3ff9e000, len = 8k /* RTC slow memory (data accessible). Persists over deep sleep. */ - rtc_slow_seg(RW) : ORIGIN = 0x50000000 + RESERVE_RTC_SLOW, len = 8k - RESERVE_RTC_SLOW + rtc_slow_seg(RW) : ORIGIN = 0x50000000, len = 8k }