2020-08-31 11:53 PM
We have set the RTC wakeup counter with STM32Cube.
We can found the wakeup counter value is 1023 for HAL library.
But we didn't found the wakeup value setting for LL library.
How do we set the wakeup counter value with LL library?
/** Enable the WakeUp
*/
if (HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, 1023, RTC_WAKEUPCLOCK_RTCCLK_DIV4) != HAL_OK)
{
Error_Handler();
}
2020-09-01 01:39 AM
Hello @HungKai.Chien
Could you please tell me which MCU do you use ?
which STM32CubeMX version do you use ?
Best regards,
Nesrine
2020-09-01 02:20 AM
Hi,
STM32G070RB
STM32Cube 6.0.1
2020-09-01 03:03 AM
Hello @HungKai.Chien
Thanks for the feedback, issue reported to the tool development team that will plan the correction.
Best regards,
Nesrine