stm8 target: make adapter speed settings work
[fw/openocd] / tcl / target / stm8s.cfg
index 277cdc9fb2102ee2c4170a0e38afb512f51171c1..2dae6551571051e6f2724b0474e6e96cb1347496 100644 (file)
@@ -75,8 +75,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