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.

Automating tests using CCS DSS



Hi,

I have several .out files generated using CCSv5. I want to automate the testing by loading all the .out files one after the other and run them after load. I know this is possible using CCS DSS. But i am unable to find any examples. I am successful in loading and running a single .out files. I want to load one .out. run it and then load the next one automatically. How to do this?? I may have to turn off the board and turn on after running the test. Is this possible?? Are there any examples for this?

Regards

Pradeep

  • Hi Pradeep,

    pradeep kumar1 said:
    I want to automate the testing by loading all the .out files one after the other and run them after load. 

    I would just create a *.bat file that has several calls to loadti:

    http://processors.wiki.ti.com/index.php/Loadti

    That is the easiest solution.

    pradeep kumar1 said:

    I may have to turn off the board and turn on after running the test. Is this possible??

    Unless you have you board connected to some special power strip that can be reset remotely via software, you'll have to manually power cycle. Then you won't be able to automate the board power cycle otherwise.

    ki