aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-10-02 12:45:41 +0100
committerFreddie Chopin <freddie.chopin@gmail.com>2012-10-02 16:00:44 +0000
commit3eb80331ce54b82e410e7a6d1916d5cb546c4622 (patch)
tree0d34bfda391baedf2f5b58b34be172cd0fb24098
parenta3c09f9624a3ea715768bdf0af144d96dcc5bc1b (diff)
downloadriscv-openocd-3eb80331ce54b82e410e7a6d1916d5cb546c4622.zip
riscv-openocd-3eb80331ce54b82e410e7a6d1916d5cb546c4622.tar.gz
riscv-openocd-3eb80331ce54b82e410e7a6d1916d5cb546c4622.tar.bz2
cfg: fix incorrect stm32-performance stick config
This hardware uses a output enable buffer that was not correctly defined. Fixes issues when using the new ftdi driver. Change-Id: Iba6235a71a6d3c7d16ab729f858b336a4574dfea Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/844 Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com> Tested-by: jenkins
-rw-r--r--tcl/interface/ftdi/stm32-stick.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/interface/ftdi/stm32-stick.cfg b/tcl/interface/ftdi/stm32-stick.cfg
index 213b455..2aff1fe 100644
--- a/tcl/interface/ftdi/stm32-stick.cfg
+++ b/tcl/interface/ftdi/stm32-stick.cfg
@@ -8,6 +8,6 @@ interface ftdi
ftdi_device_desc "STM32-PerformanceStick"
ftdi_vid_pid 0x0640 0x002d
-ftdi_layout_init 0x0188 0x038b
+ftdi_layout_init 0x0388 0x038b
ftdi_layout_signal nTRST -data 0x0100
-ftdi_layout_signal nSRST -data 0x0080
+ftdi_layout_signal nSRST -data 0x0080 -noe 0x200