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.

TMS320C6678: How to make nano second precision Timer and Clock module

Part Number: TMS320C6678
Other Parts Discussed in Thread: SYSBIOS

Hi.

Currently, I'm using the TMS320c6678-EVM board to implemente user logic. I am using SysBios, and through several examples, I learned how to create a micro second timer or clock module in sysbios.

The logic I am currently implementing consists of 1 Timer Module and 1 Clock Module. What I want to do is to create Timer and Clock modules that run with a period of 138.892us each.

There are many examples of Timer and Clock modules with units of us, but I can't find a way to make Timer and Clock modules with precision of units of ns.


The DSP core frequency is 1Ghz. With that frequency, it is thought that it will be possible to create a Clock and Timer module with a precision of nano second on the EVM board.

I need some usable examples or advice in this issue, so please help.