This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于CCS V5的使用

Other Parts Discussed in Thread: TMS320F28069

你好,我是参加TI在珠海的研讨会时幸运地获得了Piccolo F2806x controlstrick 开发工具的。

我是名初学者。

问题一是:

在我使用CCS V.5编译例程2806x CLA(就是研讨会工程师示例那个,一共有三个)总是出现一个错误和两个警告,错误显示为:“Could not open the editor: C:\Documents and Settings\a0219092\user\CCSTargetConfigurations\28069.ccxml (系统找不到指定的路径。)”。我不知道怎么处理,

问题二:

还有就是在导入这个例程的最后一步是configuration  target file。光盘里有这个过程演示,但是我实际操作时,在save the configuration之后下面那个test connection就亮了,点了之后出现

[Start]

Execute the command:

%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity

[Result]

-----[Print the board config pathname(s)]------------------------------------

C:\Users\ADMINI~1\AppData\Local\.TI\2371342587\     0\0\BrdDat\testBoard.dat

-----[Print the reset-command software log-file]-----------------------------

This utility has selected a 100- or 510-class product. This utility will load the adapter 'jioserdesusb.dll'.

An error occurred while soft opening the controller.

-----[An error has occurred and this utility has aborted]--------------------

This error is generated by TI's USCIF driver or utilities.

The value is '-151' (0xffffff69). The title is 'SC_ERR_FTDI_OPEN'.

The explanation is: One of the FTDI driver functions used during the connect returned bad status or an error. The cause may one or more of: invalid emulator serial number, blank emulator EEPROM, missing FTDI drivers, faulty USB cable. Use the xds100serial command-line utility in the 'common/uscif' folder to verify the emulator can be located.

[End]

我也不知道下一步该做什么,如何才能进行debug。

问题三:

那根黑色的线如何正确插在开发板的引脚上开发板。

谢谢回答

  • 楼主你好,

    关于第一个问题,请在你的项目中将28069.ccxml 文件删除掉,原因在于你的电脑里面没有这个文件配置文件。

    关于问题二:楼主可以这样操作新建一个目标配置文件:view-->target configuration-->new target configuration file---》给你的配置命一个名字---->点击完成---->选择XDS100V1仿真器,选择TMS320F28069芯片---->点击保存--->在目标配置窗口里点击User Defined---->在你刚才新建的ccxml文件上点击右键--->选择set as default.

    第三个问题:例程里用的是ADCA0接到ePWM1A管脚,也就是3脚接到31脚!