简体   繁体   English

带有 XDS200 JTAG 仿真器的 OpenOCD

[英]OpenOCD with XDS200 JTAG Emulator

So I have a Blackhawk XDS200 Debug Probe (TMDSEMU200-U) and I would like to use OpenOCD to debug on my target platform (IWR6483).所以我有一个 Blackhawk XDS200 调试探针 (TMDSEMU200-U),我想使用 OpenOCD 在我的目标平台 (IWR6483) 上进行调试。

When I create a config file, I get the error:当我创建一个配置文件时,我得到了错误:

Error: Can't find interface/xds200.cfg

The config file is:配置文件是:

source [find interface/xds200.cfg]
adapter speed 5500
transport select jtag
source [find target/ti_cc13x2.cfg]

Is there a reason it can't find this specific config file?找不到这个特定的配置文件有什么原因吗? When I change it to xds110.cfg, it doesn't give me this error (provided I connect the debug probe).当我将它更改为 xds110.cfg 时,它不会给我这个错误(假设我连接了调试探针)。

Alternatively, could anyone point me to this specific xds200.cfg file I could download?或者,谁能指出我可以下载的这个特定的 xds200.cfg 文件?

Thanks!谢谢!

XDS200 isn't one of the debug interfaces in https://github.com/openocd-org/openocd/tree/master/tcl/interface , so I don't think it is supported yet. XDS200 不是https://github.com/openocd-org/openocd/tree/master/tcl/interface中的调试接口之一,所以我认为它还不支持。 I am also interested in OpenOCD supporting this debug probe!我也对支持此调试探针的 OpenOCD 感兴趣!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM