Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/duet3_openocd_memtest.cfg')
-rw-r--r--Scripts/duet3_openocd_memtest.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/Scripts/duet3_openocd_memtest.cfg b/Scripts/duet3_openocd_memtest.cfg
new file mode 100644
index 00000000..cf58e35f
--- /dev/null
+++ b/Scripts/duet3_openocd_memtest.cfg
@@ -0,0 +1,13 @@
+# Atmel-ICE JTAG/SWD in-circuit debugger.
+interface cmsis-dap
+cmsis_dap_vid_pid 0x03eb 0x2141
+
+# Chip info
+set CHIPNAME atsame70q20
+source [find target/atsamv.cfg]
+
+reset_config srst_only
+
+# Run memtest
+source [find tools/memtest.tcl]
+runAllMemTests 0x20400000 0x60000