Microchip SAMD Series

This series of ARM Cortex M0/M0+ SoC’s includes:

  • SAMC20

  • SAMC21

  • SAMD09

  • SAMD10

  • SAMD11

  • SAMD20

  • SAMD21

  • SAMDA1

  • SAML21

  • SAML22

  • SAMR21

  • SAMR30

  • SAMR34

Target name

SoC

Probe

ATSAMD

SAMD Series

SWD

ATSAMD_DAP

SAMD Series

USB:CMSIS-DAP (Deprecated)

Supported Debug Probes

User Page

For Microchip SAMD program targets that require modifications to the “NVM” user page during production programming, custom openocd commands may be required in the YAML test plan.

Example: Write Microchip Atmel SAMD User Page

- title: "Write ATSAMD User Page"
  steps:
  - command: openocd ATSAMD
    with:
    - init
    - reset halt
    # Write 0x12300 to user row but leave other bits and low
    # byte unchanged
    - at91samd nvmuserrow 0x12345 0xFFF00
    - exit

Example PLTcloud Projects

References