]> git.sur5r.net Git - openocd/blob - src/target/target/stm32stick.cfg
745c62347359c6bb8197f5d839a910bcb813b99c
[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 <type> <startup mode>
19 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
20 target cortex_m3 little 0
21 run_and_halt_time 0 30
22
23 working_area 0 0x20000000 16384 nobackup
24
25 #flash bank str7x <base> <size> 0 0 <target#> <variant>
26 flash bank stm32x 0 0 0 0 0
27
28 # For more information about the configuration files, take a look at:
29 # http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger