This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to get the total "Tick Count" in TI-RTOS for CC2650?

Other Parts Discussed in Thread: CC2650, CC2650STK

Hi,

My TI-RTOS project for CC2650 is configured to provide a tick at 10us. Now, if I need to get the current system time in milliseconds, it seems that I need to use "Clock_getTicks()", but I can't find the header file it is included in!

I am working on the Sensortag example code from TI for CC2650STK and am trying to implement a "get_ms" function that returns an unsigned long count of milliseconds.