aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/k40.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/k40.cfg')
-rw-r--r--tcl/target/k40.cfg8
1 files changed, 5 insertions, 3 deletions
diff --git a/tcl/target/k40.cfg b/tcl/target/k40.cfg
index ec550288..a139dcdb 100644
--- a/tcl/target/k40.cfg
+++ b/tcl/target/k40.cfg
@@ -34,6 +34,8 @@ target create $_TARGETNAME cortex_m -chain-position $_CHIPNAME.cpu
$_CHIPNAME.cpu configure -event examine-start { puts "START..." ; }
$_CHIPNAME.cpu configure -event examine-end { puts "END..." ; }
-# 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
+}