Skip to main content
Visitor II
January 30, 2025
Solved

STM32H7R3. SMPS and VCORE.

  • January 30, 2025
  • 1 reply
  • 952 views

Hello

Can anybody explain how it is possible to power VCORE directly from SMPS output?

PawelPiwowarski_2-1738230476604.png

 

I see that SMPS have only two possible output voltages, 1.8V and 2.5V:

PawelPiwowarski_0-1738230329188.png

But VCORE accepts absolute maximum of 1.4V.

PawelPiwowarski_1-1738230351863.png

So how it is possible with LDO bypassed?

Best Regards

    This topic has been closed for replies.
    Best answer by ELABI.1

    Hi @Pawel Piwowarski 

    Depending on the mode you wish to work in,

    ELABI1_0-1738236134003.png

    you need to properly set the bits (SDHILEVEL, SMPSEXTHP, SDEN, LDOEN, BYPASS) found in Table 44. Supply Configuration Control in the Reference Manual RM0477

    ELABI1_2-1738236755025.png

     

    For the SDHILEVEL bit, which controls whether the SMPS outputs 1.8V or 1.2V

    ELABI1_1-1738236660572.png

    • If this bit is set to 0 -> 1.2V
    • If it is set to 1 -> 1.8V

    Thank you.

    ELABI.1

     

     

    1 reply

    ELABI.1Answer
    Technical Moderator
    January 30, 2025

    Hi @Pawel Piwowarski 

    Depending on the mode you wish to work in,

    ELABI1_0-1738236134003.png

    you need to properly set the bits (SDHILEVEL, SMPSEXTHP, SDEN, LDOEN, BYPASS) found in Table 44. Supply Configuration Control in the Reference Manual RM0477

    ELABI1_2-1738236755025.png

     

    For the SDHILEVEL bit, which controls whether the SMPS outputs 1.8V or 1.2V

    ELABI1_1-1738236660572.png

    • If this bit is set to 0 -> 1.2V
    • If it is set to 1 -> 1.8V

    Thank you.

    ELABI.1

     

     

    Visitor II
    January 30, 2025

    Thanks.

    So there are two additional information, important for me:

    1. SMPS may have different voltage than 1.8 / 2.5 V.

    2. There are another power mode, not indicated in schematic: SMPS on, VCORE powered from SMPS but with LDO on.

    Thanks for this.

    Best regards.

    Technical Moderator
    January 30, 2025

    Hi @Pawel Piwowarski,

    When the LDO is on, it only powers the Vcore. You cannot power the Vcore with both the SMPS and the LDO at the same time.

    Thanks.

    ELABI.1