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 HR,
have you seen this wiki?
http://processors.wiki.ti.com/index.php/Profile_clock_in_CCS
Best Regards,
Lisa
Hi HR,
could you send a screen capture? I would like to ensure we are discussing the same thing here.
Best Regards,
Lisa
Hi HR,
Are you asking how to utilize the values collected by the clock? Or are you simply asking what those events mean?
Thanks
ki
You haven't mentioned what device you are using but judging by the events you have available to you in the PDF, I assume it is some C6000 target.
For a description on what some of those events mean, see:
http://processors.wiki.ti.com/index.php/Simulator_Analysis_Event_Description
I'm not sure if you are on simulation or hardware. On simulation, you'd have a lot more events available to you. On hardware, you'd have a subset of them. The link above is for C6000 simulator events but the descriptions for the events would also apply to the subset that is available on hardware.
In regards to usage, you'd simply select the event you want to count and each time the CPU is halted, the counter would update. You have the option to have the clock cleared before each subsequent run or increment.
thanks
ki
HRi said:Thanks, but how does this connects to the clock setup? as it is set in a different place,
All the clock does is count the number of times the event is triggered. It is just a counter and nothing more. Actual setup of the event is not related to the clock.
Not the events exposed to you are really relevant to be counted. I would just focus on the events that you wish to count instead of trying to understand how to use every event.
HRi said:Still is there any explanation how does it works
Full details on how the the counters work are here: