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.

CCS/CODECOMPOSER: CCSv3.3 Code Coverage

Part Number: CODECOMPOSER

Tool/software: Code Composer Studio

I am using CCSv3.3 to show source coverage. I used http://processors.wiki.ti.com/images/8/8f/CodeCoverageTIDC2007Dallas.pdf 

Line Count: Min 
Line Count: Max 
Line Number 
Source Line 
Total Instructions 
cycle.CPU 
L1P.miss.summary 
L1P.miss.summary_rate % 
L1D.miss.read 
L1D.miss.read_rate % 
L1D.miss.write 
L1D.miss.write_rate % 
L1P.miss.conflict 
L1D.miss.conflict 
L1P.hit 
L1D.hit.read 
L1D.hit.write 
CPU.instruction.condition_false 

  • Hi,

    I don't see a question in your post. Is there something you would like to ask or is your post a statement?

    If it is a problem you are seeing with the tool or the Code Coverage functionality, unfortunately our ability to help you is limited as we don't support Code Composer Studio v3.3 anymore.

    If this is a simple doubt about a message or a function, feel free to post it here and hopefully other developers may be able to help you.

    Regards,
    Rafael
  • Hi,

    It seems I cut off the question. I have run my program collecting coverage data, however I do not get the output xls file with the colorized code lines as my test environment does not have excel. I would like to recreate it from the output csv files. Which column of the ones above is used to indicate if the line has been executed? Is there a description of what each column shows?
  • Hi,

    By looking at pages 25 and 26 of the presentation you sent, the columns "Line Count" indicate how many times the line was executed. Anything other than zero shows the code reached that line at least once.

    If I recall correctly, the CCSv3.3 help was very thorough and could be a good source of information about each column - unfortunately I don't have this version installed here anymore to double-check this for you.

    Hope this helps,
    Rafael