Skip to main content
Microman
Associate III
November 6, 2019
Question

STM32H7 lowest possible standby current, any examples?

  • November 6, 2019
  • 2 replies
  • 698 views

HI!

I am currently trying to minimise the standby consumption of a STM32H7 down to the

absolute minimum. Only the change of one Pin (PA0) is selected as wakeup event. No need for backup ram, Pin drivers, RTC nor anything else. The MCU shall only switch on and start booting from reset when the level of PA0 changes.

Are there any examples, guides how to reduce the power the absolute minimum?

I found AN4899 STM32 "GPIO configuration for hardware settings and low-power consumption" but that refers more to general power savings when running.

Cheers

This topic has been closed for replies.

2 replies

Amel NASRI
Technical Moderator
November 12, 2019

Hi @Microman​ ,

Look to the example available under STM32CubeH7 package. Ex: STM32Cube_FW_H7_V1.5.0\Projects\NUCLEO-H743ZI\Examples\PWR.

-Amel

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
Microman
MicromanAuthor
Associate III
December 6, 2019

Hi Amel,

Thanks for the link, but I was not find anything about ROM to RAM boot, only RAM retainment and RAM low power modes in this examples.