Other Parts Discussed in Thread: CC2640, SYSBIOS,
We are using:
How do we find frequency and resolution of this Bios API: Timestamp_get32() that provides a 32 bit timestamp? Looking at the forum questions and replies, this seems to be a part number / chip related implementation.
Do we need to use explicitly Timestamp_init(void) before using the above API?
In Timestamp.h I see an API:
* @brief get timestamp frequency
*
* Get the frequency of the timestamp counter in Hz. This
* function fills in a Types_FreqHz structure with the high
* and low 64 bit frequency.
*
* @param freq pointer to a 64-bit frequency structure
*/
extern void Timestamp_getFreq(Types_FreqHz *freq);
but it seems to be valid for 64 bit timestamp ?
What other alternative are available to get timestamps with resolution in range 30 microseconds to 1 ms?