cancel
Showing results for 
Search instead for 
Did you mean: 

Cube always generate RTC date/time reset at startup, for LL libs, STM32H73X, Cube version 6.3.0

CA..1
Associate II

For F73X, there is following code that avoid resetting date/time:

if(LL_RTC_BAK_GetRegister(RTC, LL_RTC_BKP_DR0) != 0x32F2){

..

LL_RTC_BAK_SetRegister(RTC,LL_RTC_BKP_DR0,0x32F2);

}

Shouldn't H7 behave similar to F7, regarding RTC initialization?

0 REPLIES 0