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