fome-fw/misc/install/openocd/stm32f4discovery.cfg

15 lines
389 B
INI
Raw Normal View History

2017-08-26 16:02:38 -07:00
# This is an STM32F4 discovery board with a single STM32F407VGT6 chip.
# http://www.st.com/internet/evalboard/product/252419.jsp
2018-10-13 07:52:48 -07:00
source [find openocd/stlink.cfg]
2017-08-26 16:02:38 -07:00
transport select hla_swd
2018-10-13 07:52:48 -07:00
# increase working area to 64KB
set WORKAREASIZE 0x10000
2017-08-26 16:02:38 -07:00
source [find openocd/stm32f4x.cfg]
2019-06-01 18:20:02 -07:00
# internet says this could help with unreliable flashing I experience on build server?
reset_config none