博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Connect to the DSP on C6A8168/DM8168/DM8148 using CCS
阅读量:4557 次
发布时间:2019-06-08

本文共 2184 字,大约阅读时间需要 7 分钟。

 

转自ti-wiki 

 

这份wiki,我曾经就收藏过,但是没有加以重视,以至于绕了一大圈的ccs开发环境的配置,现在正式收藏于自己的博客中...总结良多啊

Contents

[ ]

Hardware Requirements

  • / or / board 
  • Supported Emulators
    • XDS560 V2 System Trace Emulator
    • XDS560 PCI Rev D Emulator (20 pin connector)
    • Blackhawk USB 560-M Emulator (Rev D equivalement with 20 pin connector)
    • Spectrum Digital 510 USB Emulator 

Software required

  • or later

Connect to the DSP on C6A8168/DM8168/DM8148 using CCS

Procedure to connect to the DSP on C6A8168/DM8148/C6A8148/DM8148 is described below:

1. After starting CCSv4 or CCSv5, create new target configuration. Select XDS510USB/XDS560USB emulator and device as TI816X/TI4X based on what is applicable.

Note:

  • Select TI816X for C6A8168 and DM8168
  • Select TI814X for C6A8148 and DM8148

2. Launch debug session with this configuration. Once you see the emulator connection. You can connect to the cortex-A8.

3. Then go to menu option Tools->Gel File and right click on the gel files window and load the gel file that you can download from here

Note:

  • The GEL file for TI816x is for a DDR3 EVM and for specific revision. In order to use this on the DDR2 EVM set the DDR2 Macro at the Top of the Gel file to 1 and DDR3 Macro to 0. For revision other than the one specified please contact TI representative.
  • The GEL file for TI814x is within the Diagnostics Software package found on the Mistral web page

4. For DM8168, go to Menu options Scripts ->TI816X CPU BRINGUPS,and select c674x

5. For DM8148, go to Menu options Scripts->DM814X System Initialization, and select DM814X_System_Initialisation_GP_device(). When that finishes, go to Scripts->DM814X System Initialization, and select GEMSSClkEnable.

6. Once you see the cortex A8 output on console that indicates users can connect to c674x, right click on C674x in the debug window and select Connect Target to connect to the DSP.

7. Load your code on the DSP and then run.

Support

  • For further support please post your questions on appropriate device forum on

Related Wikis

For technical support please post your questions at . Please post only comments about the article Connecting to DSP on C6A8168, DM8168, DM8148 here.
Links

转载于:https://www.cnblogs.com/gune/p/3285439.html

你可能感兴趣的文章
搬运工程 启动!
查看>>
局部加权回归(LWR) Matlab模板
查看>>
Connect to the DSP on C6A8168/DM8168/DM8148 using CCS
查看>>
hibernate在使用getCurrentSession时提示no session found for current thread
查看>>
【Luogu1471】方差(线段树)
查看>>
DEV中svg图标的使用
查看>>
Codefroces Gym101572 I.Import Spaghetti-有向图跑最小环输出路径(Floyd)
查看>>
有关位运算的操作+二进制状态压缩
查看>>
Eclipse插件 -- 阿里巴巴扫描编码规插件
查看>>
(1.1)学习笔记之mysql体系结构(内存、进程、线程)
查看>>
markdown测试
查看>>
Java-Maven-Runoob:Maven 依赖管理
查看>>
杂项-Log:log4net
查看>>
杂项-Java:EL表达式
查看>>
tarroni music
查看>>
unity 使用RotateAround的使用注意
查看>>
[SDOI2009]HH的项链
查看>>
CodeFirst模式,容易引发数据迁移问题(不建议使用)
查看>>
jquery的colorbox关闭并传递数据到父窗
查看>>
使用Nginx、Keepalived构建文艺负载均衡
查看>>