cancel
Showing results for 
Search instead for 
Did you mean: 

SMPS or LDO recommendation

Kaushik1
Associate

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?

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

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.

 

 

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

View solution in original post

4 REPLIES 4
SofLit
ST Employee

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.

 

 

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

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.

 

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.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".