STM32L475 RTC interrupt for every 1s
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-12 2: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.
Labels:
- Labels:
-
RTC
-
STM32L4 series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-12 5: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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-12 6:33 AM
Thanks @Mohamed Aymen HZAMI​ Will look into it :)
