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.

LAUNCHXL-CC26X2R1: Hoe to get time stamp using TI rtos7

Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: SYSCONFIG

ineed to make a function like this 

usigned long get time stamp (void)

{

 unsigned long temp;   

temp = get systick value (system_timer);

return temp;

}

is there any function to get the time stamp or even to get the systick value of system timer ?