aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/stm32f7discovery.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/board/stm32f7discovery.cfg')
-rwxr-xr-xtcl/board/stm32f7discovery.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/tcl/board/stm32f7discovery.cfg b/tcl/board/stm32f7discovery.cfg
new file mode 100755
index 00000000..085340f3
--- /dev/null
+++ b/tcl/board/stm32f7discovery.cfg
@@ -0,0 +1,12 @@
+# This is an STM32F7 discovery board with a single STM32F756NGH6 chip.
+# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641
+
+# This is for using the onboard STLINK/V2-1
+source [find interface/stlink-v2-1.cfg]
+
+transport select hla_swd
+
+# increase working area to 256KB
+set WORKAREASIZE 0x40000
+
+source [find target/stm32f7x.cfg]