Using SMPS in STM32H745 to power core and IO
The SMPS in STM32H745IIK can optionally supply a fixed 1.8V to the internal LDO and potentially some external circuitry. In my case, I have a board with a 3.3V supply, and I want to utilize the built-in SMPS to provide a 1.8V supply and 1.8V IO levels for the STM32 MCU and a few sensors. However, based on my understanding of the documentation, it seems that supplying VDD (and consequently IO) of the STM32 with 1.8V directly from the internal SMPS is not feasible. This is because VDD must already be supplied to configure the SMPS during startup. Is my conclusion correct?
