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.

CCS/TMS570LS3137: Any "Scripting tool" or Scripts that generate and integrate and run "Unit test" in the target using CCS Scripting Console

Part Number: TMS570LS3137

Tool/software: Code Composer Studio

We need tool that is integrated into Code Composer Studio + can perform Unit testing like additional scripts introduced in DSS .

Following is the information I have about Code Composer Studio Scripting Console and running Debug Script Server . 

https://youtu.be/9mZr5WcqPz8

http://processors.wiki.ti.com/index.php/CCS_Modules_Library#Scripting

https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/525377?Unit-testing-in-the-target-

https://youtu.be/lDvHS3NQJws

https://youtu.be/Lr-xFncadms

https://youtu.be/9mZr5WcqPz8

  • Hello,
    DSS is certainly the tool that you will want to use. It comes with CCS and you can run it from the Scripting Console (inside CCS) or from the command-line (outside CCS):
    dev.ti.com/.../

    One thing to consider is that while you have several options in regards to the scripting language used when using DSS from the command-line, you will need to use javascript if you wish to run from the Scripting Console.

    Thanks
    ki