- prepare OpenOCD for branching, created ./trunk/
[fw/openocd] / doc / configs / arm7_wig.cfg
1 #daemon configuration
2 telnet_port 4444
3 gdb_port 3333
4
5 #interface
6 interface parport
7 parport_port 0x378
8 parport_cable wiggler
9 jtag_speed 0
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 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
15 jtag_device 4 0x1 0xf 0xe
16
17 #target configuration
18 daemon_startup reset
19 #target <type> <startup mode>
20 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
21 target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4
22 target_script 0 reset h2294_init.script
23 run_and_halt_time 0 30
24 working_area 0 0x40000000 0x40000 nobackup
25
26 #flash configuration
27 flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v1 0 14765 calc_checksum
28 flash bank cfi 0x80000000 0x400000 2 2 0