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.

ccslnk matlab dsp2812

最近在用matlab调试dsp2812,但是使用一些函数的时候matlab经常返回错误信息,比如:OPEN does not support opening a text file; CREATEOBJ, which enables the Data Manipulation and Function Call features, has been removed.

但是我在matlab的help文档中查看函数OPEN和CREATEOBJ的介绍时,OPEN函数是可以打开文本文档的。不知道是什么问题?

我使用CCS3.3和matlab2009a.....

昨天晚上试了试matlab2004a,发现函数createobj可以使用,但是又有新问题:执行函数addressread时,matlab提示:timeout waiting for CCS IDE confirming completion.

有哪位童鞋用过CCSLink连调的?

 

Tanks&Regards!

 

  • 没用过CCSLink,这个可以去MATLAB相关的论坛问问

  • 可能是matlab版本的问题,我现在使用matlab2007b和CCSIDE3.3,没有出现上述问题,可以创建嵌入式对象,也可以使用函数read读取目标程序中变量的值。

    我现在的问题是:如何通过matlab更改目标程序宏定义变量#define的值?因为使用函数createobj只能为目标程序中的全局变量创建嵌入式对象,局部变量和宏定义变量不适用,会提示错误:Failed to locate ' ' in symbol table 

  • 确实是版本问题,我现在用matlab2013a和ccs3.3,没有问题。

  • 你好,我现在也在连接MATLAB2013a和CCS3.3,但是出现下面的问题: