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.

Code Coverage tools For CCSv5

Hi,

Is there any  free  Code Coverage tools for CCS ,I mean for C,not C++ or java. As is known,the CCS is based on Eclipse.

Thanks,

YanTCK

  • YanTCK,

    There are a number of ones that you can buy like ParaSoft, Klocworks, LDRA...  As far as free ones there are some tools included with CCS depending on what device you are using.  If you can run your code on one of the C6000 simulators then we have a code coverage analysis tool for that.  Also for the C6000 compiler there is a way to instrument your code to calculate coverage.  What device are you using?

    There is more information on the simulator based method here:  http://processors.wiki.ti.com/index.php/Code_Coverage

    John

  • JohnS,

    I use the  Sitara AM335x on my device ,I try to use Gcov for the CCS,but failed.So,is the code coverage analysis tool that you mentioned available for me?

    Thanks,

    YanTCK