Browse Source

Added jtag_nsrst_delay 200 and jtag_ntrst_delay 200 to the LPC2294 target.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1838 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.2.0
mifi 15 years ago
parent
commit
d78df28121
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/target/target/lpc2294.cfg

+ 3
- 0
src/target/target/lpc2294.cfg View File

@@ -17,6 +17,9 @@ if { [info exists CPUTAPID ] } {
set _CPUTAPID 0xffffffff
}

jtag_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



Loading…
Cancel
Save