cfg: add STM32F4x and STM3241G-EVAL config files
[fw/openocd] / tcl / target / stm32f4x_stlink.cfg
1 #
2 # STM32f4x stlink pseudo target
3 #
4
5 set CHIPNAME stm32f4x
6 set CPUTAPID 0x2ba01477
7 set WORKAREASIZE 0x10000
8
9 source [find target/stm32_stlink.cfg]
10
11 # stm32f4x family uses stm32f2x driver
12 set _FLASHNAME $_CHIPNAME.flash
13 flash bank $_FLASHNAME stm32f2x 0 0 0 0 $_TARGETNAME