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.

[C6713] Statisitics Information without RTDX?

I am using the 6713 with CCS 3.3.   Can I get at the statistics (From DSP/BIOS -> statistics view) without using the RTDX? 

I wanted to keep track of the worst timing of all my SWIs to make sure I am not missing timing (or see how close it is getting) over a long period of time.  One option was to hang a CLK_gethtime() at the beginning and end of the SWI and keep track of all the times.  But it is more elegant and less intrusive to use the statisitics if I already have that information somewhere.

 

Thanks