Kevin Bortis <stm32@bortis.ch> fix worksize
[fw/openocd] / tcl / board / olimex_stm32_h103.cfg
index fadf175517215896576e1e11425e3bb85bdaf1c1..de1fa8bf3c1939c65cfe7976aaff11591257b74e 100644 (file)
@@ -4,5 +4,8 @@
 # http://olimex.com/dev/stm32-h103.html
 #
 
+#Set flash size to 128k for STM32103RB device
+set WORKAREASIZE 0x20000
+
 source [find target/stm32.cfg]