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