]> git.sur5r.net Git - openocd/blob - tcl/board/stm32f4discovery.cfg
config: stm32l01x and stm32l02x chips support
[openocd] / tcl / board / stm32f4discovery.cfg
1 # This is an STM32F4 discovery board with a single STM32F407VGT6 chip.
2 # http://www.st.com/internet/evalboard/product/252419.jsp
3
4 source [find interface/stlink-v2.cfg]
5
6 transport select hla_swd
7
8 # increase working area to 64KB
9 set WORKAREASIZE 0x10000
10
11 source [find target/stm32f4x.cfg]
12
13 reset_config srst_only