2024-02-22 06:02 AM
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?
Solved! Go to Solution.
2024-02-27 05:12 AM - edited 2024-02-28 12:10 AM
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
2024-02-22 06:07 AM
Hello,
How did you measure the current? 900mA seems the consumption of the board not the MCU!
2024-02-22 06:10 AM
Yes, this measured current is the current of the MCU.
I measure current from the location of the R21 resistor.
2024-02-27 05:12 AM - edited 2024-02-28 12:10 AM
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
2024-02-27 07:46 AM
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.
2024-02-27 07:52 AM - edited 2024-02-27 08:29 AM
The FW related to the described demo in AN4749 is downloadable from this link: X-CUBE-LPDEMO-F7.
2024-02-27 08:43 AM - edited 2024-02-27 08:54 AM
2024-02-27 08:49 AM
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.