我用ccs5.2编写脉冲压缩,MTI以及MTD程序。芯片是6678,但是有几个头文件找了很长时间都没找到。头文件如下:
#include <csl_cacheAux.h>
#include<cache_macro.h>
#include<sysreg.h>
求教!
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.
我用ccs5.2编写脉冲压缩,MTI以及MTD程序。芯片是6678,但是有几个头文件找了很长时间都没找到。头文件如下:
#include <csl_cacheAux.h>
#include<cache_macro.h>
#include<sysreg.h>
求教!
我没有找到这三个头文件。下载了一个csl库 ,里面也没有。你说的这种方法能具体一点吗?谢谢
csl_cacheAux.h在PDK下的csl路径下是有的,其他两个文件没见过。你是从哪个例程中看到这两句include代码的。
C6678的csl需要按照一个mcsdk,下载路径:http://www.ti.com/tool/bioslinuxmcsdk
你说的这种方法我怎么没找到?右击工程 properties然后我就找不到c/c++general了。我用的是CCS5.2,求指导