cancel
Showing results for 
Search instead for 
Did you mean: 

How get lowest sleep current in STM32F7508-DK

Sule_akcy
Associate II

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?

 

1 ACCEPTED SOLUTION

Accepted Solutions

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

7 REPLIES 7
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

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

SofLit_0-1708521140098.png

I measure current from the location of the R21 resistor.

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

Thank you for sharing this information with me.
If you have sample code for this application, I would appreciate it if you could share it with me.
I will see where I made a mistake.

The FW related to the described demo in AN4749 is downloadable from this link:  X-CUBE-LPDEMO-F7.

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.
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

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 Venmo
Up vote any posts that you find helpful, it shows what's working..