add at91sam9263-ek support
[fw/openocd] / tcl / board / stm3210e_eval.cfg
index e9ba48d9f48a3f4d732393e319240869a501cba6..786d02799a8790e84eae2c76148a3d410c998189 100644 (file)
@@ -1,9 +1,8 @@
-# This is an STM32 eval board with a single STM32F103ZE chip on it.
-# http://www.st.com/mcu/contentid-100-110-STM3210E_EVAL.html
+# This is an STM32 eval board with a single STM32F103ZET6 chip.
+# http://www.st.com/internet/evalboard/product/204176.jsp
 
-# increase working area for faster flash programming
-
-set WORKAREASIZE 32768
+# increase working area to 32KB for faster flash programming
+set WORKAREASIZE 0x8000
 
 source [find target/stm32.cfg]