打印

结贴

[复制链接]
1184|7
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
wopt|  楼主 | 2015-7-3 21:10 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
沙发
lyy19910228| | 2015-7-8 09:14 | 只看该作者
楼主还做DM642么?请问您做的这个是实时的还是静态图片处理

使用特权

评论回复
板凳
wopt|  楼主 | 2015-7-26 09:06 | 只看该作者
第0天、万事开头难——环境搭建

除了安装CCS5以外,接下来安装RTS和CSL库。 详细的过程参考其它帖子,至于BIOS和NDK在以后需求中在逐步安装,暂时只按照最基本的两个库。

C62x/C64x Fast Run-Time Support (RTS) Library

fastRTS_c62xc64x_1_42_Windows_Setup.rar (1.96 MB)


TMS320C6000 Chip Support Library
sprc090.zip (2.09 MB)


值得参考的是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:

    mk6x fastrts62x64x.src -l fastrts62x.lib
    mk6x fastrts62x64x.src -me -l fastrts62xe.lib

    mk6x fastrts62x64x.src -l fastrts64x.lib
    mk6x fastrts62x64x.src -me -l fastrts64xe.lib

使用特权

评论回复
地板
wopt|  楼主 | 2015-7-26 09:07 | 只看该作者
lyy19910228 发表于 2015-7-8 09:14
楼主还做DM642么?请问您做的这个是实时的还是静态图片处理

都会有,期待中....

使用特权

评论回复
5
冰河w| | 2015-7-26 14:13 | 只看该作者
期待楼主更新

使用特权

评论回复
6
lijiabaobei| | 2015-7-26 14:50 | 只看该作者
期待,加油

使用特权

评论回复
7
尤彼卡| | 2015-7-26 19:03 | 只看该作者
DM642已用于IP视频电话、机顶盒、视频监控数字录像机等开发系统,很不错的

使用特权

评论回复
8
尤彼卡| | 2015-7-29 10:10 | 只看该作者
TMS320DM642数字信号处理器功能强大,结构富有代表性,芯片软硬件资源丰富

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

19

主题

131

帖子

12

粉丝