2022-05-08 11:07 PM
Hi everyone,
I'm working on STM32L433 Nucleo-64 board and I would like to try the low power sleep mode to see the power consumption part.
From datasheet, current consumption us XXuA.
Use my example code, the current consumption(PIN is JP6) is about 5.2mA.
Anyone can help me to refine/debug my example code(at attachment)?
If possible, I would like to see the current consumption is matched with datasheet. Thanks.
2022-05-10 01:51 PM
Set DBGMCU_CR to zero and disconnect the debugger physically.
2022-05-11 02:16 AM
Let me try it first. Thanks.
2022-05-11 03:28 AM
I had a similar problem and for obtaining reasonable results i used a custom board with only the MCU soldered. I passed from hundreds of uA to the promised few uA.
I checked the NUCLEO's jumpers but it wouldn't work. If you can use a custom board I'd try.