]> git.sur5r.net Git - openocd/blob - src/target/target/str912.cfg
retired fast_memory_access. It's always fast now.
[openocd] / src / target / target / str912.cfg
1 jtag_nsrst_delay 100
2 jtag_ntrst_delay 100
3
4 #use combined on interfaces or targets that can't set TRST/SRST separately
5 reset_config trst_and_srst
6
7 #jtag scan chain
8 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
9 jtag_device 8 0x1 0x1 0xfe
10 jtag_device 4 0x1 0xf 0xe
11 jtag_device 5 0x1 0x1 0x1e
12
13 #target <type> <startup mode>
14 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
15 target arm966e little reset_halt 1 arm966e
16 run_and_halt_time 0 30
17
18 target_script 0 reset event/str912_reset.script
19
20 working_area 0 0x50000000 16384 nobackup
21
22 #flash bank str9x <base> <size> 0 0 <target#> <variant>
23 flash bank str9x 0x00000000 0x00080000 0 0 0
24 flash bank str9x 0x00080000 0x00008000 0 0 0
25
26 # For more information about the configuration files, take a look at:
27 # http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger