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>
This commit is contained in:
committed by
Øyvind Harboe
parent
fa46805481
commit
4bd2b30d5b
@@ -22,8 +22,7 @@ if { [info exists CCLK ] } {
|
||||
adapter_nsrst_delay 100
|
||||
jtag_ntrst_delay 100
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user