tcl/interface: replace last deprecated commands
[fw/openocd] / tcl / target / stm8s.cfg
index 277cdc9fb2102ee2c4170a0e38afb512f51171c1..01e50d08ef330d8b24a48520b7af3b21c0470d3a 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # script for stm8s family
 
 #
@@ -75,8 +77,10 @@ $_TARGETNAME configure -optionstart $_OPTIONSTART -optionend $_OPTIONEND -blocks
 # Uncomment this line to enable interrupts while instruction step
 #$_TARGETNAME configure -enable_step_irq
 
-# Set low speed at debug entry
-adapter speed 363
+# Set high speed
+adapter speed 800
+# Set low speed
+#adapter speed 363
 
 reset_config srst_only