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.

CLA调试时出现错误

Other Parts Discussed in Thread: CONTROLSUITE

28035CLA调试时出现CLA_0: Can't Run Target CPU: No task is currently active.  Cannot run while target is idle.,

和CLA_0: Can't Single Step Target Program: No task is currently active.  Cannot step while target is idle. ,这两个错误,该如何操作那,看了CCS5的教程,没看懂

  • liu

    建议你用CCSv5导入例程C:\ti\controlSUITE\device_support\f2803x\v127\DSP2803x_examples_ccsv5\cla_adc_fir_flash

    然后加载后,再connect CLA, 然后load symbol到CLA中,先运行CPU,再运行CLA。

    Eric

  • 你好:使用asm可以正常运行,使用cla无法得到正确的数据,操作步骤一步步按照说明进行的,CCS5.2.1,编译器6.1.0,在设置中选择支持cla0,使用的是28035_CLA_C.cmd文件。不知道是不是哪里设置错误了?

  • 应用的是f28035,编译时提示如下:

    "DSP2803x_DefaultIsr.c", line 26: fatal error: could not open source file "CLAShared.h"
    1 fatal error detected in the compilation of "DSP2803x_DefaultIsr.c".
    Compilation terminated.

    问题是我在DSP2803x_DefaultIsr.c"中添加了CLAShared.h头文件了,还出现这样的错误为何啊