]> git.sur5r.net Git - openocd/blob - src/target/target/lpc2148.cfg
67b3d11c7ebcecec6175074228cc6f262ba17a08
[openocd] / src / target / target / lpc2148.cfg
1 #delays on reset lines
2 jtag_nsrst_delay 200
3 jtag_ntrst_delay 200
4
5 # NOTE!!! LPCs need reset pulled while RTCK is low. 0 to activate 
6 # JTAG, power-on reset is not enough, i.e. you need to perform a
7 # reset before being able to talk to the LPC2148, attach is not
8 # possible.
9
10 #use combined on interfaces or targets that can't set TRST/SRST separately
11 reset_config trst_and_srst srst_pulls_trst
12
13 #jtag scan chain
14 jtag_device 4 0x1 0xf 0xe
15
16 target arm7tdmi little 0 arm7tdmi-s_r4
17 [new_target_name] configure -event reset-init {
18         # Force target into ARM state
19         soft_reset_halt
20         #do not remap 0x0000-0x0020 to anything but the flash
21         mwb 0xE01FC040 0x01 
22         
23 }
24
25 working_area 0 0x40000000 0x4000 nobackup
26
27 #flash bank lpc2000 <base> <size> 0 0 <target#> <variant>
28 flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 14765