this board use STLink-V2-1, the STM32L1xx use the STLink-V2. Change-Id: Ie58f45affcb1e9a6fed711b48c3c03b5035ab2b2 Signed-off-by: Rémi PRUD'HOMME <prudhomme.remi@gmail.com> Reviewed-on: http://openocd.zylin.com/2317 Tested-by: jenkins Reviewed-by: Andrey Yurovsky <yurovsky@gmail.com> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
13 lines
321 B
INI
Executable File
13 lines
321 B
INI
Executable File
# This is an STM32L053 discovery board with a single STM32L053 chip.
|
|
# http://www.st.com/web/en/catalog/tools/PF260319
|
|
|
|
source [find interface/stlink-v2-1.cfg]
|
|
|
|
transport select hla_swd
|
|
|
|
set WORKAREASIZE 0x2000
|
|
source [find target/stm32l.cfg]
|
|
|
|
# use hardware reset, connect under reset
|
|
reset_config srst_only srst_nogate
|