Question
STM32L4S7VIT power consumption issue in power-down modes.
I am using STM32L4S7VIT MCU.
I am using STOP2 mode to put MCU in power-down mode, for that, I am simply making all the pins as ANALOG except 1 interrupt GPIO PE0 and then calling STOP2 power-down function, but it is taking around 2 mA current it should consume a few uA, and MCU won't even waking from power-down mode on external interrupt (PE0).
How can I solve this problem?
