Skip to content

Commit

Permalink
Merge branch 'bugfix/chip823_pll_bug_v5.4' into 'release/v5.4'
Browse files Browse the repository at this point in the history
fix(H2):fix pll low temp bug(v5.4)

See merge request espressif/esp-idf!35242
  • Loading branch information
Jiang Jiang Jian committed Nov 29, 2024
2 parents 20bd6ad + 7a92f14 commit 023d772
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ static inline void bootloader_hardware_init(void)

regi2c_ctrl_ll_master_enable_clock(true);
regi2c_ctrl_ll_master_configure_clock();
REGI2C_WRITE_MASK(I2C_BIAS, I2C_BIAS_DREG_0P8, 8); // fix low temp issue, need to increase this internal voltage

}

static inline void bootloader_ana_reset_config(void)
Expand Down

0 comments on commit 023d772

Please sign in to comment.