2025-07-29 11:01 AM
I'm designing a power supply for an STM32H745. I have a 28V source and was planning to implement two buck converters
However, this seems to violate the power rail sequencing requirements of the STM32H745. I'm having a little trouble deriving the exact requirements from the datasheet and "Getting Started Guide" (AN4938), but the following excerpt makes me think that if I'm bypassing the internal LDO and driving Vcore externally, the Vcore rail must come up before the Vdd rail:
My questions are
1. Is it true that if I'm driving Vcore externally and bypassing the internal LDO, that the Vcore rail must come up before the Vdd rail?
2. In this case, would my best solution be to just hold the device in reset until the 1V15 rail comes into regulation, perhaps with a comparator driving a FET that pulls down on the RST pin?
I'm also open to just implementing the internal Step-Down Converter functionality in the chip if that's a simpler overall solution. I'm implementing the external buck primarily because I want to push the thermal capability of the MCU very high and didn't want to be limited by the internal LDO.
Thank you!
2025-07-29 2:10 PM
Isn't the minimum VDDLDO 1.62 volts?
2025-08-04 3:56 PM - edited 2025-08-04 3:56 PM
The minimum voltage for VDDLDO is in fact 1.62V → but this pertains to when you're leveraging the internal LDO to produce the Vcore rail.
In my configuration, I'm bypassing the internal LDO and directly driving the Vcap pin, which is internally tied to the Vcore rail. The Vcore rail, when driven externally, should be driven between 0.98V and 1.38V depending on what frequency you're running the core at.