【发布时间】:2019-02-05 21:15:17
【问题描述】:
有没有人让 openocd 与 TI cc2640r2 启动板一起工作?我构建了最新的 openocd 源,但它无法初始化。
操作系统是 Ubuntu 18.04.1 LTS,openocd 是用
构建的configure --enable-xds110 --enable-cmsis-dap
make
make install
跑步
openocd -f board/ti_cc26x0_launchpad.cfg
获取输出
Open On-Chip Debugger 0.10.0+dev-00676-g346ce2f1 (2019-02-05-00:53)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
adapter speed: 2500 kHz
Error: The 'jtag configure' command must be used after 'init'.
在脚本文件中放置“调试级别 3”语句表明它在第 25 行的 target/ti_cc26x0.cfg 中失败,即
jtag configure $_CHIPNAME.cpu -event tap-enable "icepick_c_tapenable $_CHIPNAME.jrc 0"
脚本必须已经运行(至少一次),因为它们是源代码分发的一部分。
【问题讨论】: