TMS320C6000 Chip Support Library sprc090.zip(2.09 MB)
2015-7-26 08:59 上传
点击文件名下载附件
csl
值得参考的是RTS安装完以后,查看它的说明,其中重要的部分如下(使用说明)。
Using the FastRTS Library in Code Composer Studio
1. First you have to specify to the linker to link the FastRTS Library
into your application. You do this by going to
"Project->Options->Linker->Include Libraries" and then specify the
FastRTS Library, fastrts62x64x.lib.
2. For each of your C files that you plan to use an DSP Library
kernel in, you must include the appropriate header file for each
kernel. For instance, to use the kernel "_mpyf()", you must
#include <fastrts62x64x.h> in that file.
3. Now you may use the FastRTS Library API at will.
-----------------------------------------------------
Using the FastRTS Library with the Command Line Tools
1. You have to tell the linker to link your application with the
DSP library. You can do this by using the linker -l option in
your linker command file or at the linker command line, i.e
-lfastrts62x64x.lib
2. For each of your C files that you plan to use an DSP Library
kernel in, you must include the appropriate header file for each
kernel. For instance, to use the kernel "_mpyf()", you must
#include <fastrts62x64x.h> in that file.
--------------------------------------------------------------------------------
How do I Re-Build the Library?
All of the FastRTS Library source code is archived in the file fastrts62x64.src
located in the LIB folder. This source archive may be rebuilt using
mk6x as follows: