STM32L031: wake up condition and GPIO output in stop mode
I have a couple of questions regarding the state of the GPIO output and the wake up condition in stop mode that I could not find in the datasheet.
When the uProcessor is specifically in stop mode,
1. Can it be woken up by the IWDG? The data sheet mentions various sources such as EXT, ... but nothing mentioned about the IWDG in stop mode.
2. Once the uProcessor enters stop mode, what would happen to the GPIO output? Will they be in HiZ? Or they retain their states, either hi or lo, just before going into stop mode?
Thanks.