Hi,
It is said in document that RTC of C6748 only provides timer that update every second, how can I can get time that counts also milisecond or even microsecond in this board? In my opinion this should be possible.
Thank you,
Long
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.
Hi,
It is said in document that RTC of C6748 only provides timer that update every second, how can I can get time that counts also milisecond or even microsecond in this board? In my opinion this should be possible.
Thank you,
Long
Long,
Jakez' suggestion of the TSC is the absolute highest resolution count that you can get on the DSP.
There are some slightly lower resolution timers that can also be used as time sources.
The easiest way to get the millisecond level count is to use the SYS/BIOS Clock module. You can read about it in the SYS/BIOS documentation on the TI Wiki Pages and as part of CCSv5.
Regards,
RandyP