Unlocking Advanced Features on the Arduino Zero, MKR1000, or Any SAMD21 Arduino

by ForceTronics in Circuits > Arduino

1215 Views, 2 Favorites, 0 Comments

Unlocking Advanced Features on the Arduino Zero, MKR1000, or Any SAMD21 Arduino

Programming Arduino Zero, MKR1000, or any SAMD21 Arduino via Registers

In this Instructable we look at how to program registers on Arduino's based on the SAMD21 MCU, like the Zero and MKR1000. To do this we will leverage the Atmel ASF data structures. This is a great way to access capabilities in the SAMD21 that are not covered by Arduino libraries. The link to the ASF documentation is http://asf.atmel.com/docs/3.16.0/samd21/html/annotated.html

You can find the code from the video on my blog at: http://forcetronic.blogspot.com/