Skip to main content
PBala.2
Associate
July 12, 2021
Question

STM32L475 RTC interrupt for every 1s

  • July 12, 2021
  • 1 reply
  • 834 views

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.

This topic has been closed for replies.

1 reply

Mohamed Aymen HZAMI
ST Employee
July 12, 2021

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.

PBala.2
PBala.2Author
Associate
July 12, 2021

Thanks @Mohamed Aymen HZAMI​  Will look into it :)