How to use the HAL_RTCEx_SetWakeUpTimer_IT function with WakeUpAutoClr argument?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-25 9:45 PM
Hello,
I'm using STM32L4P5 and try to use HAL_RTCEx_SetWakeUpTimer_IT function.
For example, I want to make a wake up timer have 30 minutes.
What value should I use for the WakeUpAutoClr?
HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, 1800, RTC_WAKEUPCLOCK_CK_SPRE_16BITS, ?);
Thanks,
Calvin
Labels:
- Labels:
-
RTC
-
STM32Cube MCU Packages
-
STM32L4 series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-26 8:10 AM
Hi @CYou.1 ,
Did you have a look at the STM32CubeL4 ? Did you check the RTC and TIM examples ?
Best Regards,
Ons
