Question
Standby Mode of STM32L152.
I am using STM32L152. It goes into a standby mode and uses RTC to wake up every 10 seconds to carry out some tasks.
Now, I would like to add an external interrupt (external switch) to the existing codes. In this case, the uC will exit the standby mode via both RTC and external switch. Would this be possible ? If so, could you please point me to any document/URL to write the codes?