aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2013-10-31 15:16:15 +0400
committerSpencer Oliver <spen@spen-soft.co.uk>2013-10-31 20:40:28 +0000
commitc044c601213ee800cffb21e1f53a89285b3346c9 (patch)
tree39da9ef557453c03c78c1299b43a3be6099a0e17
parentf132fcf636361009b4125827351ef01556d49b31 (diff)
ftdi/tumpa.cfg: enable proper output buffer control, add another USB ID
The schematics used for writing the config file were incorrect, real hardware needs ACBUS3 _low_ as it's connected directly to the output buffer's !OE pin. Also apparently sometimes TUMPA comes with default FTDI IDs. Real-life tested (including TRST and SRST) with a custom stm32f103 board, thanks to Mike Wang for the adapter sample. Change-Id: Iab566e6d14f8392030f6ff2c8d976e1b57cf5ce6 Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/1789 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
-rw-r--r--tcl/interface/ftdi/tumpa.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/interface/ftdi/tumpa.cfg b/tcl/interface/ftdi/tumpa.cfg
index a0cf332a..e4b59b11 100644
--- a/tcl/interface/ftdi/tumpa.cfg
+++ b/tcl/interface/ftdi/tumpa.cfg
@@ -5,9 +5,9 @@
#
interface ftdi
-ftdi_vid_pid 0x0403 0x8a98
+ftdi_vid_pid 0x0403 0x8a98 0x0403 0x6010
-ftdi_layout_init 0x0838 0x087b
+ftdi_layout_init 0x0038 0x087b
ftdi_layout_signal nTRST -data 0x0020
ftdi_layout_signal nSRST -data 0x0010