2012-01-04 21:48:21 +00:00
|
|
|
# This is an STM32F4 discovery board with a single STM32F407VGT6 chip.
|
|
|
|
# http://www.st.com/internet/evalboard/product/252419.jsp
|
|
|
|
|
2012-01-23 19:06:01 +00:00
|
|
|
source [find interface/stlink-v2.cfg]
|
2012-01-04 21:48:21 +00:00
|
|
|
|
2013-09-28 10:23:15 +00:00
|
|
|
transport select hla_swd
|
|
|
|
|
2016-03-02 12:36:54 +00:00
|
|
|
# increase working area to 64KB
|
|
|
|
set WORKAREASIZE 0x10000
|
|
|
|
|
2013-09-28 10:23:15 +00:00
|
|
|
source [find target/stm32f4x.cfg]
|
2012-05-01 17:47:28 +00:00
|
|
|
|
2015-01-10 10:19:26 +00:00
|
|
|
reset_config srst_only
|