STM32L4 STOP2 mode current jumps from 1 µA to 50 µA when enabling GPIO wake-up
Hi, I’m working on an STM32L431CBT6 project where I enter STOP2 mode and measure ~1 µA current, which is great. However, I need to use PA0 as a GPIO input to wake up the MCU from STOP2. When I configure PA0 as an input (no pull, or pull-up/down), my ...