diff options
Diffstat (limited to 'tcl/board/olimex_stm32_h103.cfg')
-rw-r--r-- | tcl/board/olimex_stm32_h103.cfg | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tcl/board/olimex_stm32_h103.cfg b/tcl/board/olimex_stm32_h103.cfg index de1fa8bf..98b0b658 100644 --- a/tcl/board/olimex_stm32_h103.cfg +++ b/tcl/board/olimex_stm32_h103.cfg @@ -1,11 +1,7 @@ -# # Olimex STM32-H103 eval board -# # http://olimex.com/dev/stm32-h103.html -# -#Set flash size to 128k for STM32103RB device -set WORKAREASIZE 0x20000 +# Work-area size (RAM size) = 20kB for STM32F103RB device +set WORKAREASIZE 0x5000 source [find target/stm32.cfg] - |