diff options
Diffstat (limited to 'tcl/target/stm32l.cfg')
-rw-r--r-- | tcl/target/stm32l.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/stm32l.cfg b/tcl/target/stm32l.cfg index 940a4e79..eea082e6 100644 --- a/tcl/target/stm32l.cfg +++ b/tcl/target/stm32l.cfg @@ -13,11 +13,11 @@ if { [info exists ENDIAN] } { } # Work-area is a space in RAM used for flash programming -# By default use 14kB +# By default use 10kB if { [info exists WORKAREASIZE] } { set _WORKAREASIZE $WORKAREASIZE } else { - set _WORKAREASIZE 0x3800 + set _WORKAREASIZE 0x2800 } # JTAG speed should be <= F_CPU/6. |