Skip to main content
Associate II
February 22, 2024
Solved

How get lowest sleep current in STM32F7508-DK

  • February 22, 2024
  • 3 replies
  • 2085 views

I am working with standby mode on the STM32F7508-DK board and measuring the standby current as 900mA. The tools I use in the program consist of LED and RTC for wake-up. What should I do to reduce this current?

 

Best answer by mƎALLEm

Hello,

There is this application note: AN4749 "Managing low-power consumption on STM32F7 Series microcontrollers".

The board used is 32F746GDISCOVERY  which has the same config as yours. If it's not the case there may be some little differences/similarities that you could determine to have your measurement.

The section "2.2 How to use the application" shows how to measure the power supply.

The section "2.3 Power consumption measurements" provides some power measurements even in Standby mode.

Hope it does answer your question.

Also refer to the example provided in STM32CubeF7 under the path: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F7508-DISCO/Examples/PWR/PWR_STANDBY

3 replies

mƎALLEm
Technical Moderator
February 22, 2024

Hello,

How did you measure the current? 900mA seems the consumption of the board not the MCU!

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Sule_akcyAuthor
Associate II
February 22, 2024

Yes, this measured current is the current of the MCU.

SofLit_0-1708521140098.png

I measure current from the location of the R21 resistor.

mƎALLEm
mƎALLEmBest answer
Technical Moderator
February 27, 2024

Hello,

There is this application note: AN4749 "Managing low-power consumption on STM32F7 Series microcontrollers".

The board used is 32F746GDISCOVERY  which has the same config as yours. If it's not the case there may be some little differences/similarities that you could determine to have your measurement.

The section "2.2 How to use the application" shows how to measure the power supply.

The section "2.3 Power consumption measurements" provides some power measurements even in Standby mode.

Hope it does answer your question.

Also refer to the example provided in STM32CubeF7 under the path: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F7508-DISCO/Examples/PWR/PWR_STANDBY

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
mƎALLEm
Technical Moderator
February 27, 2024

If you are enable to build the projects I've attached hex files for your reference.

 

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Tesla DeLorean
Guru
February 27, 2024

Generally the DISCO boards are poor examples of "low power" implementations, there's a kitchen sink of hardware attached, and most can't be powered down in a meaningful way. Removed connected hardware until you hit expectations.

Most of the current you describe would be coming from what's attached.

But 900 mA??

The USB is only rated for 500mA at 5V, what's that 2.5 W full tilt, and the regulators are below that.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..