So I have a Blackhawk XDS200 Debug Probe (TMDSEMU200-U) and I would like to use OpenOCD to debug on my target platform (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).
Alternatively, could anyone point me to this specific xds200.cfg file I could download?
Thanks!