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.

测试GDB调试CC3200的时候,终端提示找不到设备

Other Parts Discussed in Thread: CC3200

Dear TI

 

我测试GDB 连接CC3200-LANCHXL设备时,提示说找不到设备的接口,打印如下,请问是什么原因导致的?谢谢。

顺便说一下,我用CCS和IAR都可以正常连接CC3200-LANCHXL并进行调试,说明JTAG相关的driver我已经安装。

$ openocd-0.7.0.exe -f cc3200.cfg

 Open On-Chip Debugger 0.7.0 (2014-10-13-13:08) Licensed under GNU GPL v2

 For bug reports, read        

http://openocd.sourceforge.net/doc/doxygen/bugs.html

 Error: The specified debug interface was not found (ft2232)

The following debug interfaces are available:

Runtime Error: cc3200.cfg:44:

in procedure 'script'

at file "embedded:startup.tcl", line 58

 in procedure 'interface' called at file "cc3200.cfg", line 44

 

附件driver截图:

  • GDB现在可以使用了,由于我的X86平台是64bit的OS,所以当初我下载CyGWin的时候,下载了64 bit版本的CyGWin,并且下载了较新版本的FTDI driver V2.20版本,估计主要问题还是FTDI的driver兼容性问题,当我使用CyGWin 32bit + FTDI Driver V2.10, 正常用GDB 连接并进行调试。Anyway,谢谢TI Team's support!!