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