Part Number: TDA2PXEVM
Tool/software: TI C/C++ Compiler
Hi Ti,
We are trying to use Timestamp_get32() at two instance.
To getting the time difference between that two points, what is the precision we get by using this api.
Regards
Arun Kumar
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.
Part Number: TDA2PXEVM
Tool/software: TI C/C++ Compiler
Hi Ti,
We are trying to use Timestamp_get32() at two instance.
To getting the time difference between that two points, what is the precision we get by using this api.
Regards
Arun Kumar
Hi
I recommending you to use the below API.
Utils_getCurGlobalTimeInMsec() : To get current Global time in units of mili sec's
Utils_getCurGlobalTimeInUsec(): To get current Global time in units of micro sec's
Thanks
Gaviraju