fix(H2):fix pll low temp bug

This commit is contained in:
zlq
2024-11-27 17:37:51 +08:00
parent 315b1ec4ae
commit 7a92f14df6

View File

@@ -92,6 +92,8 @@ static inline void bootloader_hardware_init(void)
regi2c_ctrl_ll_master_enable_clock(true); regi2c_ctrl_ll_master_enable_clock(true);
regi2c_ctrl_ll_master_configure_clock(); 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) static inline void bootloader_ana_reset_config(void)