X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Fboard%2Fstm320518_eval_stlink.cfg;h=a7fef0765307a3fe44595b12cd161af0ba1cacd2;hp=804ff2c39c3eb567aae2eed35f3869970ef1af18;hb=31c58c139d85c35cc8ebce4196edb2c5eb157c7a;hpb=caeb05720595287e9a9865ff5f9e764c92be152d diff --git a/tcl/board/stm320518_eval_stlink.cfg b/tcl/board/stm320518_eval_stlink.cfg index 804ff2c39c..a7fef07653 100644 --- a/tcl/board/stm320518_eval_stlink.cfg +++ b/tcl/board/stm320518_eval_stlink.cfg @@ -4,7 +4,9 @@ # # 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,7 +14,6 @@ set WORKAREASIZE 0x2000 # chip name set CHIPNAME STM32F051R8T6 -source [find target/stm32f0x_stlink.cfg] +source [find target/stm32f0x.cfg] -# use hardware reset, connect under reset -reset_config srst_only srst_nogate +reset_config srst_only