From bb5e96f5968c0beff415b238dfbce9fc497d4429 Mon Sep 17 00:00:00 2001 From: Li Shuai Date: Tue, 25 Nov 2025 12:13:16 +0800 Subject: [PATCH] fix(esp_hw_support): fix cpu lockup reset issue caused by i-cache illegal access during esp_restart --- components/esp_hw_support/linker.lf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/esp_hw_support/linker.lf b/components/esp_hw_support/linker.lf index 676f475450..c5c80bdff1 100644 --- a/components/esp_hw_support/linker.lf +++ b/components/esp_hw_support/linker.lf @@ -13,8 +13,7 @@ entries: cpu: esp_cpu_compare_and_set (noflash) esp_memory_utils (noflash) clk_utils (noflash) - if PM_SLP_IRAM_OPT = y: - esp_clk_tree: esp_clk_tree_enable_src (noflash) + esp_clk_tree: esp_clk_tree_enable_src (noflash) if RTC_CLK_FUNC_IN_IRAM = y: rtc_clk (noflash) if IDF_TARGET_ESP32 = y: