script executing without CCS starting

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

script executing without CCS starting

ソリューションへジャンプ
2,106件の閲覧回数
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,669件の閲覧回数
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,670件の閲覧回数
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,669件の閲覧回数
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 件の賞賛
返信