cancel
Showing results for 
Search instead for 
Did you mean: 

RTC milliseconds on STM32F413CH

SGIUS.1
Associate

Hi,

I would like to know if is it possibile to manage milliseconds using internal RTC.

If it is, please can you specify the code to get milliseconds information.

Thanks for your support

1 REPLY 1

> I would like to know if is it possibile to manage milliseconds using internal RTC.

Yes, but to achieve 1ms resolution you need to clock the RTC at 1MHz or multiples of it.

Read the RTC chapter in RM, concentrate on subseconds.

JW