Tool/software: TI-RTOS
Use the BIOS Clock Function - I am trying to use a clock function to run several different threads. (Fxn 1 runs every 2 ticks, Fnx 2 runs every 10 ticks, Fxn 3 runs every 14 ticks). I thought about using the clock getTicks() function call to retrieve the number of ticks and them perfoming a modulus operation on the returm value of the getTicks() call to determine what Swi to post. Not sure if this is a proper approach. Could anyone please point me in the rightr direction? Thanks, in advance.