atsamx7x-rust icon indicating copy to clipboard operation
atsamx7x-rust copied to clipboard

hal/tc: nullify clock drift on Monotonic overflow

Open tmplt opened this issue 1 year ago • 0 comments

Copied from the internal issue tracker:

The u32 extension of the Monotonic implementation in tc/generate.rs is subject to clock drift when the internal 16-bit counter overflows. We can probably compensate the RC register to nullify the drift.

tmplt avatar Sep 17 '22 11:09 tmplt