Browse Source

lpc1768-stick: avoid driving srst high at startup

this avoid driving nSRST high after startup, by making sure the nOE is
initialized inactive/high.

This also matches the config used for the STM32-PerformanceStick.

Change-Id: I9376de575b7dc834310d57dbd58575d51f60183e
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/889
Tested-by: jenkins
tags/v0.6.1
Spencer Oliver 11 years ago
parent
commit
2d0750d708
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tcl/interface/ftdi/hitex_lpc1768stick.cfg

+ 1
- 1
tcl/interface/ftdi/hitex_lpc1768stick.cfg View File

@@ -9,7 +9,7 @@ interface ftdi
ftdi_device_desc "LPC1768-Stick" ftdi_device_desc "LPC1768-Stick"
ftdi_vid_pid 0x0640 0x0026 ftdi_vid_pid 0x0640 0x0026


ftdi_layout_init 0x0188 0x038b
ftdi_layout_init 0x0388 0x038b
ftdi_layout_signal nTRST -data 0x0100 ftdi_layout_signal nTRST -data 0x0100
ftdi_layout_signal nSRST -data 0x0080 -noe 0x200 ftdi_layout_signal nSRST -data 0x0080 -noe 0x200



Loading…
Cancel
Save