From fcb3ae32cb11bb4e1fe858673d75be6bf10eff48 Mon Sep 17 00:00:00 2001 From: Armando Date: Wed, 26 Jul 2023 14:39:34 +0800 Subject: [PATCH] fix(pwdet): fix pwdet wrong base address on c6 h2 --- components/soc/esp32c6/include/soc/reg_base.h | 2 +- components/soc/esp32h2/include/soc/reg_base.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/soc/esp32c6/include/soc/reg_base.h b/components/soc/esp32c6/include/soc/reg_base.h index 45756593826..7d8339605ed 100644 --- a/components/soc/esp32c6/include/soc/reg_base.h +++ b/components/soc/esp32c6/include/soc/reg_base.h @@ -79,4 +79,4 @@ #define DR_REG_INTPRI_BASE 0x600C5000 #define DR_REG_EXTMEM_BASE 0x600C8000 -#define PWDET_CONF_REG 0x600A8010 +#define PWDET_CONF_REG 0x600A0810 diff --git a/components/soc/esp32h2/include/soc/reg_base.h b/components/soc/esp32h2/include/soc/reg_base.h index a902acdf2a0..70d5d8b2129 100644 --- a/components/soc/esp32h2/include/soc/reg_base.h +++ b/components/soc/esp32h2/include/soc/reg_base.h @@ -68,4 +68,4 @@ #define DR_REG_INTPRI_BASE 0x600C5000 #define DR_REG_CACHE_BASE 0x600C8000 -#define PWDET_CONF_REG 0x600A8010 +#define PWDET_CONF_REG 0x600A0810