Skip to main content
tsuna
Associate II
April 8, 2022
Solved

Does not generate HAL_RTCEx_SetWakeUpTimer_IT()

  • April 8, 2022
  • 3 replies
  • 1804 views

Code generation with STM32CubeMx version 6.5.0 is missing the HAL_RTCEx_SetWakeUpTimer_IT () that should be in the MX_RTC_Init () function.

This topic has been closed for replies.
Best answer by Sara BEN HADJ YAHYA

Hello @tsuna​ ,

Sorry for the late reply and thanks for your feedback,

You are right, Issue confirmed from my side. It seems that the HAL_RTCEx_SetWakeUpTimer_IT() is not generated when RTC wake-up interrupt through EXTI line is enabled.

I submitted an internal ticket to fix this issue, I will keep you posted.

Internal ticket number: 126569 (This is an internal tracking number and is not accessible or usable by customers).

If your issue is solved, please close this post by clicking the "Select as Best" button. This will help other members of the community find this response more quickly :)

Sara.

3 replies

ST Employee
April 18, 2022

Hello @tsuna​ ,

Sorry for the late reply and thanks for your feedback,

You are right, Issue confirmed from my side. It seems that the HAL_RTCEx_SetWakeUpTimer_IT() is not generated when RTC wake-up interrupt through EXTI line is enabled.

I submitted an internal ticket to fix this issue, I will keep you posted.

Internal ticket number: 126569 (This is an internal tracking number and is not accessible or usable by customers).

If your issue is solved, please close this post by clicking the "Select as Best" button. This will help other members of the community find this response more quickly :)

Sara.

ST Employee
June 29, 2022

Hello @tsuna​ ,

This issue is fixed in STM32CubeMX latest release.

V6.6.0 is now available under this Link.

Thanks for your contribution.

Sara.

Robmar
Senior II
March 13, 2024

I'm using the latest IDE 1.14.1 and this function isn't activating the RTC interrupt. MCU is H743VIT6.

Could there still be a problem?  I have the interrupts enabled in rtc.c, the function called... what could be the issue?

Senior III
January 12, 2023

There is regression in version: 6.7.0-RC2.

The issue still exist