2015-06-11 07:11 AM
I am using STM32L151xx microcontroller. I am working on power saving modes where i am able to enter STOP mode but automatic exit from STOP mode is not happening using RTC Alarm A.
Here is the problem which i am facing. I have programmed Timer2 that every 10 seconds the microcontroller will go the STOP mode and to exit from it i have programmed RTC for every 20 seconds such that in first 10 seconds the controller will enter STOP mode and in next 10 seconds it should wake up because of RTC alarm A but after the RTC alarm interrupt triggers my micro is not waking up. i am able to wake up my micro using external interrupt. So once if the RTC alarm triggers and if i trigger the external interrupt the code starts executing the routine written inside the RTC alarm A. How do i solve this issue? How can i exit the STOP mode without any button press? How do i exit from STOP mode automatically with Timers or RTC?2015-06-11 08:40 AM
Hello chandrasekaran.vijay,
Under the cube package for the STM32L1 product available via this link:http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1897/PF260821#
you found example that show how to enter the system to STOP mode and wake-up from this mode using RTC Wakeup Timer Event :STM32Cube_FW_L1_V1.2.0\Projects\STM32L152RENucleo\Examples\PWR\PWR_STOP_RTCI hope that helpSyrine.