aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Bailon <abailon@baylibre.com>2024-03-29 21:14:29 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2024-09-15 09:09:13 +0000
commit13f1bcbe90c51ab9200a0d10de24111459b0e626 (patch)
tree938398940eef27ff9af634a9e38d6194c67cb4e0
parent1aa759dbb9dc1e3bc60ad5f86ddafc793c9d0e0b (diff)
downloadriscv-openocd-13f1bcbe90c51ab9200a0d10de24111459b0e626.zip
riscv-openocd-13f1bcbe90c51ab9200a0d10de24111459b0e626.tar.gz
riscv-openocd-13f1bcbe90c51ab9200a0d10de24111459b0e626.tar.bz2
tcl/target: Add support of CC1352P7
This adds support for TI CC13X2X7 / CC26X2X7 family. For further details, see https://www.ti.com/lit/ug/swcu192/swcu192.pdf. Change-Id: Ifd9b505716ddf0abbdd00f617e50a93a3d4fbe6a Signed-off-by: Alexandre Bailon <abailon@baylibre.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8193 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Vaishnav M A <vaishnav@beagleboard.org>
-rw-r--r--tcl/target/ti_cc26x2x7.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/tcl/target/ti_cc26x2x7.cfg b/tcl/target/ti_cc26x2x7.cfg
new file mode 100644
index 0000000..91c1a80
--- /dev/null
+++ b/tcl/target/ti_cc26x2x7.cfg
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+#
+# Texas Instruments CC26x2 - ARM Cortex-M4
+#
+# http://www.ti.com
+#
+
+set CHIPNAME cc26x2x7
+set JRC_TAPID 0x1BB7702F
+set WORKAREASIZE 0x7000
+
+source [find target/ti_cc26x0.cfg]