Microchip SAM G55 Xplained Pro
SAM G55 Xplained Pro Evaluation Kit
Vendor: Microchip Technology
Program Target: Microchip SAM G5 Series
Sample firmware
atsamg55_xpro-blinky.hex
: LED Blinky Sample for ATSAMG55 Xplained Pro
References
Program ATSAMG55 (CMSIS-DAP)
Connection
The PLT supports programming the ATSAMG55 SoC using a USB-attached CMSIS-DAP programmer. In this case, we’re using the CMSIS-DAP programmer built into the ATSAMG55 Xplained Pro board. Connect the SAM G55 Xplained Pro to PLT using the “EDBG USB” connector.
YAML Test Plan
suite-atsamg55_xpro-blinky-CMSIS-DAP.yaml
: Program ATSAMG55 using USB-attached CMSIS-DAP programmer
title: "SAM G55 XPLAINED PRO, CMSIS-DAP"
suite:
- title: "Program"
steps:
# Note: The ATSAMG5_DAP target does not have a separate erase command.
# The MCU is always erased as part of the program step.
- command: program ATSAMG5_DAP atsamg55_xpro-blinky.hex
Program ATSAMG55 (SWD)
Connection
The PLT supports programming the ATSAMG55 SoC using the SWD interface. It may be necessary to install a 10-pin SWD header on the SAMG55 Xplained Pro board. A 10-pin SWD cable is also required. Connect the SWD cable to the 10-pin SWD connector on the PLT-300 Breakout Board. Power the SAMG55 Xplained Pro board from the PLT, using USB.
YAML Test Plan
suite-atsamg55_xpro-blinky-SWD.yaml
: Program ATSAMG55 the PLT built-in SWD interface.
title: "SAM G55 XPLAINED PRO, SWD"
suite:
- title: "Program"
steps:
# Note: The ATSAMG5 target does not have a separate erase command.
# The MCU is always erased as part of the program step.
- command: program ATSAMG5 atsamg55_xpro-blinky.hex
See also