summaryrefslogtreecommitdiff
path: root/tcl/target/lpc2294.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/lpc2294.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/lpc2294.cfg')
-rw-r--r--tcl/target/lpc2294.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcl/target/lpc2294.cfg b/tcl/target/lpc2294.cfg
index 6f341717..ecf05998 100644
--- a/tcl/target/lpc2294.cfg
+++ b/tcl/target/lpc2294.cfg
@@ -14,8 +14,7 @@ if { [info exists CPUTAPID ] } {
adapter_nsrst_delay 200
jtag_ntrst_delay 200
-#use combined on interfaces or targets that can't set TRST/SRST separately
-reset_config trst_and_srst srst_pulls_trst
+reset_config trst_and_srst
#jtag scan chain
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID