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

duet3_openocd_memtest.cfg « Scripts - github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf58e35f48daffdaecd786ead8330523cfd4cbc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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