summaryrefslogtreecommitdiff
path: root/tcl/target/lpc2378.cfg
diff options
context:
space:
mode:
authorFreddie Chopin <freddie_chopin@op.pl>2010-12-04 15:45:40 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-12-09 22:54:31 +0100
commit4bd2b30d5bae59b751f8eb30815cf330faae2a6f (patch)
tree4e4bdb25cdf700647362bf80611754efa887740d /tcl/target/lpc2378.cfg
parentfa4680548150b51083239e3a5181a2ecd86a0da9 (diff)
downloadopenocd+libswd-4bd2b30d5bae59b751f8eb30815cf330faae2a6f.tar.gz
openocd+libswd-4bd2b30d5bae59b751f8eb30815cf330faae2a6f.tar.bz2
openocd+libswd-4bd2b30d5bae59b751f8eb30815cf330faae2a6f.tar.xz
openocd+libswd-4bd2b30d5bae59b751f8eb30815cf330faae2a6f.zip
remove srst_pulls_trst from LPC2xxx target scripts
LPC2xxx do not require reset_config srst_pulls_trst. This can cause various "strange" problems when flashing the chip, because "reset halt" actually allows the chip to run for some short period of time and execute some code. Signed-off-by: Freddie Chopin <freddie_chopin@op.pl>
Diffstat (limited to 'tcl/target/lpc2378.cfg')
-rw-r--r--tcl/target/lpc2378.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcl/target/lpc2378.cfg b/tcl/target/lpc2378.cfg
index 65b554c7..21fdd1b4 100644
--- a/tcl/target/lpc2378.cfg
+++ b/tcl/target/lpc2378.cfg
@@ -16,8 +16,7 @@ if { [info exists CPUTAPID ] } {
adapter_nsrst_delay 200
jtag_ntrst_delay 200
-# LPC2000 -> SRST causes TRST
-reset_config trst_and_srst srst_pulls_trst
+reset_config trst_and_srst
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID