mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 13:00:19 +00:00

When CONFIG_ESP32_RTCDATA_IN_FAST_MEM is enabled, RTC data is placed into RTC_FAST memory region, viewed from the data bus. However the bootloader was missing a check that this region should not be overwritten after deep sleep, which caused .rtc.bss segment to loose its contents after wakeup.