PWR Configuration for STM32H755ZIT3 (LDO-only mode)
- March 3, 2026
- 2 replies
- 303 views
I am currently performing the bring-up of a custom PCBA using the STM32H755ZIT3.
My design is intended to use the Internal LDO only, bypassing the SMPS to reduce component count (i.e. one less inductor in my layout).
Here's few details about the MCU power section of my SCH (also, please check attached capture):
SMPS Pins: As per the Reference Manual for "LDO-only" mode, I have grounded VFBBSMPS, VSSSMPS and VDDSMPS, whereas VLXSMPS is floating.
VCORE/VCAP: I have placed the required 2.2uF decoupling capacitors on VCAP_1, VCAP_2, and VCAP_3. No external inductor is present on the layout.
What I'm observing is that at power-on, VCORE remains at 0V. Consequently, the target is not detected by the ST-LINK. If I instead "jumpstart" the board by applying an external 1.2V to the VCAP nodes, the MCU becomes reachable via SWD, and I can successfully modify registers.
I suspect a conflict between my hardware layout and the factory default reset value of the PWR_CR3 register (see attached abstract of RM0399). Looking at the documentation, if the SMPS is enabled by default, the power-on sequence hangs because the SMPS cannot regulate without the missing inductor.
My question for you is: is there an easier way to have the MCU wake up with LDO-only config than externally forcing 1.2V on VCAP? Am I really forced to have an inductor in my layout?
Thank you,
NB

