Skip to main content
Visitor II
September 24, 2024
Solved

SMPS or LDO recommendation

  • September 24, 2024
  • 2 replies
  • 2404 views

I am trying to use STM32H7R7L8H6H working on design. So in our design we uses multiple interfaces like TFT LCD, Ethernet(RMII), RS485, Wi-Fi-BLE module. So For MCU power supply mode selection between LDO and SMPS. Which one mode ST will recommended to us.?

Can you please help to understand?

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello @Kaushik1 and welcome to the community,

    That depends on your application and needs.

    To summarize a comparison between the two options:

    SofLit_0-1727168754212.png

    SMPS are more efficient than LDO, especially with the important input/output voltage difference.
    LDO are low-cost and easy to implement, where SMPS requires a coil and more space on the PCB.
    LDO generates less noise than SMPS. So if you have ADC, DAC, and other analog functions better to select LDO.
    High PSRR LDO can be used on the output of a SMPS to reduce switching noise while achieving good efficiency.

    You can refer to this wiki: https://wiki.st.com/stm32mcu/wiki/Basics_of_power_supply_design_for_MCU

    Hope it helps.

     

     

    2 replies

    mƎALLEmAnswer
    Technical Moderator
    September 24, 2024

    Hello @Kaushik1 and welcome to the community,

    That depends on your application and needs.

    To summarize a comparison between the two options:

    SofLit_0-1727168754212.png

    SMPS are more efficient than LDO, especially with the important input/output voltage difference.
    LDO are low-cost and easy to implement, where SMPS requires a coil and more space on the PCB.
    LDO generates less noise than SMPS. So if you have ADC, DAC, and other analog functions better to select LDO.
    High PSRR LDO can be used on the output of a SMPS to reduce switching noise while achieving good efficiency.

    You can refer to this wiki: https://wiki.st.com/stm32mcu/wiki/Basics_of_power_supply_design_for_MCU

    Hope it helps.

     

     

    Kaushik1Author
    Visitor II
    September 24, 2024

    Thanks for your suggestion.

    But main difference is efficiency between LDO and SMPS, LDO has less efficiency.

    I want to add few things on my question.

    I am using 3x UART port, 1x SPI1 port, 1x SPI2 port, 24bit RGB TFT LCD display, and RMII interface. I am using RTC crystal and 24MHz crystal same as ST EVK.

    So these are the main application for my project. I am designed the first time so it is difficult to selection between LDO and SMPS.

     

    Technical Moderator
    September 24, 2024

    LDO main weakness is the power efficiency / the energy dissipation.

    SMPS main weaknesses are noise and BOM.

    So if you have a constraints on the current consumption, SMPS is better in this case. Need to check the datasheet about the current consumption of LDO and SMPS.

    Super User
    September 24, 2024

    Both can work.

    Unless power efficiency matters, which I doubt based on the number of peripherals you're using, people typically use LDO which is much simpler.

    Graduate
    October 8, 2024

    Compare SMPS and LDO, a lot of use cases LDO power efficiency is better than SMPS.

    At least these cases:

    1. If power source and target voltage no big difference.

    2. System continual change load even long time stand by.

    3. Load change wide range, light load keep long time.

    If you design for 1-2 cells battery system, you better use LDO.