X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Folimex_stm32_h103.cfg;h=98b0b658db1039465af93f3e7a2ed1e2f0f25982;hb=9f18afc39edaf85fccd9b8392067f43fe1a2d295;hp=de1fa8bf3c1939c65cfe7976aaff11591257b74e;hpb=f8cc725e0ea36803095a74d921f73b36e2e6112b;p=openocd.git diff --git a/tcl/board/olimex_stm32_h103.cfg b/tcl/board/olimex_stm32_h103.cfg index de1fa8bf3c..98b0b658db 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] -