13 lines
363 B
INI
13 lines
363 B
INI
# This is an ST NUCLEO-L073RZ board with single STM32L073RZ chip.
|
|
# http://www.st.com/en/evaluation-tools/nucleo-l073rz.html
|
|
source [find interface/stlink-v2-1.cfg]
|
|
|
|
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
|