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