02:33
wingsorc has quit [Remote host closed the connection]
03:44
Hawk777 has joined #openocd
06:35
nerozero has joined #openocd
07:14
indy- is now known as indy
08:17
Hawk777 has quit [Quit: Leaving.]
09:07
Haohmaru has joined #openocd
11:18
merethan_ has joined #openocd
11:57
Kebianizao has joined #openocd
11:58
<
Kebianizao >
Hello. I'm trying to connect to a TI CC2640 chip using xds110 interface. It does work when I'm on the 4-wire cJTAG interface, but this time I need going 2-wire
11:59
<
Kebianizao >
do you know if this is supported? (0.12.0 here)
12:07
olerem has quit [Quit: WeeChat 2.3]
12:08
olerem has joined #openocd
12:17
<
PaulFertser >
Kebianizao: I'm afraid 2-wire JTAG was never supported.
12:19
<
Kebianizao >
I'd like to know how much effort it is to support 2-wire cJTAG. I've just arrived so I'll need quite a bit of reading
12:20
<
PaulFertser >
Kebianizao: that might be a good enough start for a relatively quick hack.
12:22
<
PaulFertser >
Kebianizao: you'd have to reimplement that for xds110 driver though.
12:22
<
Kebianizao >
right, or switching to an FTDI based jtag interface
12:23
_olerem has joined #openocd
12:23
_olerem has quit [Client Quit]
12:24
<
PaulFertser >
Kebianizao: for a test yes, to see how similar RISCV cJTAG to TI cJTATG.
12:28
<
Kebianizao >
thanks for the directions PaulFertser, happy to hear more hints if available :)
12:28
<
PaulFertser >
Kebianizao: ask questions :)
12:29
<
Kebianizao >
I'd rather read to come up with any sensible one :)
13:13
nerozero has quit [Ping timeout: 268 seconds]
14:37
merethan_ has quit [Remote host closed the connection]
14:37
merethan_ has joined #openocd
14:38
PsySc0rpi0n has quit [Ping timeout: 252 seconds]
14:39
PsySc0rpi0n has joined #openocd
17:39
Hawk777 has joined #openocd
17:55
Haohmaru has quit []
18:57
merethan_ has quit [Ping timeout: 248 seconds]
20:22
<
Kebianizao >
Is there a place to document a jtag interface protocol? is there anyone already described? (talking about the openocd source)
20:24
<
PaulFertser >
Kebianizao: hm, if you feel like it, there's doc/manual/
20:25
<
PaulFertser >
Kebianizao: but regular JTAG isn't desribed there
20:25
<
PaulFertser >
As it's a standard
20:25
<
Kebianizao >
oh well, I meant how to command some jtag interfaces, besides the JTAG standard. The case is the xds110 usb protocol
20:45
<
PaulFertser >
Kebianizao: it was added by someone from TI, so if the document is not public all you can do is guess from the code.
20:46
<
Kebianizao >
ok, thx. In this case I was more looking into contributing documenting the protocol
20:46
<
PaulFertser >
Kebianizao: doesn't look easy at all :(
20:47
<
PaulFertser >
Kebianizao: I'd guess it would be quite visible as a comment in src/jtag/drivers/xds100.c .
20:47
<
PaulFertser >
Kebianizao: where do you know the additional details for the protocol from?
20:48
<
Kebianizao >
I'm snooping the communication with the XDS110 and from that figuring it out
20:49
<
PaulFertser >
Kebianizao: cool!
23:16
Pokey has joined #openocd