P-NUCLEO-WB55 running PWR_STANDBY_RTC example
I am trying to set a baseline for low power measurements in my own application. To do this, I imported the PWR_STANDBY_RTC example in the STM32Cube_FW_WB_V1.3.0 repository and installed it on the P-NUCLEO-WB55. I then powered the board via 5V_EXT and connected a Keithley DMM6500 across JP2.
In this configuration, I measure about 10 mA when LED2 is flashing and about 499 uA when it turns off (should be in standby mode). The latter value is unexpectedly high, which makes me think I'm missing something.
Are there additional steps required in order to measure standby current draw correctly with this example running on the P-NUCLEO-WB55?
Michael