X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Ftarget%2Flpc2148.cfg;h=32ccebaf8df5ca474b81e0d74bdb35d8a67e1541;hb=85407421f3a20cc2e6ff69f281e2e0622140f45b;hp=c357662fd798fd39638c096873dd98d3f0fa87ec;hpb=77d73b2523431d28daa2d0b1d82f5bf28112e21a;p=fw%2Fopenocd diff --git a/src/target/target/lpc2148.cfg b/src/target/target/lpc2148.cfg index c357662fd..32ccebaf8 100644 --- a/src/target/target/lpc2148.cfg +++ b/src/target/target/lpc2148.cfg @@ -5,19 +5,25 @@ 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 +#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 #target arm7tdmi -target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4 +target arm7tdmi little run_and_init 0 arm7tdmi-s_r4 run_and_halt_time 0 30 +target_script 0 reset event/lpc2148_reset.script + working_area 0 0x40000000 0x4000 nobackup #flash bank lpc2000 0 0 -flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 14765 calc_checksum +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