From c24e3aa931bad88f331bea6a97ab77804cd52c51 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Tue, 23 Mar 2021 11:34:18 +0800 Subject: [PATCH] soc: update efuse address --- components/soc/esp32s3/include/soc/soc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/soc/esp32s3/include/soc/soc.h b/components/soc/esp32s3/include/soc/soc.h index 68cad71176..7cd197f36c 100644 --- a/components/soc/esp32s3/include/soc/soc.h +++ b/components/soc/esp32s3/include/soc/soc.h @@ -71,7 +71,7 @@ #define DR_REG_PCNT_BASE 0x60017000 #define DR_REG_SLC_BASE 0x60018000 #define DR_REG_LEDC_BASE 0x60019000 -#define DR_REG_EFUSE_BASE 0x60007000 +#define DR_REG_EFUSE_BASE 0x6001A000 #define DR_REG_NRX_BASE 0x6001CC00 #define DR_REG_BB_BASE 0x6001D000 #define DR_REG_PWM0_BASE 0x6001E000