aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/stm3241g_eval.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/board/stm3241g_eval.cfg')
-rw-r--r--tcl/board/stm3241g_eval.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/tcl/board/stm3241g_eval.cfg b/tcl/board/stm3241g_eval.cfg
new file mode 100644
index 00000000..5f1c449d
--- /dev/null
+++ b/tcl/board/stm3241g_eval.cfg
@@ -0,0 +1,11 @@
+# STM3241G-EVAL: This is an STM32F4 eval board with a single STM32F417IGH6
+# (1024KB) chip.
+# http://www.st.com/internet/evalboard/product/252216.jsp
+
+# increase working area to 128KB
+set WORKAREASIZE 0x20000
+
+# chip name
+set CHIPNAME STM32F417IGH6
+
+source [find target/stm32f4x.cfg]