Other Parts Discussed in Thread: SYSBIOS
Hi,
At our Application on TI-Rtos/AM335x we have a periodically called task (with ~1000µs).
Now we want to synchronize the period to an external clock, with changes of n*0.1% of the period duration.
Currently we use the timer functions to call the periodic task.
Timer_setPeriod(...) , Timer_setFunc(...) , Timer_start(...)
We need a way
- to change the speed of a clock which creates the time base for the timer.
- or a way to set the period duration which affects with the next period.
Is there a safe way? Which doen't create systematic drift.
Thanks & Best regards
Daniel