aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32f0x.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/stm32f0x.cfg')
-rw-r--r--tcl/target/stm32f0x.cfg8
1 files changed, 5 insertions, 3 deletions
diff --git a/tcl/target/stm32f0x.cfg b/tcl/target/stm32f0x.cfg
index 104dcb9c..79ea0952 100644
--- a/tcl/target/stm32f0x.cfg
+++ b/tcl/target/stm32f0x.cfg
@@ -50,6 +50,8 @@ adapter_khz 1000
adapter_nsrst_delay 100
-# if srst is not fitted use SYSRESETREQ to
-# perform a soft reset
-cortex_m reset_config sysresetreq
+if {![using_hla]} {
+ # if srst is not fitted use SYSRESETREQ to
+ # perform a soft reset
+ cortex_m reset_config sysresetreq
+}