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