Support for the Arduino Due board
Support for the Arduino Due board
The Arduino Due is a microcontroller board based on the Atmel SAM3X8E ARM Cortex-M3 CPU. It is the first Arduino board based on a 32-bit ARM core microcontroller.
The board features a SAM3X8E MCU (ARM Cortex-M3) running at up to 84MHz. It embeds 96 KiB of SRAM and 512 KiB of flash memory. The board reference manual is available here and the MCU datasheet is available here.
The Arduino Due provides the following features:
The board schematics are available here.
Flashing RIOT on the Arduino Due is quite straight forward as it relies on the preinstalled arduino bootloader. Connect your board using the programming port to your host computer and type:
make BOARD=arduino-due flash