remove obsolete reset_mode
[fw/openocd] / src / target / target / str730.cfg
1 #STR730 CPU
2
3 jtag_khz 10, 3000
4
5 #use combined on interfaces or targets that can\92t set TRST/SRST separately
6 #reset_config trst_and_srst srst_pulls_trst
7 reset_config trst_and_srst srst_pulls_trst
8
9 #jtag scan chain
10 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
11 jtag_device 4 0x1 0xf 0xe
12
13 #jtag nTRST and nSRST delay
14 jtag_nsrst_delay 500
15 jtag_ntrst_delay 500
16
17 #target configuration
18 daemon_startup reset
19
20 #target <type> <startup mode>
21 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
22 target arm7tdmi little 0 arm7tdmi
23
24 run_and_halt_time 0 30
25
26 target_script 0 gdb_program_config event/str730_program.script
27
28 working_area 0 0x40000000 0x4000 nobackup
29
30 #flash bank <driver> <base> <size> <chip_width> <bus_width>
31 flash bank str7x 0x20000000 0x00040000 0 0 0 STR3x
32