Hi,
I'm trying to connect to a LAUNCHXL-CC1312R1 using OpenOCD.
The cmd line I'm using is "openocd -f board/ti_cc13x2_launchpad.cfg"
This is the output I get from OpenOCD:
GNU MCU Eclipse 64-bit Open On-Chip Debugger 0.10.0+dev-00462-gdd1d90111 (2019-01-18-11:42)
Licensed under GNU GPL v2
For bug reports, read
openocd.org/.../bugs.html
adapter speed: 2500 kHz
srst_only separate srst_gates_jtag srst_open_drain connect_deassert_srst
adapter_nsrst_delay: 100
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : XDS110: connected
Info : XDS110: firmware version = 3.0.0.2
Info : XDS110: hardware version = 0x0023
Info : XDS110: connected to target via JTAG
Info : XDS110: TCK set to 2500 kHz
Info : clock speed 2500 kHz
Info : JTAG tap: cc13x2.jrc tap/device found: 0x5768205f (mfg: 0x02f (ACTEL), part: 0x7682, ver: 0x5)
Warn : JTAG tap: cc13x2.jrc UNEXPECTED: 0x5768205f (mfg: 0x02f (ACTEL), part: 0x7682, ver: 0x5)
Error: JTAG tap: cc13x2.jrc expected 1 of 1: 0x0bb4102f (mfg: 0x017 (Texas Instruments), part: 0xbb41, ver: 0x0)
Info : TAP auto0.tap does not have IDCODE
Error: Trying to use configured scan chain anyway...
Error: cc13x2.jrc: IR capture error; saw 0x03 not 0x01
Warn : Bypassing JTAG setup events due to errors
Info : Listening on port 3333 for gdb connections
When connecting from gdb it fails because the connection is refused.
Any ideas?
Thanks!