2015-10-23 17:13:38 -05: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 14:41:40 -06:00
|
|
|
source [find interface/stlink.cfg]
|
2015-10-23 17:13:38 -05:00
|
|
|
|
|
|
|
transport select hla_swd
|
|
|
|
|
2016-03-02 06:36:54 -06:00
|
|
|
# increase working area to 128KB
|
|
|
|
set WORKAREASIZE 0x20000
|
|
|
|
|
2015-10-23 17:13:38 -05:00
|
|
|
source [find target/stm32f4x.cfg]
|
|
|
|
|
|
|
|
reset_config srst_only
|