Hi All,
In the clock module, the default tick period = 1 ms. If we specify the clockParams.period = 5, does 5 clock tick period means 5 ms period?
I am moving my project from a ROTS called Contiki to TI-RTOS, and I would like to better understand the relationship between clock tick rate ( # of ticks per second) and crystal oscillator freq to the timer, CPU frequency. For MSP430 in contiki, the CPU frequency is 8.192MHZ, the crystal oscillator freq to the timer is 32.768KHz, and the clock ticks per second is 128. Not sure how is 128 calculated based on though.
Thanks for all the help in advance.
Jianwei