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 tools for Hercules TMS570LS12xx

Hi,

Now, We want to get the code coverage metrics of  TMS570LS12xx device.

But I can't get it. Because this device doesn't have ETM.

Do you know how to get  code coverage metrics ?

For example : Add eclipse plug-in for CCSv6.   Add 3rd party toosl.  etc...

Best regards,

FSSer

  • FSSer,

    The TMS570LS3137ZWT is the 'superset' device for the TMS570LS12xx.  Other than init code and any code that uses the ePWM, eCAP, eQEP, and the enhanced triggering mode of the ADC, you can use the TMS570LS3137ZWT with ETM to collect coverage data on your app that will run on the LS12xx.

    If this doesn't fit your needs, another option is to look at 3rd party tools that instrument your code to collect coverage metrics.  Our software team uses a toolset from LDRA to do this job but there are other third parties you can investigate.   

    Code coverage *through* CCS *only* though is tied to the ETM.

  • Anthony,

    Thanks always !

    LS3137 does not contain ePWM, eCAP, etc..  Therefore, it is little troublesome.

    I try to contact LDRA :)

    Thanks and regards,

    FSSer,