Rick Altherr <kc8apf@kc8apf.net> switch to new syntax for target events
[fw/openocd] / src / target / target / str750.cfg
1 #STR750 CPU
2
3 # jtag speed
4 jtag_khz 10
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
21 [new_target_name] configure -event reset-start  { jtag_khz 10 }
22 [new_target_name] configure -event reset-init { jtag_khz 3000 }
23 [new_target_name] configure -event gdb-¿ash-erase-start {
24         flash protect 0 0 7 off
25         flash protect 1 0 1 off
26 }
27
28 [new_target_name] configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0
29
30 #flash bank <driver> <base> <size> <chip_width> <bus_width>
31 flash bank str7x 0x20000000 0x00040000 0 0 0 STR75x
32 flash bank str7x 0x200C0000 0x00004000 0 0 0 STR75x
33