Question
Get ms from RTC
Hey guys,
I'm trying to configure my RTC to get ms on my STM32 F413
According to the reference i've to call HAL_RTC_GetTime() and directly after HAL_RTC_GetDate().
But i canot figure out how to confiure the prediders to get proper ms
My current settings look like this
However I'm gessing this gives me only a ms resolution of 1/255 But for ms i'd need 1/1024 resolution. How can i configure this?
Thx for your help