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.

How can I get cpu tick count in C6670??

Hello. TI engineer

I have wonder that I can't get CPU Tick count.

I found and use Clock_getTicks() function in SYS/BIOS but the function returns always zero.

I set Clock-module in app.cfg using app.cfg file. like this

location(app.cfg) : SYS/BIOS -> Scheduling -> Clock-module settings

 I checked "Add clock support to my configuration" and set this

Time base : Internally configure a hal Timer to periodically Clock_tick()
Tick period(us) : 1000
Timer ID : ANY
But Clock_getTicks() returns always zero
plz help me.
Thank you
Regards