2019-11-06 07:19 AM
I understand that the registers are write protected and you have a clock synchronization issue, but I can not find the cube HAL level calls to do this.
2019-11-06 08:42 AM
What's the point of using Cube, if it's harder than reading the manual and writing a couple of assignments into registers?
Try to look at the examples in Cube.
JW
2019-11-06 09:03 AM
I am using the HAL_RTC_SetTime(&hrtc, &stimestructureput, RTC_FORMAT_BIN); which says it is doing these steps but it is failing to get the RTC back in init mode so the value can be changed.
2019-11-06 09:33 AM
The ever so intuitive answer was to change StoreOperation from SET to RESET now it works