aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcl/target/efm32_stlink.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/efm32_stlink.cfg b/tcl/target/efm32_stlink.cfg
index 9ef4845a..831f4f75 100644
--- a/tcl/target/efm32_stlink.cfg
+++ b/tcl/target/efm32_stlink.cfg
@@ -9,11 +9,11 @@ if { [info exists CHIPNAME] } {
}
# Work-area is a space in RAM used for flash programming
-# By default use 16kB
+# By default use 2kB
if { [info exists WORKAREASIZE] } {
set _WORKAREASIZE $WORKAREASIZE
} else {
- set _WORKAREASIZE 0x4000
+ set _WORKAREASIZE 0x800
}
if { [info exists CPUTAPID] } {