2022-06-12 16:48:05 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2017-12-05 11:36:17 -06:00
|
|
|
# Should work with all STM32L4 Nucleo Dev Boards.
|
|
|
|
# http://www.st.com/en/evaluation-tools/stm32-mcu-nucleo.html
|
2016-01-21 04:19:41 -06:00
|
|
|
|
2017-01-26 14:41:40 -06:00
|
|
|
source [find interface/stlink.cfg]
|
2016-01-21 04:19:41 -06:00
|
|
|
|
2024-10-12 04:48:05 -05:00
|
|
|
transport select dapdirect_swd
|
2016-01-21 04:19:41 -06:00
|
|
|
|
|
|
|
source [find target/stm32l4x.cfg]
|
|
|
|
|
|
|
|
# use hardware reset
|
|
|
|
reset_config srst_only srst_nogate
|