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.

CCS/CC2650: Add Timestamp to Sensor Data

Part Number: CC2650

Tool/software: Code Composer Studio

Hello! 

I'm trying to modify the sensortag_cc2650 sample project so I can acquire sensor data (mainly accelerometer and gyroscope) along with their corresponding timestamps (in ms). 

I was reading about the AON RTC and the AONRTCCurrentCompareValueGet(), but I'm not sure how can I use this to somehow append the timestamp to the sensor data.

Any suggestions on how to proceed? 

Thanks in advance