Skip to main content
Associate
June 13, 2026
Solved

Core supply for STM32H563MIY3Q

  • June 13, 2026
  • 5 replies
  • 167 views
  1. STM32H563MIY3Q is not available in LDO, is it available in Bypass mode ? Can an external LDO be used to power the core?
  2. Since there is no internal LDO inside the chip, is it unnecessary to keep the external Core voltage at 1.1 V before the VDD reach the POR threshold level? Do VDD and external core supply have timing sequence constraints?
  3. If an external LDO is used, can the VDDSMPS pin be connected to GND? Is there a reference schematic available?
  4. How should the software be configured when we use an external LDO for core power supply on this chip?
Best answer by KDJEM.1

Hello ​@Second ,

 

First of all I apologize for my late reply.

After checking internally,  the “Startup with VCORE provided from an external supply (Bypass)” section in RM0481 concerns only the LDO parts. Therefore, this section will be update to cover the SMPS parts in the coming reference manual revision. So thank you for bringing this issue to our attention.

The SMPS and LDO regulators are exclusive and are enabled by hardware during POR. Therefore, SMPS mode is the default state after power on for STM32H563 parts that support only SMPS mode. 

 In bypass mode, the SMPS block is powered down, and VCORE is supplied by an external power source. In this mode, VDDSMPS and VSSSMPS should be connected according to the recommended bypass configuration, while VLXSMPS must be left floating.

 

Internal ticket number CDM0063881 (This is an internal tracking number and is not accessible or usable by customers).

I hope this answer your request.

 

Thank you.

Kaouthar

5 replies

KDJEM.1
ST Technical Moderator
June 18, 2026

Hello ​@Second ;

 

The SMPS package only supports the SMPS mode and does not support LDO mode.

The product supports SMPS bypass mode, please find attached the figure showing the system's supply configurations in AN5930 and RM0481 section Startup with VCORE provided from an external supply (Bypass)

 

 

Thank you.

Kaouthar

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.
SecondAuthor
Associate
June 18, 2026

Thanks a lot for your reply.

The STM32H563MIY3Q microcontroller does not support LDO mode. Does this MCU default to SMPS mode after power-up? I have reviewed the schematic for SMPS Bypass mode, where the VDDSMPS pin is tied to GND. In this configuration, when no power is supplied to Vcore, can the firmware boot and execute normally? Is it possible to switch to Bypass mode via register configuration?

KDJEM.1
ST Technical Moderator
June 24, 2026

Hello ​@Second ;

 

The SMPSEN bit and LDOEN bit in PWR supply configuration control register (PWR_SCCR) register are set by hardware when the package uses the SMPS regulator or LDO regulator. These bits are read only.

For BYPASS: power management unit bypass bit, in same register PWR_SCCR, is written once after POR. Written-once mechanism locks the register and any further write access is ignored. The system must be power cycled before writing a new value.

BYPASS: power management unit bypass

0: Power management unit normal operation. Use the internal regulator.

1: Power management unit bypassed. Use the external power (voltage monitoring still active)

According to the datasheet Table 20. General operating conditions, when Regulator OFF: external VCORE voltage must be supplied from external regulator on VCAP pin. 

 

Is my answer your request?

 

Thank you.

Kaouthar

 

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.
SecondAuthor
Associate
June 24, 2026

Thanks a lot for your reply.

For the STM32H563MIY3Q chip, which supports only an internal SMPS, must the SMPS be guaranteed to function properly during MCU Power-On Reset (POR)? Can the registers be operated to switch to Bypass mode only after the POR is complete? Therefore, the SMPS pin cannot be connected to GND and must have an external inductor and capacitor connected, correct?

 

KDJEM.1
KDJEM.1Best answer
ST Technical Moderator
July 6, 2026

Hello ​@Second ,

 

First of all I apologize for my late reply.

After checking internally,  the “Startup with VCORE provided from an external supply (Bypass)” section in RM0481 concerns only the LDO parts. Therefore, this section will be update to cover the SMPS parts in the coming reference manual revision. So thank you for bringing this issue to our attention.

The SMPS and LDO regulators are exclusive and are enabled by hardware during POR. Therefore, SMPS mode is the default state after power on for STM32H563 parts that support only SMPS mode. 

 In bypass mode, the SMPS block is powered down, and VCORE is supplied by an external power source. In this mode, VDDSMPS and VSSSMPS should be connected according to the recommended bypass configuration, while VLXSMPS must be left floating.

 

Internal ticket number CDM0063881 (This is an internal tracking number and is not accessible or usable by customers).

I hope this answer your request.

 

Thank you.

Kaouthar

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.