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 Composer scripting console Access to target's registers and pins

Hi,

I'm new to Code composer studio and I'm going to be using version 4 to check out a newly developped board's functionalities.

I need to know how I can (if at all possible) write and interactive script with the scripting console that will interact with a test operator to test a board. The script would walk the operator trhough the test steps, ask him to take some actions on the test box (like set some input voltages, set some switches...), wait for confirmation that the actions have been taken, read some variables(registers) or GPIO pins on the target and log the values to a file.

I'm very new to CCS and would like if it's possible to do what I described above. Please point me to the relevant documentation and examples as I've been looking for some in vain...

Thank you,

Albert WOROU

(e-mail removed by moderator)

  • Albert,

    I see you already mentioned the Scripting console. Although it is possible to do that through the CCS IDE, I would also suggest taking a look at the Debug Server Scripting (DSS), which can also interface with other languages like Java or Perl and therefore increase the automation of your test bench.

    Hope this helps,

    Rafael