2012-02-06 13:13:08 +00:00
|
|
|
# This is an STM32VL discovery board with a single STM32F100RB chip.
|
|
|
|
# http://www.st.com/internet/evalboard/product/250863.jsp
|
|
|
|
|
|
|
|
source [find interface/stlink-v1.cfg]
|
|
|
|
|
2013-09-28 10:23:15 +00:00
|
|
|
transport select hla_swd
|
|
|
|
|
2012-04-27 09:44:13 +00:00
|
|
|
set WORKAREASIZE 0x2000
|
2013-09-28 10:23:15 +00:00
|
|
|
source [find target/stm32f1x.cfg]
|
2012-02-06 13:13:08 +00:00
|
|
|
|
2015-01-10 10:19:26 +00:00
|
|
|
reset_config srst_only
|