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.

AWR6843: Code coverage tool for DSP software

Part Number: AWR6843

I would like to use a tool like "gcovr" to generate summarized code coverage results (e. HTML format) to discover untested parts of my application
In particular I need it for DSP core of AWR6843.
Until now, I tried to use some options of cl6x compiler for my "unit-test" (I also used MPCI api for logging)
- "cl6x --gen_profile ... file.c",
- running executable with CCS,
- saving of the pprofout.pdat,
- creating of pprofout.prf from pprofout.pdat with "pdd6x"
- re-compiling with option "-mo --use_profile_info=pprofout.prf --analyze=callgraph/codecov"
but I see only raw data and not immediately understandable
Do you have any suggestions about it?

Thanks in advance