Resolved! STM32L1 RTC interrupt using EXTI20 and wake-up from sleep mode
I programmed the STM32L151RET6 to gives the RTC interrupt using line EXTI20. The system is waking-up from sleep mode at every second, it execute a small code and left the interrupt. For example:void RTC_IRQ_Handler(void){ // { my code here } // ...