Edgar Grimberg: added needed delays
[fw/openocd] / src / target / target / lpc2148.cfg
1 #delays on reset lines
2 jtag_nsrst_delay 200
3 jtag_ntrst_delay 200
4
5 #use combined on interfaces or targets that can't set TRST/SRST separately
6 reset_config trst_and_srst srst_pulls_trst
7
8 #jtag scan chain
9 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
10 jtag_device 4 0x1 0xf 0xe
11
12 #target <type> <startup mode>
13 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
14 target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4
15 run_and_halt_time 0 30
16
17 working_area 0 0x40000000 0x4000 nobackup
18
19 #flash bank lpc2000 <base> <size> 0 0 <target#> <variant>
20 flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 14765 calc_checksum
21
22 # For more information about the configuration files, take a look at:
23 # http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger