]> git.sur5r.net Git - openocd/blob - src/target/target/str730.cfg
Rick Altherr <kc8apf@kc8apf.net> - update syntax
[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 create target0 arm7tdmi -endian little -chain-position 0 -variant 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 [new_target_name] configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0
24
25 #flash bank <driver> <base> <size> <chip_width> <bus_width>
26 flash bank str7x 0x20000000 0x00040000 0 0 0 STR3x
27