X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Folimex_stm32_h103.cfg;h=ec03034c109b7204174cc990dfceedecd4eb2b3f;hb=27473588a40604822dcbee1c1950d27fdf248fe9;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..ec03034c10 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 - -source [find target/stm32.cfg] +# Work-area size (RAM size) = 20kB for STM32F103RB device +set WORKAREASIZE 0x5000 +source [find target/stm32f1x.cfg]