2022-02-19 09:33 PM
I am using an ammeter connected instead of the JP5 jumper, as indicated in the manual (UM2861) and tried several examples.
For example: in PWR_EnterStopMode example I see around 568uA on the ammeter.
From the datasheet I expected to measure around 100- 150uA (typical in stop 0 on 3v3 on LDO)
Why is this happening?
Am I expected to unsolder some solder bridges to measure only the MCU consumption accurately?
With other low power examples I also measured currents in the range of several 100s of uA.
Thanks
Anton
2022-02-20 02:31 AM
If you test with debuger config enable debug in low power modes MCU not enter STOP or other mode after programming without completely power off and on
2022-02-20 02:53 PM
Thank you, tried to disable debug mode with HAL_DBGMCU_DisableDBGStopMode() and it worked: consumes around 130 uA in stop 0.
Do you know how to further reduce power consumption in other stop modes? Because other stop modes gave me very similar consumption.
2022-02-24 06:54 AM
Hi @AEstr.1 ,
Can you check what do you get as consumption values for the other stop modes if you use the example PWR_ModesSelection?
-Amel
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.