2021-07-12 02:39 AM
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 STM32F103.
2021-07-12 05:27 AM
Hello @PBala.2,
You can refer to the firmware example "RTC Alarm" under this path :
\STM32Cube\Repository\STM32Cube_FW_L4_V1.17.0\Projects\NUCLEO-L476RG\Examples\RTC
Mohamed Aymen.
2021-07-12 06:33 AM
Thanks @Mohamed Aymen HZAMI Will look into it :)