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.

implementing Timestamp on CC2650stk



Hi 

I am implementing a timestamping function in sensor tag project for mpu9250,

I have implemented void Timestamp_get32(void); for it, but the following compilation error comes.


#148 declaration is incompatible with "xdc_Bits32 xdc_runtime_Timestamp_get32__E(void)" (declared at line 182 of "C:/ti/xdctools_3_31_01_33_core/packages/xdc/runtime/Timestamp.h") inv_mpu.c /Ediode/Drivers/Motion Drivers/Drivers/eMPL line 97 C/C++ Problem

I dont know how to make it compatible for MPU9250 

please help

thnx 

Akshay