Tool/software: Code Composer Studio
Hello,
I'm developing C software for code composer studio V10.0 for the TMS570LS09 microprocessor and using the TI ARM Optimizing Compiler. What I'ld like to achieve is to have a nice graphical interface to quickly view code coverage report.
What I have achieve so far is to collect .csv file. I invoked the compiler with the option --gen_profile_info to obtain .prf file and then reused the compiler to create .csv files out of this .prf file. is there any tool that exist to read those .csv file and create an html report or to read those .csv file from code composer studio?
I've read that with the version 5.1 of code composer studio it was possible, but I didnt find a way to do it with a newer version...
Thanks for your help
Louis