Using the internal SMPS on STM32H747
I am using an STM32H747I-Discovery board for prototyping.
I was wondering if I can set:
HAL_PWREx_ConfigSupply(PWR_SMPS_1V8_SUPPLIES_LDO);
or
HAL_PWREx_ConfigSupply(PWR_SMPS_2V5_SUPPLIES_LDO);Then set:
__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE0);And still set up my clocks and PLL for 480 MHz operation?
I read in the H747 datasheet section 3.5.3 that to use voltage scale 0 (for boosted performance and get the 480 MHz) you have to use the internal LDO. I am just wondering if I can power the internal LDO from the internal SMPS.
Thanks for the help

