Question
Hardware reset need after programming to lower current consumption.
When I program to my stm32 MCU, I need to hard reset to lower the current consumption. I mean, after I programmed the MCU, the board consume 580uA. Then I do a software reset via NRST and still had the same current consumption. Then I do a hard reset (GND-VCC short), and the current consumption drops to 6uA. Why do I need a hardware reset? By the way, the code enters STOP2 mode.