X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Fstm32100b_eval.cfg;h=41153e555b884be027fbc156edfb8dbef7ff2cc8;hb=0e02fe40c64ad7488aeb351641723e1eb9ae49cb;hp=ba9058c3dbb360f38a41474e3b1a25df6e5dd822;hpb=cf811d8e6b7228348658f9211e0628fb725c5466;p=fw%2Fopenocd diff --git a/tcl/board/stm32100b_eval.cfg b/tcl/board/stm32100b_eval.cfg index ba9058c3d..41153e555 100644 --- a/tcl/board/stm32100b_eval.cfg +++ b/tcl/board/stm32100b_eval.cfg @@ -1,7 +1,7 @@ -# This is an STM32 eval board with a single STM32F100VB chip on it. -# http://www.st.com/mcu/contentid-100-110-STM32100B_EVAL.html +# This is an STM32 eval board with a single STM32F100VBT6 chip. +# http://www.st.com/internet/evalboard/product/247099.jsp -# we only have 8k sram -set WORKAREASIZE 8192 +# The chip has only 8KB sram +set WORKAREASIZE 0x2000 -source [find target/stm32.cfg] +source [find target/stm32f1x.cfg]