diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-01 11:43:01 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-01 11:43:01 +0000 |
commit | 54916e30bb8855338e570f657abe5e326a9824fa (patch) | |
tree | 0da9af3c5ea78951b456d1be0d5420b5af3833df /src/target | |
parent | 75ba7397b23ceb162f450fa903d372b42492a8cc (diff) | |
download | openocd+libswd-54916e30bb8855338e570f657abe5e326a9824fa.tar.gz openocd+libswd-54916e30bb8855338e570f657abe5e326a9824fa.tar.bz2 openocd+libswd-54916e30bb8855338e570f657abe5e326a9824fa.tar.xz openocd+libswd-54916e30bb8855338e570f657abe5e326a9824fa.zip |
The reset routine now works w/LPC2148 out of the box.
git-svn-id: svn://svn.berlios.de/openocd/trunk@885 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target/lpc2148.cfg | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/src/target/target/lpc2148.cfg b/src/target/target/lpc2148.cfg index 64e65b12..ab339562 100644 --- a/src/target/target/lpc2148.cfg +++ b/src/target/target/lpc2148.cfg @@ -2,28 +2,22 @@ jtag_nsrst_delay 200 jtag_ntrst_delay 200 +# NOTE!!! LPCs need reset pulled while RTCK is low. 0 to activate +# JTAG, power-on reset is not enough, i.e. you need to perform a +# reset before being able to talk to the LPC2148, attach is not +# possible. + #use combined on interfaces or targets that can't set TRST/SRST separately reset_config trst_and_srst srst_pulls_trst -#LPCs need reset pulled while RTCK is low. 0 to activate JTAG, power-on reset is not enough -jtag_reset 1 1 -jtag_reset 0 0 - #jtag scan chain -#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) jtag_device 4 0x1 0xf 0xe -#target <type> <startup mode> -#target arm7tdmi <reset mode> <chainpos> <endianness> <variant> target arm7tdmi little 0 arm7tdmi-s_r4 - target_script 0 reset event/lpc2148_reset.script working_area 0 0x40000000 0x4000 nobackup #flash bank lpc2000 <base> <size> 0 0 <target#> <variant> flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 14765 - -# For more information about the configuration files, take a look at: -# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger |