I am building a stopwatch that must have a millisecond precision. The precision of the millis () function of arduino is not sufficient to guarantee a good result.
I read this answer:
How to get millisecond resolution from DS3231 RTC
But it does not work because the DS3231 option 2 frequency in not 1KHz but 1Hz. Then the code count the seconds not the milliseconds.
How can I solve?
Thank you