remove obsolete reset_mode
[fw/openocd] / src / target / target / str710.cfg
1 #start slow, speed up after reset
2 jtag_khz 10, 6000
3
4 #use combined on interfaces or targets that can't set TRST/SRST separately
5 reset_config trst_and_srst srst_pulls_trst
6
7 #jtag scan chain
8 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
9 jtag_device 4 0x1 0xf 0xe
10
11 #target <type> <startup mode>
12 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
13 target arm7tdmi little 0 arm7tdmi
14 run_and_halt_time 0 30
15
16 target_script 0 gdb_program_config event/str710_program.script
17
18 working_area 0 0x2000C000 0x4000 nobackup
19
20 #flash bank str7x <base> <size> 0 0 <target#> <variant>
21 flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x
22 flash bank str7x 0x400C0000 0x00004000 0 0 0 STR71x
23
24 # For more information about the configuration files, take a look at:
25 # http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger