2015-10-23 22:13:38 +00:00
|
|
|
#
|
|
|
|
# This is an STM32F469 discovery board with a single STM32F469NI chip.
|
|
|
|
# http://www.st.com/web/catalog/tools/FM116/CL1620/SC959/SS1532/LN1848/PF262395
|
|
|
|
#
|
|
|
|
|
2017-01-26 20:41:40 +00:00
|
|
|
source [find interface/stlink.cfg]
|
2015-10-23 22:13:38 +00:00
|
|
|
|
|
|
|
transport select hla_swd
|
|
|
|
|
2016-03-02 12:36:54 +00:00
|
|
|
# increase working area to 128KB
|
|
|
|
set WORKAREASIZE 0x20000
|
|
|
|
|
2015-10-23 22:13:38 +00:00
|
|
|
source [find target/stm32f4x.cfg]
|
|
|
|
|
|
|
|
reset_config srst_only
|