2013-10-10 19:56:26 +00:00
|
|
|
#
|
|
|
|
# This is an STM32F429 discovery board with a single STM32F429ZI chip.
|
|
|
|
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF259090
|
|
|
|
#
|
|
|
|
|
|
|
|
source [find interface/stlink-v2.cfg]
|
|
|
|
|
2013-09-28 10:23:15 +00:00
|
|
|
transport select hla_swd
|
|
|
|
|
2016-03-02 12:36:54 +00:00
|
|
|
# increase working area to 128KB
|
|
|
|
set WORKAREASIZE 0x20000
|
|
|
|
|
2013-09-28 10:23:15 +00:00
|
|
|
source [find target/stm32f4x.cfg]
|
2013-10-10 19:56:26 +00:00
|
|
|
|
2015-01-10 10:19:26 +00:00
|
|
|
reset_config srst_only
|