Olimex Support Forum

ARM => JTAG => Topic started by: gs001 on October 13, 2018, 03:20:46 AM

Title: Holding TCK high while wiggling TMS/TDI?
Post by: gs001 on October 13, 2018, 03:20:46 AM
Hi,

Using ARM-USB-TINY-H with the ARM-JTAG-SWD adapter, is it possible to write an OpenOCD script that holds TCK high while wiggling TMS and TDI?   (That is, without pulsing TCK).  I don't need for this pattern to be fast, I just hope it is possible regardless of speed.  If there's a way to brute-force something using ftdi_layout_signal and ftdi_set_signal calls, that'd be fine for what I'm trying to do (drive a cJTAG escape sequence).

Any insights appreciated, thanks!
Title: Re: Holding TCK high while wiggling TMS/TDI?
Post by: JohnS on October 13, 2018, 01:06:04 PM
Ask on the oocd ML :)

John
Title: Re: Holding TCK high while wiggling TMS/TDI?
Post by: gs001 on October 13, 2018, 06:21:17 PM
I'll ask there too, but from the OpenOCD side I'm pretty sure they'll say "use ftdi_layout_signal and ftdi_set_signal", but for those I have to know what arguments to use to those commands to identify TCK/TMS/TDI in the particular pinout, in this case it's the Olimex ARM USB Tiny H and the SWD adapter.  So I'm slightly more hopeful of getting insights here than on the OpenOCD mailing list (but thanks I will try asking there too, and hopefully between the two maybe someone knows).