Hi,
I am trying to connect with the TMS570LS3137 MCU using OpenOCD. I've seen that some of the configuration files do not work "out-of-the-box" and have to be modified. Combining the advice from different related sources (including the past query: https://e2e.ti.com/support/tools/ccs/f/81/t/630450?TMS570LS3137-Using-XDS110-with-gdb-openocd
adapter_khz 1500 source [find interface/ftdi/xds100v2.cfg] reset_config trst_only |
But when I start OpenOCD, I get some errors suggesting that the JTAG chain is not healthy (IR value is not the expected one).
$ openocd -f ./board/ti_tmdx570ls31usb.cfg Info : to use this adapter you MUST add ``init; ftdi_set_signal PWR_RST 1; jtag arp_init'' to the end of your config file! adapter speed: 1500 kHz ... |
Moreover, if I start the GDB session then OpenOCD says it cannot halt the processor:
... Info : accepting 'gdb' connection on tcp/3333
|
I am using the XDS100V2 adapter to make the connection. Do you have any advice?
Thanks in advance,
Ricardo A.