TI达芬奇专题-如何在CCS3.3上使用TDS560USB仿真器
- install ccs 3.3 using the default settings.
- install TDS560USB_ccs33_Setup.exe. This is a version specially for CCS 3.3. As the former version, it provides TDS560USB probe and reset applications.
- connect the devices according to the docs in the directory of TDS560USB driver.
- Put the jumper on J2 of the daVinci Board.
- Power the daVinci board.
- connect the TDS560USB to PC by USB and then connect the power line to TDS560USB. Note the order. Connect the PC BEFORE powering the TDS560USB, otherwise the PC may not be able to detect the TDS560SUB.
- Wait a second and you’ll the message for installing driver for TDS560USB. You can find the driver in C:CCStudio_v3.3tds560usb_ccs33driver.
- set up the CCS according to the following instructions.
| 3、进行CCS setup在DAVINCI 板卡上使用TDS560USB仿真器时进行CCS Setup 设置的步骤如下:
首先要注意: CCS的版本需要是3.2版本或更高版本; 设置前必须已经运行过TDS560USB 仿真器光盘所附带的支持工具setup.exe 。 1.CCS Setup启动后,选择”Create Board”,双击 WintechDigital TDS560USB Emulator. 2. 设置连接名称:TDS560USB Davinci 3. 不用作任何改动,直接完成。 4.选择TDS560USB Davinci ,并在中栏双击或拖ICEPICK_C到左栏中 5.在弹出窗口中设置CPU的个数为2 6.点击next 跳过。 7.设置Subpath name 和端口号,名字随便取,但是端口号ARM必须为16,DSP为18。 8.以上步骤完成后,选择左栏的ARM9 9.在中间栏拖ARM9 CPU到左栏中,扫描链中的ARM9处理器。 10.设置ARM9处理器的GEL 文件 此处需要选中随板提供的 DaVinciEVM_arm.gel 文件 11.开始设置DSPC64+,在左栏中选中dSPC64,然后把中间栏的C6400PLUS拖到左栏的DSPC64中 12.设置C64PLUS处理器的GEL文件。 此处需要选中随板提供的 DaVinciEVM_dsp.gel 文件 13.到此,设置工作完成,存储并退出CCS Setup 。 Ref: http://blog.csdn.net/lintax/archive/2009/08/28/4494730.aspx |
9. After clicking “save and quit.”, the CCS will be started and you can connect the device.
After all this, I should tell you that step 8 is futile. Just select the right board in CCS Setup!
[...] Getting Started Guide里只是LINUX下的环境的搭建和系统的感性认识,而且更多的是针对ARM端。为了了解DSP端,需要安装并配置CCS环境,CCS主要是针对DSP的。这里有关于安装和配置CCS的文章。安装和配置开发环境并不需要太多的关于系统原理的知识,在这个过程中还会对系统有个感性的认识,起码能知道系统里面有什么东西,叫什么名字。 [...]