01fd32a9d7bbeb935d42aed212470b48ff48b37d
[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 #LPCs need reset pulled while RTCK is low. 0 to activate JTAG, power-on reset is not enough
9 jtag_reset 1 1
10 jtag_reset 0 0
11
12 #jtag scan chain
13 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
14 jtag_device 4 0x1 0xf 0xe
15
16 #target <type> <startup mode>
17 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
18 target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4
19 run_and_halt_time 0 30
20
21 working_area 0 0x40000000 0x4000 nobackup
22
23 #flash bank lpc2000 <base> <size> 0 0 <target#> <variant>
24 flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 14765 calc_checksum
25
26 # For more information about the configuration files, take a look at:
27 # http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger