Part Number: AM5718
Tool/software:
Clock drift of approximately 500 ppm is observed with 'counter_32k'
as clocksource. clock drift is seen because 'counter_32k' is running
with 32786Hz frequency instead it should run with 32768Hz.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: AM5718
Tool/software:
Clock drift of approximately 500 ppm is observed with 'counter_32k'
as clocksource. clock drift is seen because 'counter_32k' is running
with 32786Hz frequency instead it should run with 32768Hz.
One could use a DMTimer instead as a clocksource, which runs at 32768Hz to fix the clock drift issue.
See the following patches that were applied on Linux Kernel 6.1 (SDK 9.x):
Best,
Josue