bobc / bare-metal-sam3x

Bare bones projects for SAM3X (Arduino Due)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bare-metal-sam3x

Bare bones projects for Microchip SAM3X8E (Arduino Due)

Projects

Requirements

  • An Arduino Due
  • USB cable
  • installation of Arduino IDE + SAM boards package (or GNU-ARM compiler package)

Optional : make

blink

Blinks the onboard LED (D13). Working.

NB you will need to alter paths to suit your installation in build.bat/makefile Also change the COM port for your system.

Programming

You may need to erase the Due manually to get it into SAM-BA bootloader. Use the native USB for programming.

NB There is a bug in older versions of bossac, it crashes on small bin files. You must use v1.7.0 or later which can be found at https://github.com/shumatech/BOSSA/releases

About

Bare bones projects for SAM3X (Arduino Due)

License:MIT License


Languages

Language:C 79.7%Language:Makefile 11.0%Language:Batchfile 9.2%