2017-01-25 03:11:48 -06:00
|
|
|
# This is an ST NUCLEO-L073RZ board with single STM32L073RZ chip.
|
|
|
|
# http://www.st.com/en/evaluation-tools/nucleo-l073rz.html
|
2018-03-07 10:29:45 -06:00
|
|
|
source [find interface/stlink.cfg]
|
2017-01-25 03:11:48 -06:00
|
|
|
|
|
|
|
transport select hla_swd
|
|
|
|
|
|
|
|
set WORKAREASIZE 0x2000
|
|
|
|
|
|
|
|
source [find target/stm32l0_dual_bank.cfg]
|
|
|
|
|
|
|
|
# There is only system reset line and JTAG/SWD command can be issued when SRST
|
|
|
|
reset_config srst_only
|