Microchip SAMD Series
This series of ARM Cortex M0/M0+ SoC’s includes:
|
|
|
|
Target name |
SoC |
Probe |
---|---|---|
|
SAMD Series |
SWD |
|
SAMD Series |
USB:CMSIS-DAP (Deprecated) |
Supported Debug Probes
The built-in SWD probe of the PLT
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