cancel
Showing results for 
Search instead for 
Did you mean: 

Where is HAL_RTC_SetWakeUpTimer() and Doc's?

Sidlauskas.David
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
Amel NASRI
ST Employee

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.

View solution in original post

2 REPLIES 2
Amel NASRI
ST Employee

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.

Amel NASRI
ST Employee

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.