tcl/target/stm32f4x.cfg: Use Workareasize of smallest possible device.
[fw/openocd] / tcl / board / stm32f469discovery.cfg
index eecfe339601ab99d5c7ae6ac019087625a227789..63b13638afa3b19ddde6261c93cb959a2800b71f 100644 (file)
@@ -7,6 +7,9 @@ source [find interface/stlink-v2-1.cfg]
 
 transport select hla_swd
 
+# increase working area to 128KB
+set WORKAREASIZE 0x20000
+
 source [find target/stm32f4x.cfg]
 
 reset_config srst_only