STM32L0 STOP and STANDBY mode.
I have some questions.
I read that STOP mode has a "RAM retention", so when it wakes up it the whole data is still intact (not cleared).
When the RAM retention is off then the data is gone when it goes to STOP mode. So when it Wakes up does it restart the whole program and starts from the beginning ? Initializes all GPIO, peripherals, basically starts the program from includes down to the main loop.
Standby mode is similar to no Ram retention STOP mode as I interpreted it correctly. That is start the whole program again.
I have a problem understanding what STOP and STANDBY modes do when STOP mode has no RAM retention on.
And what each of these STOP modes does because I don't know which one is without RAM retention.
