- added svn props for newly added files
[fw/openocd] / src / target / target / str750.cfg
1 #STR750 CPU
2
3 #use combined on interfaces or targets that can\92t set TRST/SRST separately
4 #reset_config trst_and_srst srst_pulls_trst
5 reset_config trst_and_srst srst_pulls_trst
6
7 #jtag scan chain
8 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
9 jtag_device 4 0x1 0xf 0xe
10
11 #jtag nTRST and nSRST delay
12 jtag_nsrst_delay 500
13 jtag_ntrst_delay 500
14
15 #target configuration
16 daemon_startup reset
17
18 #target <type> <startup mode>
19 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
20 target arm7tdmi little run_and_halt 0 arm7tdmi
21
22 run_and_halt_time 0 30
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 STR75x
28 flash bank str7x 0x200C0000 0x00004000 0 0 0 STR75x
29