aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/ke0x.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/ke0x.cfg')
-rw-r--r--tcl/target/ke0x.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcl/target/ke0x.cfg b/tcl/target/ke0x.cfg
index 1f1b1321..8239400d 100644
--- a/tcl/target/ke0x.cfg
+++ b/tcl/target/ke0x.cfg
@@ -25,9 +25,10 @@ if { [info exists CPUTAPID] } {
}
swj_newdap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
+dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
set _TARGETNAME $_CHIPNAME.cpu
-target create $_TARGETNAME cortex_m -chain-position $_CHIPNAME.cpu
+target create $_TARGETNAME cortex_m -dap $_CHIPNAME.dap
$_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0