Proper way to enter & exist STOP2 mode?
Hi, I'd like know how I should enter stop2 in the most thorough way.
I'm using STM32WB55x series, to enter STOP2 mode, all GPIO bands apparently needs to be initialized as analog.
The problem is, I need BANK A to use EXTI to wake the chip back up into normal running mode, but if I leave the BANK A on, the power consumption will increase from a mere 3 to 4 uA to a whopping 980 uA.
I seem to remember there is a mode where you CAN use a limited set of pins to wake up the chip and still reduce the stop mode power consumption to below 10 uA?
Can anyone please tell me if that's possible? If so how to accomplish that?
