STM32H7 lowest possible standby current, any examples?
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