summaryrefslogtreecommitdiffstats
path: root/openocd-due.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'openocd-due.cfg')
-rw-r--r--openocd-due.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/openocd-due.cfg b/openocd-due.cfg
new file mode 100644
index 0000000..8fba185
--- /dev/null
+++ b/openocd-due.cfg
@@ -0,0 +1,12 @@
+source [find interface/stlink.cfg]
+
+#transport type SWD
+transport select hla_swd
+
+#swd frequency
+adapter speed 1800
+
+#sam3x8e cpuid
+set CPUTAPID 0x2ba01477
+
+source [find target/at91sam3ax_8x.cfg]