Other Parts Discussed in Thread: CCSTUDIO
Hi,
Please let me know how to control Code Composer studio v4 through command line.
Thanks in advance.
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.
Other Parts Discussed in Thread: CCSTUDIO
Hi,
Please let me know how to control Code Composer studio v4 through command line.
Thanks in advance.
You can use DSS to control the debugger via script from the command line:
See: http://processors.wiki.ti.com/index.php/Debug_Server_Scripting
Thanks
ki
Hi,
DSS is not involve CCStudio v4.
Example:
To open CCStudio v4 we are using
my $cmd = 'C:\Program Files\Texas Instruments\ccsv4\eclipse\eclipse.exe ';
my $Status = SystemP($cmd);
in scripting console "launchTIDebugger " command will launch debugger
i want to execute these commands from outside CCStudio
Thanks,
Bhat
You are correct that DSS does not automate the CCS GUI. It communicates directly with the debugger. Most people simply want debugger control from the command line, not the GUI. What exactly are you trying to do? Are I see you are doing is launching CCS and then starting the debugger.