Skip to main content
Visitor II
January 14, 2019
Solved

Where is HAL_RTC_SetWakeUpTimer() and Doc's?

  • January 14, 2019
  • 2 replies
  • 658 views

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

    This topic has been closed for replies.
    Best answer by Amel NASRI

    Hi @Sidlauskas.David​ ,

    Please note that typos were fixed in latest revisions of both UM1725 and STM32CubeF4 RTC driver.

    -Amel

    2 replies

    Technical Moderator
    January 17, 2019

    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

    Technical Moderator
    September 9, 2020

    Hi @Sidlauskas.David​ ,

    Please note that typos were fixed in latest revisions of both UM1725 and STM32CubeF4 RTC driver.

    -Amel