stm8 target: make adapter speed settings work
[fw/openocd] / tcl / target / stm8l.cfg
index 782350f785651cb6936f5dce6aaa5e9109e91275..a06c4cb60c6bc10aab41a0bff361ef711a5eb420 100644 (file)
@@ -78,8 +78,10 @@ $_TARGETNAME configure -optionstart $_OPTIONSTART -optionend $_OPTIONEND -blocks
 # Set stm8l type
 $_TARGETNAME configure -enable_stm8l
 
-# 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