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.

CCSTUDIO3: TMS320F2800157 Compiler Qualification

Part Number: CCSTUDIO3

I need to get the qualification report for the compiler, I have got  “TI Compiler Qualification Kit Coverage Test User’s Guide”, however, I don’t know how to get instrumented compiler and ”bincov” folder which is mentioned in the user’s guide, could you give me some ideas? Thanks.

  • Please visit the safety compiler qualification kit page.  Click on the Download Options for the C2000 kit.  This screenshot has circled the instrumented compiler download for a Windows hosted system.  Downloads are also available for Linux and macOS systems.

    Thanks and regards,

    -George 

  • Thank you for your reply. I have followed the described steps, but the .cov files in the path 'C:\ti\ccs1220\ccs\tools\compiler\ti-cgt-c2000_22.6.0.LTS\bin' have not been updated. Could you please tell me why? What should I do to get the correct result?

    my steps as follows:

    1. Rename the folder "bin" in the path  'C:\ti\ccs1220\ccs\tools\compiler\ti-cgt-c2000_22.6.0.LTS' as "bin.old", create a new "bin" folder in the same path, and copy all the .exe and .cov files from the "bincov" folder;

    2. using CCS set COVFILELIST;

    3. rebuild project;

  • I must add all the .cov files' path in the CCS, this problem has resolved, thanks