diff --git a/tcl/target/stm32f3x.cfg b/tcl/target/stm32f3x.cfg index aa978d9c8..840ddff3f 100644 --- a/tcl/target/stm32f3x.cfg +++ b/tcl/target/stm32f3x.cfg @@ -17,11 +17,11 @@ if { [info exists CHIPNAME] } { set _ENDIAN little # Work-area is a space in RAM used for flash programming -# By default use 16kB +# By default use 12kB if { [info exists WORKAREASIZE] } { set _WORKAREASIZE $WORKAREASIZE } else { - set _WORKAREASIZE 0x4000 + set _WORKAREASIZE 0x3000 } # Allow overriding the Flash bank size