]> git.sur5r.net Git - openocd/blob - src/target/target/str912.cfg
Rick Altherr <kc8apf@kc8apf.net> - update syntax
[openocd] / src / target / target / str912.cfg
1 # script for str9
2
3 # jtag speed. We need to stick to 16kHz until we've finished reset.
4
5 jtag_rclk 16
6
7
8 jtag_nsrst_delay 100
9 jtag_ntrst_delay 100
10
11 #use combined on interfaces or targets that can't set TRST/SRST separately
12 reset_config trst_and_srst
13
14 #jtag scan chain
15 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
16 jtag_device 8 0x1 0x1 0xfe
17 jtag_device 4 0x1 0xf 0xe
18 jtag_device 5 0x1 0x1 0x1e
19
20 target create target0 arm966e -endian little -chain-position 1 -variant arm966e
21
22 [new_target_name] configure -event reset-start { jtag_rclk 16 }
23
24 [new_target_name] configure -event reset-init {
25         # We can increase speed now that we know the target is halted.
26         jtag_rclk 3000
27         
28         # -- Enable 96K RAM
29         # PFQBC enabled / DTCM & AHB wait-states disabled
30         mww 0x5C002034 0x0191 
31
32         str9x flash_config 0 4 2 0 0x80000
33         flash protect 0 0 7 off
34 }
35
36 [new_target_name] configure -work-area-virt 0 -work-area-phys 0x50000000 -work-area-size 16384 -work-area-backup 0
37
38 #flash bank str9x <base> <size> 0 0 <target#> <variant>
39 flash bank str9x 0x00000000 0x00080000 0 0 0
40 flash bank str9x 0x00080000 0x00008000 0 0 0
41
42 # For more information about the configuration files, take a look at:
43 # openocd.texi