aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/twr-k60f120m.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/board/twr-k60f120m.cfg')
-rw-r--r--tcl/board/twr-k60f120m.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/tcl/board/twr-k60f120m.cfg b/tcl/board/twr-k60f120m.cfg
new file mode 100644
index 00000000..119eb747
--- /dev/null
+++ b/tcl/board/twr-k60f120m.cfg
@@ -0,0 +1,17 @@
+#
+# Freescale TWRK60F120M development board
+#
+
+source [find target/k60.cfg]
+
+$_TARGETNAME configure -event reset-init {
+ puts "-event reset-init occured"
+}
+
+#
+# Bank definition for the 'program flash' (instructions and/or data)
+#
+flash bank pflash.0 kinetis 0x00000000 0x40000 0 4 $_TARGETNAME
+flash bank pflash.1 kinetis 0x00040000 0x40000 0 4 $_TARGETNAME
+flash bank pflash.2 kinetis 0x00080000 0x40000 0 4 $_TARGETNAME
+flash bank pflash.3 kinetis 0x000c0000 0x40000 0 4 $_TARGETNAME