STM32H745I_DISCO stuck at check VOSRDY bit
Hi All,
When I try to boot the M7 core alone and I disabled the M4 core. I create a simple stm32Cube project, the code stuck at:
while(!__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY)) {}inside the SystemClock_Config() function.
The VOSRDY will set only when I change SCALE1 to SCALE3.
__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE1);When I enable the M4 core and load software into it, the issue gone alway.
This issue happens during I am trying to port the board to uboot, it always create deadloop there. I checked the manual and website, there are same issues reported but no finial official solution. Can anyone help me with that?
Thanks,
Lee