]> git.sur5r.net Git - openocd/blob - src/target/target/stm32.cfg
Alan Carvalho de Assis <acassis@gmail.com> imx27 config file
[openocd] / src / target / target / stm32.cfg
1 # script for stm32
2
3 # 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
17 target create target0 cortex_m3 -endian little -chain-position 0
18
19 [new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 16384 -work-area-backup 0
20
21 #flash bank str7x <base> <size> 0 0 <target#> <variant>
22 flash bank stm32x 0 0 0 0 0
23
24 # For more information about the configuration files, take a look at:
25 # openocd.texi