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