Microchip SAM E54 Xplained Pro
SAM E54 Xplained Pro Evaluation Kit
Vendor: Microchip Technology
Program Target: Microchip SAM D5x/E5x
Sample firmware
zephyr-atsame54_xpro-sample-blinky-2.4.0.hex
: Zephyr “blinky” sample for ATSAME5 Xplained.
References
Program ATSAME54 (CMSIS-DAP)
Connection
The PLT supports programming the ATSAME54 SoC using a USB-attached CMSIS-DAP programmer.
We recommend using the Particle Debugger as the CMSIS-DAP programmer.
Use a 10-lead 0.05”-pitch ribbon cable to connect the “SAME54 SWD DEBUG” connector of the SAME54 Xplained board with the ACC-DEBUG programmer.
YAML Test Plan
suite-atsame54_xpro-blinky-DAP.yaml
: Program ATSAME54 using USB-attached CMSIS-DAP programmer
title: "Microchip SAM E54 Xpro (DAP)"
suite:
- title: Power
steps:
- command: power off
- title: Erase Chip via DAPlink
steps:
- command: erase ATSAME5_DAP
- command: sleepms 5000
- title: Program via DAPlink
steps:
- command: program ATSAME5_DAP zephyr-atsame54_xpro-sample-blinky-2.4.0.hex
See also