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.

CC1310: How to implement an Arduino function similar to millis() in TI-RTOS?

Part Number: CC1310
Other Parts Discussed in Thread: SYSBIOS

I am about to start  a PID in CC1310, for that I must implement a function that tells me the time that accumulates from the start of the program, something similar to millis(); in Arduino. Any idea how I can implement a similar function in TI-RTOS?