I want to configure the RTC interrupt for every 1s in L475. Since all RTC interrupt are routed through EXTI, is it possible to generate the interrupt periodically without depending on external signal? Something like second interrupt (SECIE) in STM32F...