2015-04-29 13:49:31 +00:00
|
|
|
# This is an STM32F7 discovery board with a single STM32F756NGH6 chip.
|
|
|
|
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641
|
|
|
|
|
|
|
|
# This is for using the onboard STLINK/V2-1
|
2017-01-26 20:41:40 +00:00
|
|
|
source [find interface/stlink.cfg]
|
2015-04-29 13:49:31 +00:00
|
|
|
|
|
|
|
transport select hla_swd
|
|
|
|
|
|
|
|
# increase working area to 256KB
|
|
|
|
set WORKAREASIZE 0x40000
|
|
|
|
|
|
|
|
source [find target/stm32f7x.cfg]
|