aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Welwarsky <matthias.welwarsky@sysgo.com>2016-11-13 13:23:08 +0100
committerPaul Fertser <fercerpav@gmail.com>2016-12-08 12:35:58 +0000
commit097aa2979e0eefa822d4a16f055dcf9fc31e3dde (patch)
tree3772062836e297db415168222baab5d4ad3c6479 /doc
parent1d8b6b743416bfda8f82c80aa2278c2d88e2afaa (diff)
downloadriscv-openocd-097aa2979e0eefa822d4a16f055dcf9fc31e3dde.zip
riscv-openocd-097aa2979e0eefa822d4a16f055dcf9fc31e3dde.tar.gz
riscv-openocd-097aa2979e0eefa822d4a16f055dcf9fc31e3dde.tar.bz2
cortex_m: allow setting debug ap during create
This patch adds a Cortex-M private configuration option that allows setting the acess point during target creation. This circumvents situations in hybrid systems when the correct access point can not be automatically detected. Change-Id: If313a5250e6e66509bb9080f3498feab7781dced Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com> Reviewed-on: http://openocd.zylin.com/3639 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 7c2152b..b47d2c4 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -4152,6 +4152,10 @@ The value should normally correspond to a static mapping for the
scan and after a reset. A manual call to arp_examine is required to
access the target for debugging.
+@item @code{-ap-num} @var{ap_number} -- set DAP access port for target,
+@var{ap_number} is the numeric index of the DAP AP the target is connected to.
+Use this option with systems where multiple, independent cores are connected
+to separate access ports of the same DAP.
@end itemize
@end deffn