About sleep mode (STM32F303)
I once read that when waking up a microcontroller from any low power mode, it will start as we have pressed the reset button, but, the reference manual says this: "After waking up from Standby mode, program execution restarts in the same way as after a
Reset (boot pins sampling, vector reset is fetched, etc.)."
There is no other reference of the low power mode that says that when it wakes up, it will start as a reset. If no, at which point does the microcontroller start when it wakes up from the low power mode "sleep mode" and then wakes up?
Thanks for your answer.