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.

请教一个关于CCS的script server的问题

想利用脚本操作C6678芯片仿真运行程序,代码如下:

debugServer = script.getServer("DebugServer.1")
debugServer.setConfig("NewTargetConfiguration.ccxml");
session = debugServer.openSession(".*x_0")
session.target.connect();

...

现在有两个DSP芯片,想用仿真器同时连接到电脑同时用脚本控制运行程序,不知道Debug Server Script是否提供了这个功能。