X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Fstm320518_eval_stlink.cfg;h=153f7e5cbcd4f98ef119cc543ff65b67aa68f504;hb=4157732bd84c4e9e4b55357e1dc9a96078a35ee1;hp=a832984d0670583ebceec80fd5aa24ed69fc1ec7;hpb=a09bb27e236b1bc1fc824c0e6e8e7c89f4a7db8b;p=fw%2Fopenocd diff --git a/tcl/board/stm320518_eval_stlink.cfg b/tcl/board/stm320518_eval_stlink.cfg index a832984d0..153f7e5cb 100644 --- a/tcl/board/stm320518_eval_stlink.cfg +++ b/tcl/board/stm320518_eval_stlink.cfg @@ -1,10 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # STM320518-EVAL: This is an STM32F0 eval board with a single STM32F051R8T6 # (64KB) chip. # http://www.st.com/internet/evalboard/product/252994.jsp # # This is for using the onboard STLINK/V2 -source [find interface/stlink-v2.cfg] +source [find interface/stlink.cfg] + +transport select hla_swd # increase working area to 8KB set WORKAREASIZE 0x2000 @@ -12,4 +16,6 @@ set WORKAREASIZE 0x2000 # chip name set CHIPNAME STM32F051R8T6 -source [find target/stm32f0x_stlink.cfg] +source [find target/stm32f0x.cfg] + +reset_config srst_only