Skip to content

Commit 2b6894e

Browse files
author
Chai Ji’e
committed
Merge branch 'bugfix/chip823_pll_bug' into 'master'
fix(H2):fix pll low temp bug See merge request espressif/esp-idf!35238
2 parents 85dd8c0 + 225c051 commit 2b6894e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/bootloader_support/src/esp32h2/bootloader_esp32h2.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ static inline void bootloader_hardware_init(void)
9292

9393
_regi2c_ctrl_ll_master_enable_clock(true); // keep ana i2c mst clock always enabled in bootloader
9494
regi2c_ctrl_ll_master_configure_clock();
95+
96+
REGI2C_WRITE_MASK(I2C_BIAS, I2C_BIAS_DREG_0P8, 8); // fix low temp issue, need to increase this internal voltage
97+
9598
}
9699

97100
static inline void bootloader_ana_reset_config(void)

0 commit comments

Comments
 (0)