2023-08-31 07:58 AM
Hello all,
I am evaluating the STM32H745 for an application which requires very low power. I am using the Nucleo H745ZI-Q for this evaluation and STM example code I downloaded. The datasheet for the STM32H745 indicates that I should expect to see a current draw in the low hundreds of microamps with both cores in Standby mode. I selected and built an example made for the Nucleo H745ZI-Q called PWR_STANDBY_RTC to test on my board. I am seeing a current draw of approximately 7 mA in standby mode when I measure current draw across VDD MCU at header J5. The example seems to be working as I can see the LEDs light up from both cores and then turn off to indicate they are going into Standby mode. It wakes up after a timeout and draws 70 mA and then goes back into Standby with a 7 mA draw.
I would appreciate any ideas as to what the problem here might be. Am I misguided in thinking I can get the datasheet Standby current with this dev board?
Example Code:
Nucleo H745ZI-Q (C01) Schematic:
2023-08-31 08:40 AM
Hello @AlpineTrekker and welcome to ST community,
First, for the schematics of NUCLEO-H745ZI-Q you should refer to MB1363-H745ZIQ-D01
Could you provide more details about the issue? Do you want to check the testing conditions:
Flash memory, IWDG, SVOS, unused pins mode being set or not, LDO or SMPS?
You may need to refer to Table 43. and Table 44. for typical and maximum current consumption in Stop guaranteed by ST
Hope this helps!
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.