Part Number: TMS320C6678
Other Parts Discussed in Thread: SYSBIOS
Hello,
I would like to use a independent thread as a realtime timer. In my oppinion the easiest way to implement such a timer is to use a while loop for the timing of the timer. Is that a good idea? Is the execution time of the loop still the same all the time? In the final implementation I would like to change the loop-counter and therefore the timing of the timer with anaother independent thread in a hard deterministic way. This means that the timer finishes the time periode with the old setting (loop-counter) first and starts after that a new time periode with the new setting (loop-counter). So I have no unpredictable behavior of the timer during the changes of the loop-counter and therefore the timing. Is that possible? Are there any helpful hints for this? Or is there another possibility?
Thanks!
Best regards
W.JOHANNES