diff options
author | Paul Fertser <fercerpav@gmail.com> | 2014-02-02 13:04:41 +0400 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2014-02-04 20:52:26 +0000 |
commit | 698eaf9896b9b490676b13cf532c0161f7fb67c8 (patch) | |
tree | 026ff867c5ff2465ac0b1e69a60d08ee5f63f276 /tcl/interface | |
parent | 3feac9a740917621de5af6f6ef008ec445b9d35a (diff) | |
download | riscv-openocd-698eaf9896b9b490676b13cf532c0161f7fb67c8.zip riscv-openocd-698eaf9896b9b490676b13cf532c0161f7fb67c8.tar.gz riscv-openocd-698eaf9896b9b490676b13cf532c0161f7fb67c8.tar.bz2 |
interface/ftdi: add TUMPA Lite config
TUMPA Lite is a cheap FT232H-based breakout board, without any
buffering. It also lacks series resistors so for some targets
(especially when not using ridiculously short wires) one needs to add
about 47 Ohms in series on every high-speed line.
The SRST line is connected directly to the FT232H too.
Real-life tested (including SRST and TRST).
Change-Id: I5ed4f88d8d20384e9c52efe2ff0c290e2650d43e
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/1918
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/ftdi/tumpa-lite.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tcl/interface/ftdi/tumpa-lite.cfg b/tcl/interface/ftdi/tumpa-lite.cfg new file mode 100644 index 0000000..657515a --- /dev/null +++ b/tcl/interface/ftdi/tumpa-lite.cfg @@ -0,0 +1,12 @@ +# +# TIAO USB Multi-Protocol Adapter (TUMPA) Lite +# +# http://www.diygadget.com/tiao-usb-multi-protocol-adapter-lite-jtag-spi-i2c-serial.html +# + +interface ftdi +ftdi_vid_pid 0x0403 0x8a99 + +ftdi_layout_init 0x0038 0x087b +ftdi_layout_signal nTRST -data 0x0020 -oe 0x0020 +ftdi_layout_signal nSRST -data 0x0010 -oe 0x0010 |