STM32L433 excessive power consumption in standby. Also, not always starting.
Hi, I have two problems.
1)
I extensively searched the forum for infos. I found them, tried them, still failed (disable debug, deinit peripherals, set gpio to analog mode, gate the clocks).
I cannot get the MCU to consume less than 100uA.
I'm using a NUCLEO-L433RC-P board with a STM32L433RCT (not P, so without SMPS) mounted on it, removed JP6 for IDD measurements, SB76 removed just to be sure.
All the code does is init the HAL, wait five seconds then call HAL_EnterSTANDBYMode()
Am I missing something?
2)
Sometimes MCU refuses to start. It absorbs 30mA and even with many hard reset (NRST or removing and applying VDD) it's not guaranteed to start. It's always the STM32L433RCT mounted on NUCLEO-L433RC-P.
Can't figure out why.
Thank you
Mirco