cfg: ftdi icdi enable srst open drain config
[fw/openocd] / tcl / target / stm32f0x_stlink.cfg
index 0c5c01098214414d60df6b35ffd9e1fd50ca87d2..a9b200ed4aa9a3b78f20ad5ed2dd4d800c2597de 100644 (file)
@@ -11,7 +11,7 @@ if { [info exists CPUTAPID] == 0 } {
 }
 
 if { [info exists WORKAREASIZE] == 0 } {
-   set WORKAREASIZE 0x400
+   set WORKAREASIZE 0x1000
 }
 
 source [find target/stm32_stlink.cfg]