结贴

[复制链接]
1400|7
 楼主| wopt 发表于 2015-7-3 21:10 | 显示全部楼层 |阅读模式
本帖最后由 wopt 于 2015-9-28 20:36 编辑

已转互联网...





评分

参与人数 1威望 +10 收起 理由
zhangmangui + 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




TMS320C6000 Chip Support Library



值得参考的是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么?请问您做的这个是实时的还是静态图片处理

都会有,期待中....
冰河w 发表于 2015-7-26 14:13 | 显示全部楼层
期待楼主更新
lijiabaobei 发表于 2015-7-26 14:50 | 显示全部楼层
期待,加油
尤彼卡 发表于 2015-7-26 19:03 | 显示全部楼层
DM642已用于IP视频电话、机顶盒、视频监控数字录像机等开发系统,很不错的
尤彼卡 发表于 2015-7-29 10:10 | 显示全部楼层
TMS320DM642数字信号处理器功能强大,结构富有代表性,芯片软硬件资源丰富
您需要登录后才可以回帖 登录 | 注册

本版积分规则

19

主题

131

帖子

12

粉丝
快速回复 在线客服 返回列表 返回顶部
0