Tool/software: TI-RTOS
Dear TI Timer Support,
I have a periodic clock timer helping me synchronize a task to an outside periodic event and I'm looking for a good way to give the timer a nudge 1 tick up or down to change its phase and account for the drift between clocks - essentially I want to just modify the period of the timer occasionally for just one period to adjust it's phase with the outside event. Any ideas on how I can do that? I sort of need to increment or decrement the clock object's internal counter, but I don't think I can access it can I?
Thanks,
Brett