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 using gcov or lcov

Other Parts Discussed in Thread: RM48L952

Hello,

I am using a RM48L952 and I wanted to know if there is a way to use gcov or lcov to do code coverage on the Hercules microcontrollers.

I know I could do code coverage using the ETM module, but that solution is too expensive for the project I'm working. I'm asking this because a while ago I saw someone do it with eclipse on a Cortex-M4 board (not Texas). It consists of storing the coverage results in the processor's RAM, and in the end sending a command to the board to download its RAM contents and storing them in a gcov file. So I was wondering if there's any way to do it with Code Composer Studio