RTC subseconds issue
Posted on June 16, 2014 at 15:25Hi,I am working on STM32F303VCT6.The source clock is a cristal of 32.768Khz.I need to have a time resolution on the RTC of 1ms. So I have arranged the prescalers as follow:SynchPrediv = 0x3E7; AsynchPrediv = 0x21;My ...