Browse Source

Remove srst_pulls_trst from LPC1768 target

srst_pulls_trst may be true on some (broken) LPC1768 boards but is
not true in general for the LPC1768.

Signed-off-by: Peter Stuge <peter@stuge.se>
tags/v0.5.0-rc1
Peter Stuge 13 years ago
committed by Øyvind Harboe
parent
commit
e7d26173fc
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      tcl/target/lpc1768.cfg

+ 0
- 3
tcl/target/lpc1768.cfg View File

@@ -32,9 +32,6 @@ if { [info exists CPUTAPID ] } {
adapter_nsrst_delay 200
jtag_ntrst_delay 200

# LPC2000 & LPC1700 -> SRST causes TRST
reset_config srst_pulls_trst

#jtag newtap $_CHIPNAME cpu -irlen 4 -expected-id $_CPUTAPID
swj_newdap $_CHIPNAME cpu -irlen 4 -expected-id $_CPUTAPID



Loading…
Cancel
Save