script executing without CCS starting

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

script executing without CCS starting

跳至解决方案
2,095 次查看
s_kalop
Contributor I

Hello.

I want to load and start program for MSC8156ADS without starting CCS. Can i execute *.tcl-script(intended for Debugger Shell originally) in windows command line without CCS starting?. Can i use debugger without IDE starting, just by comman line control?

Thank you.

标签 (1)
0 项奖励
回复
1 解答
1,658 次查看
Daniel_Popa
NXP Employee
NXP Employee

Hello,

The CCS represents the connection server used by the CodeWarrior to "talk" with the target (the MSC8156ADS board).

The TCL scripts design for Debugger Shell are not 100% compatible with the CCS TCL scripting, but basically you can reuse the CCS available commands to write a script to load and start a program on the target via the CCS without IDE.

Nonetheless, this is a complicated task, you will need to emulate the CW debugger behavior with CCS low level commands.

To see the list of available CCS commands, just open a CCS console and type "ccs::"

Hope this helps & Good luck!

Daniel

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,659 次查看
Daniel_Popa
NXP Employee
NXP Employee

Hello,

The CCS represents the connection server used by the CodeWarrior to "talk" with the target (the MSC8156ADS board).

The TCL scripts design for Debugger Shell are not 100% compatible with the CCS TCL scripting, but basically you can reuse the CCS available commands to write a script to load and start a program on the target via the CCS without IDE.

Nonetheless, this is a complicated task, you will need to emulate the CW debugger behavior with CCS low level commands.

To see the list of available CCS commands, just open a CCS console and type "ccs::"

Hope this helps & Good luck!

Daniel

0 项奖励
回复
1,658 次查看
s_kalop
Contributor I

Thank you for reply, Daniel! I recognized that it is impossible. But with TI Code Composer Studio such standalone debugging is possible, so i thought it is so for CW.

0 项奖励
回复