microsecond timer accuracy
Posted: Thu Apr 09, 2015 11:32 am
By defining USE_US_TIMER and using system_timer_reinit() one can get microsecond accurate timers.
However it seems that setting the timer with
os_timer_arm(&some_timer, 5000, 1);
is still done in microseconds. Is that correct ? Is there a way to set it microsecond accurate - I am trying to bitbang a SMPTE timecode with a jitter ideally well below a few 100 micro seconds/bit.
Thanks,
Dw.
However it seems that setting the timer with
os_timer_arm(&some_timer, 5000, 1);
is still done in microseconds. Is that correct ? Is there a way to set it microsecond accurate - I am trying to bitbang a SMPTE timecode with a jitter ideally well below a few 100 micro seconds/bit.
Thanks,
Dw.