2012-04-18 09:47:29 +00:00
|
|
|
# This is an STM32F0 discovery board with a single STM32F051R8T6 chip.
|
|
|
|
# http://www.st.com/internet/evalboard/product/253215.jsp
|
|
|
|
|
2017-01-26 20:41:40 +00:00
|
|
|
source [find interface/stlink.cfg]
|
2012-04-18 09:47:29 +00:00
|
|
|
|
2013-09-28 10:23:15 +00:00
|
|
|
transport select hla_swd
|
|
|
|
|
2012-04-30 13:30:12 +00:00
|
|
|
set WORKAREASIZE 0x2000
|
2013-09-28 10:23:15 +00:00
|
|
|
source [find target/stm32f0x.cfg]
|
2012-05-01 17:47:28 +00:00
|
|
|
|
2015-01-10 10:19:26 +00:00
|
|
|
reset_config srst_only
|