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.