]> git.sur5r.net Git - openocd/blob - src/target/target/str750.cfg
d5fa45e8e2755057a6322ce7e173183f9bae85ed
[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 <type> <startup mode>
20 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
21 target arm7tdmi little 0 arm7tdmi
22
23 [new_target_name] configure -event reset-start  { jtag_khz 10 }
24 [new_target_name] configure -event reset-init { jtag_khz 3000 }
25 [new_target_name] configure -event old-gdb_program_config { script event/str750_program.script }
26
27 working_area 0 0x40000000 0x4000 nobackup
28
29 #flash bank <driver> <base> <size> <chip_width> <bus_width>
30 flash bank str7x 0x20000000 0x00040000 0 0 0 STR75x
31 flash bank str7x 0x200C0000 0x00004000 0 0 0 STR75x
32