cancel
Showing results for 
Search instead for 
Did you mean: 

Differences between with and without SMPS

Freedom_Neo
Senior

There are two variants, STM32H7B3IIT6 without SMPS and STM32H7B3IIT6Q with SMPS. What are the differences between using or not using SMPS? Why is it preferred with SMPS?

0693W00000JP9KuQAL.png

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

You will find the answer in the datasheet, section 3.5.4: The built-in SMPS step-down converter is a highly power-efficient DC/DC non-linear switching regulator that provides lower power consumption than a conventional voltage regulator (LDO).

Without SMPS, the STM32H7B3 is supplied via a built-in LDO, i.e. a linear regulator, which "burns" the differential voltage between VDD and VCORE. If, on the other hand, an SMPS (switched mode power supply) is included (requires a few pins), the differential voltage can be regulated by a step-down regulator, which is considerably more energy-efficient.

Regards

/Peter

In order 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

8 REPLIES 8
Peter BENSCH
ST Employee

You will find the answer in the datasheet, section 3.5.4: The built-in SMPS step-down converter is a highly power-efficient DC/DC non-linear switching regulator that provides lower power consumption than a conventional voltage regulator (LDO).

Without SMPS, the STM32H7B3 is supplied via a built-in LDO, i.e. a linear regulator, which "burns" the differential voltage between VDD and VCORE. If, on the other hand, an SMPS (switched mode power supply) is included (requires a few pins), the differential voltage can be regulated by a step-down regulator, which is considerably more energy-efficient.

Regards

/Peter

In order 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.

Seems better to use Without SMPS.

This may be true for your current setup, but it is not a valid general statement. There is a reason why the version with SMPS is available as an alternative. 😊

Regards

/Peter

In order 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.

If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.

/Peter

In order 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.

What is the best reason fou you?

Piranha
Chief II

Generally SMPS has a higher power efficiency and component count, while LDO has lower noise.

Are you talking about the SMPS inside the MCU? Externally, we agree on the difference between LDO and SMPS. But I could not fully understand the SMPS in the MCU.

Internal or external doesn't matter. The whole point of having SMPS is to increase the efficiency. And even for the internal one, a capacitors and inductors are still external. Read the AN5307 and start with taking a look on Figure 2. 🙂