From 75976706a680c6a44bfcd12b9111d2a519db6d1f Mon Sep 17 00:00:00 2001 From: Li Shuai Date: Mon, 21 Apr 2025 19:14:23 +0800 Subject: [PATCH] change(esp_hw_support): update pmu sleep parameters for esp32c5 eco2 --- .../port/esp32c5/private_include/pmu_param.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/esp_hw_support/port/esp32c5/private_include/pmu_param.h b/components/esp_hw_support/port/esp32c5/private_include/pmu_param.h index 40d9302b74..15607ffb88 100644 --- a/components/esp_hw_support/port/esp32c5/private_include/pmu_param.h +++ b/components/esp_hw_support/port/esp32c5/private_include/pmu_param.h @@ -487,11 +487,11 @@ typedef struct pmu_sleep_machine_constant { .reset_wait_time_us = 1, \ .power_supply_wait_time_us = 2, \ .power_up_wait_time_us = 2, \ - .regdma_s2m_work_time_us = 275, \ - .regdma_s2a_work_time_us = 587, \ - .regdma_m2a_work_time_us = 320, \ - .regdma_a2s_work_time_us = 494, \ - .regdma_rf_on_work_time_us = 60, \ + .regdma_s2m_work_time_us = 287, \ + .regdma_s2a_work_time_us = 568, \ + .regdma_m2a_work_time_us = 248, \ + .regdma_a2s_work_time_us = 433, \ + .regdma_rf_on_work_time_us = 68, \ .regdma_rf_off_work_time_us = 25, \ .xtal_wait_stable_time_us = 250, \ .pll_wait_stable_time_us = 50 \