tcl: move SPDX tag as first line
[fw/openocd] / tcl / board / stm32100b_eval.cfg
index ba9058c3dbb360f38a41474e3b1a25df6e5dd822..41153e555b884be027fbc156edfb8dbef7ff2cc8 100644 (file)
@@ -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]