2022-04-07 07:09 PM
Code generation with STM32CubeMx version 6.5.0 is missing the HAL_RTCEx_SetWakeUpTimer_IT () that should be in the MX_RTC_Init () function.
Solved! Go to Solution.
2022-04-18 06:44 AM
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.
2022-04-18 06:44 AM
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.
2022-06-29 04:46 AM
Hello @tsuna ,
This issue is fixed in STM32CubeMX latest release.
V6.6.0 is now available under this Link.
Thanks for your contribution.
Sara.
2023-01-12 05:57 AM
There is regression in version: 6.7.0-RC2.
The issue still exist
2024-03-12 05:05 PM
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?