2012-02-10 05:04:11 -06:00
|
|
|
# This is an STM32L discovery board with a single STM32L152RBT6 chip.
|
|
|
|
# http://www.st.com/internet/evalboard/product/250990.jsp
|
|
|
|
|
|
|
|
source [find interface/stlink-v2.cfg]
|
|
|
|
|
2013-09-28 05:23:15 -05:00
|
|
|
transport select hla_swd
|
|
|
|
|
2012-12-06 09:43:39 -06:00
|
|
|
set WORKAREASIZE 0x4000
|
2014-08-17 03:17:57 -05:00
|
|
|
source [find target/stm32l.cfg]
|
2012-05-01 12:47:28 -05:00
|
|
|
|
|
|
|
# use hardware reset, connect under reset
|
|
|
|
reset_config srst_only srst_nogate
|