2019-01-13 05:10 PM
UM1725, the HAL User Manual, mentions the function HAL_RTC_SetWakeUpTimer() in one place in passing, and nowhere is it described.
Where are the doc's for this function (and related)?
Thanks,
Dave
Solved! Go to Solution.
2020-09-09 12:38 AM
Hi @Sidlauskas.David ,
Please note that typos were fixed in latest revisions of both UM1725 and STM32CubeF4 RTC driver.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2019-01-17 01:58 AM
Hi @Sidlauskas.David ,
It seems that this is a typo in both UM1725 and the comments on stm32f4xx_hal_rtc_ex.c.
In fact, the correct APIs should be HAL_RTCex_...
So the function you look for is HAL_RTCEx_SetWakeUpTimer which is defined in STM32Cube_FW_F4_V1.23.0\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c and well described on UM1725.
The typo is tracked and should be fixed.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2020-09-09 12:38 AM
Hi @Sidlauskas.David ,
Please note that typos were fixed in latest revisions of both UM1725 and STM32CubeF4 RTC driver.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.