This is an automated email from Gerrit.

Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/1559

-- gerrit

commit 926e165f3ad76e46d09b5bde9d04ab259b148a14
Author: Spencer Oliver <[email protected]>
Date:   Tue Aug 20 23:30:49 2013 +0100

    efm32: set safe minimum working area
    
    The smallest available RAM size for this family is 2K, set this as the
    default. Issue reported by quitte on IRC.
    
    Change-Id: I3318f7f268f7681ffe2cddab61820f4b94c4e5fd
    Signed-off-by: Spencer Oliver <[email protected]>

diff --git a/tcl/target/efm32_stlink.cfg b/tcl/target/efm32_stlink.cfg
index 9ef4845..831f4f7 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] } {

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to