aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/kx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/kx.cfg')
-rw-r--r--tcl/target/kx.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/tcl/target/kx.cfg b/tcl/target/kx.cfg
index b39ee3dd..cf777135 100644
--- a/tcl/target/kx.cfg
+++ b/tcl/target/kx.cfg
@@ -1,5 +1,6 @@
#
-# Freescale Kinetis Kx series devices
+# NXP (former Freescale) Kinetis Kx series devices
+# Also used for Cortex-M4 equipped members of KVx and KE1xF series
#
source [find target/swj-dp.tcl]
@@ -35,8 +36,9 @@ target create $_TARGETNAME cortex_m -chain-position $_CHIPNAME.cpu
$_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
-set _FLASHNAME $_CHIPNAME.flash
+set _FLASHNAME $_CHIPNAME.pflash
flash bank $_FLASHNAME kinetis 0 0 0 0 $_TARGETNAME
+kinetis create_banks
adapter_khz 1000