Hi,
I am trying to get the ADC sample timestamp on Energia, but I can not figure it out how it works.
From the TI API I know that the ADC data saved on the register is made by two parts.
bits [13:0] : ADC sample
bits [31:14]: time stamp per ADC sample
So I took the Energia library. From <driverlib/adc.h> and I found a method that returns only the time stamp.
//*****************************************************************************
//
//! Gets the current value of ADC internal timer
//!
//! \param ulBase is the base address of the ADC
//!
//! This function the c