X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fk60.cfg;h=a368e0b26dad73161ca6a8e24ab5e4a544ec02dc;hb=c7384117c66e8f18896ca09ab8095d6da16bb1e5;hp=7ac8bb59b1f385d064d95667409d05087f3b6d57;hpb=f701c0cbeb346df4cda378d3b4d5136aabba3b37;p=fw%2Fopenocd diff --git a/tcl/target/k60.cfg b/tcl/target/k60.cfg index 7ac8bb59b..a368e0b26 100644 --- a/tcl/target/k60.cfg +++ b/tcl/target/k60.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 +}