2012-09-26 15:17:37 +00:00
|
|
|
# This is an STM32F3 discovery board with a single STM32F303VCT6 chip.
|
|
|
|
# http://www.st.com/internet/evalboard/product/254044.jsp
|
|
|
|
|
|
|
|
source [find interface/stlink-v2.cfg]
|
|
|
|
|
2013-09-28 10:23:15 +00:00
|
|
|
transport select hla_swd
|
|
|
|
|
|
|
|
source [find target/stm32f3x.cfg]
|
2012-09-26 15:17:37 +00:00
|
|
|
|
|
|
|
# use hardware reset, connect under reset
|
|
|
|
reset_config srst_only srst_nogate
|