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

时间:2023-02-10 21:35:09
转自ti-wiki 

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

Connecting to DSP on C6A8168, DM8168, DM8148

Contents

[hide]

Hardware Requirements

  • C6A8168/DM8168 or DM8148/C6A8168 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
  • XDS Target Connection Guide

Software required

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

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

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.

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

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 TI e2e forums

Related Wikis

Connect to the DSP on C6A8168/DM8168/DM8148 using CCS的更多相关文章

  1. Davinci DM6446开发攻略——DSP开发工程建立

    前段时间一直忙一个项目,同时在生活上时时提防和抵抗中国地沟油.国外核心转基因调和油.大豆油.色拉油.大米玉米.可怕的喂药鱼.药水泡农药喷无虫咬的青菜,所以没时间打理自己的博客,让开发攻略停顿了一段时间 ...

  2. 【DSP开发】帮您快速入门 TI 的 Codec Engine

    德州仪器半导体技术(上海)有限公司 通用DSP 技术应用工程师 崔晶 德州仪器(TI)的第一颗达芬奇(DaVinci)芯片(处理器)DM6446已经问世*年了.继DM644x之后,TI又陆续推出了D ...

  3. 【DM8168学习笔记1】帮您快速入门 TI 的 Codec Engine

    http://www.ti.com.cn/general/cn/docs/gencontent.tsp?contentId=61575 德州仪器半导体技术(上海)有限公司 通用DSP 技术应用工程师 ...

  4. CCS开发指南

    第一章  CCS概述 1 1.1 CCS概述 1 1.2 代码生成工具 3 1.3 CCS集成开发环境 5 1.3.1 编辑源程序 5 1.3.2创建应用程序6 1.3.3 调试应用程序 6 1.4  ...

  5. TI DaVinci(达芬奇)入门

    (转载来自 德州仪器半导体技术(上海)有限公司 通用DSP 技术应用工程师 崔晶 德州仪器(TI)的第一颗达芬奇(DaVinci)芯片(处理器)DM6446已经问世*年了.继DM644x之后,TI又 ...

  6. 【转】DM8168添加DSP音频编解码算法--集成现有voice或audio codec

    本文根据“How to integrate audio/voice in RPE in EZSDK.pdf”整理,建议读者直接下载,参考原文件.原文件下载链接: http://download.csd ...

  7. DM8168 DVRRDK软件框架研究

    转载注明:http://blog.csdn.net/guo8113/article/details/41120491 Netra(DM8168)处理器是个多核处理器,每一个核之间相互独立却又相互关联, ...

  8. 【DSP开发】德州仪器达芬奇五年之路七宗罪,嵌入式处理器架构之争决战2012

    芯片是产业链上游重要的一个环节,一颗小小的芯片具有极高的技术含量和价值,半导体行业每年都会有一个各大厂商营业额的排名,除去2009年,常年盘踞在前三名位置的分别是英特尔,三星半导体和德州仪器,英特尔凭 ...

  9. DSP的Gel作用

    转自:http://blog.csdn.net/azhgul/article/details/6660960 最近刚在研究Davinci系,特此MARK下,以资后续学习之用. DSP的Gel作用 1 ...

随机推荐

  1. 数据库操作类util

    package util; import java.sql.Connection; import java.sql.Driver; import java.sql.DriverManager; imp ...

  2. Oracle- 分页例子

    Oracle分页的写法,比MSSQLSERVER还简单. 记录如下: select t.*, rownum r from (select su02, wi00, wi01, wi02, wi05, t ...

  3. spring配置文件头部xmlns配置精髓

    <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w ...

  4. 肺结节CT影像特征提取(二)——肺结节CT图像特征提取算法描述

    摘自本人毕业论文<肺结节CT影像特征提取算法研究> 医学图像特征提取可以认为是基于图像内容提取必要特征,医学图像中需要什么特征基于研究需要,提取合适的特征.相对来说,医学图像特征提取要求更 ...

  5. springboot~让我习惯了TDD的开发模式

    TDD是什么 TDD就是测试驱动开发,以测试用例为主导,去开发项目,业务代码该怎么写还是怎么写,在实现UI之前,可以先实现Test用例,通过test来实现对业务场景的模拟,最终让你的代码更稳定. 大叔 ...

  6. HDU2196&lpar;SummerTrainingDay13-D tree dp&rpar;

    Computer Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Su ...

  7. VMWare共有3种网络连接模式

     VMWare共有3种网络连接模式,分别是: 1. bridged(桥接模式):虚拟机将直接连接到物理局域网,使自身独立于宿主机外,从局域网路由器获取IP.这种方式虚拟OS可以和局域网中其他终端实现互 ...

  8. vue中使用vue-router切换页面时滚动条自动滚动到顶部的方法

    原文:http://www.jb51.net/article/129270.htm main.js入口文件配合vue-router写这个 router.afterEach((to,from,next) ...

  9. iOS :UIPickerView reloadAllComponets not work

    编辑信息页面用了很多选择栏,大部分都用 UIPickerView 来实现.在切换数据显示的时候, UIPickerView 不更新数据,不得其解.Google 无解,原因在于无法描述自己的问题,想想应 ...

  10. WordPress换域名的301跳转方法&lpar;经典&rpar;

      一.Linux 主机,这个最简单,修改 .htaccess 把 .htaccess 文件 WordPress 部分修改成下面样子 # BEGIN WordPress <IfModule mo ...