- prepare OpenOCD for branching, created ./trunk/
[fw/openocd] / doc / configs / arm9_ftd2xx.cfg
1 #daemon configuration
2 telnet_port 4444
3 gdb_port 3333
4
5 #interface
6 interface ftd2xx
7 ftd2xx_device_desc "Amontec JTAGkey A"
8 ftd2xx_layout "jtagkey"
9 ftd2xx_vid_pid 0x0403 0xcff8
10 jtag_speed 1
11 #use combined on interfaces or targets that can't set TRST/SRST separately
12 reset_config trst_and_srst
13
14 #jtag scan chain
15 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
16 jtag_device 4 0x1 0xf 0xe
17
18 #target configuration
19 daemon_startup reset
20 #target <type> <endianess> <reset mode>
21 target arm9tdmi little reset_halt 0 arm920t
22 working_area 0 0x200000 0x4000 backup
23 run_and_halt_time 0 5000
24
25 #flash configuration
26 #flash bank <driver> <base> <size> <chip_width> <bus_width> [driver_options ...]
27 flash bank cfi 0x10000000 0x800000 2 2 0
28