Duane Ellis: "target as an [tcl] object" feature.
[fw/openocd] / src / target / target / str710.cfg
1 #start slow, speed up after reset
2 jtag_khz 10
3
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 0 arm7tdmi
15 [new_target_name] configure -event old-pre_reset { jtag_khz 10 }
16 [new_target_name] configure -event old-post_reset { jtag_khz 6000 }
17 [new_target_name] configure -event old-gdb_program_config { script event/str710_program.script }
18
19
20 working_area 0 0x2000C000 0x4000 nobackup
21
22 #flash bank str7x <base> <size> 0 0 <target#> <variant>
23 flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x
24 flash bank str7x 0x400C0000 0x00004000 0 0 0 STR71x
25
26 # For more information about the configuration files, take a look at:
27 # openocd.texi