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

关于ContrilSuite中的C:\ti\controlSUITE\device_support\f2803x\v128\DSP2803x_examples_cla_ccsv5\acos示例程序有几个问题想请教大家:

1、我想参考这个程序做一个使用CLA完成ADC采集和PWM脉宽调整的C语言程序,但是做程序编译时提示"Cannot open source file",原因好像是这条语句(#include XSTRINGIZE(XCONCAT(TEST_NAME,_shared.h)))引起的,当然还有一些其他的错误,那些错误之后再慢慢调试,想要先解决这个问题,不知道是不是我的工程配置有问题?请各位指点一下~

2、现在手上有一本CLA的Reference Guide,但是讲的是汇编语言,请问各位有没有CLA使用C语言编程的User Guide?主要想了解一下使用CLA编程的程序结构,工程是如何配置的?谢谢~