From 4bd2b30d5bae59b751f8eb30815cf330faae2a6f Mon Sep 17 00:00:00 2001 From: Freddie Chopin Date: Sat, 4 Dec 2010 15:45:40 +0100 Subject: 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 --- tcl/target/lpc2103.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tcl/target/lpc2103.cfg') diff --git a/tcl/target/lpc2103.cfg b/tcl/target/lpc2103.cfg index 714267f6..7f14555c 100644 --- a/tcl/target/lpc2103.cfg +++ b/tcl/target/lpc2103.cfg @@ -12,8 +12,7 @@ if { [info exists CPUTAPID ] } { set _CPUTAPID 0x4f1f0f0f } -# LPC2000 -> SRST causes TRST -reset_config trst_and_srst srst_pulls_trst +reset_config trst_and_srst # reset delays adapter_nsrst_delay 100 -- cgit v1.2.3