]> git.sur5r.net Git - openocd/blob - src/target/target/stm32stick.cfg
Rick Altherr <kc8apf@kc8apf.net> - update syntax
[openocd] / src / target / target / stm32stick.cfg
1 # Hitex stm32 performance stick
2
3 # set jtag speed
4 jtag_khz 500
5
6 jtag_nsrst_delay 100
7 jtag_ntrst_delay 100
8
9 #use combined on interfaces or targets that can't set TRST/SRST separately
10 reset_config trst_and_srst
11
12 #jtag scan chain
13 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
14 jtag_device 4 0x1 0xf 0xe
15 jtag_device 5 0x1 0x1 0x1e
16 jtag_device 4 0x1 0xf 0xe
17
18 target create target0 cortex_m3 -endian little -chain-position 0
19
20 [new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 16384 -work-area-backup 0
21
22 #flash bank str7x <base> <size> 0 0 <target#> <variant>
23 flash bank stm32x 0 0 0 0 0
24
25 # For more information about the configuration files, take a look at:
26 # openocd.texi