flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / tcl / board / stm32100b_eval.cfg
index ba9058c3dbb360f38a41474e3b1a25df6e5dd822..ebb56810de62ad1a93a6798965cd9e4bfd5acb54 100644 (file)
@@ -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]