-
Is this Atmel Evaluation Kit supported? I was not able to get it going.
Any help is welcome.
-
Having had some issues with Atmel's USB CDC implementation (hugging resources) I would be interested in trying this library.
I'm using the SAMD21J18A (the same as you use for Tessel 2) and would be g…
-
Hi,
my program is locking up if the offset for `machine.Flash.WriteAt()` is not a multiple of `writeBlockSize` (4). This is the code:
```golang
package main
import (
"machine"
"time"
)
…
-
I am using an Seeed Xiao SAMD21 controller as an USB Host.
The USB counter part I would like to read and write to is a custom Controller from a 3rd-party company that normally connects via USB-FTDI…
-
Might any of the ADS1262 wizards have a code example for the SAMD21 using a Feather M0 adalogger (includes SD on SPI)?
Ongoing challenges with SPI interface to M0 along with native SD on MC
Many tha…
-
Boot keyboard works fine, but NKRO keyboard causes the keys to do nothing and Improved Keyboard locks up the board and gives a USB error on Windows. I'm testing all of them the same way by changing bo…
-
I [might be possible](https://www.microchip.com/wwwproducts/en/ATSAMC20E18A) that you can use my [SAMD21 grblHAL driver](https://github.com/terjeio/grblHAL/tree/master/drivers/SAMD21) either as-is or …
-
`Makefile` for `uf2tool` references `-I../../uf2-samd21/inc` which is above the root of this project
-
built from git source at 8202074d53ba666a7bbe9def780a9a9f78a4b140 on Linux
I am using SAMD21, I have a modified Arduino Zero bootloader in the first 8k, with BOOTPROT fuse set to cover first 8k:
…
-
to do: add these to the readme.
## Using Atmel ICE instead of Segger Jlink:
* On MacOS, install the following:
`brew install openocd telnet `
* Wiring up device
* Wire up "Vtref" to 3V3…