Hi
I am trying to use Timestamp_getFreq to calculate time for one sample but the cc2650 freq is 48 Mhz and I am reading 65535 from Timestamp_getFreq.Can you please tell me what else do I need to do so I should get correct value
Timestamp_get64(&timer_start);
readbyte(i2c,ACCEL_XOUT_H,rxBuffer,6);
Timestamp_get64(&timer_stop);
delta_timer=&timer_stop-&timer_start;
Timestamp_getFreq(&freq);
Thanks and Regards
Sneha