mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-26 04:04:24 +00:00
14 lines
403 B
INI
14 lines
403 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# 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.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
|