想利用脚本操作C6678芯片仿真运行程序,代码如下:
debugServer = script.getServer("DebugServer.1")
debugServer.setConfig("NewTargetConfiguration.ccxml");
session = debugServer.openSession(".*x_0")
session.target.connect();
…
现在有两个DSP芯片,想用仿真器同时连接到电脑同时用脚本控制运行程序,不知道Debug Server Script是否提供了这个功能。
GF Cairo:
回复 Shine:
好的,感谢!