2015-02-23 21:04:08 +02:00
.. _platform_atmelsam:
Platform `` atmelsam ``
=====================
2015-03-16 12:47:43 +02:00
Atmel | SMART offers Flash- based ARM products based on the ARM Cortex-M0+, Cortex-M3 and Cortex-M4 architectures, ranging from 8KB to 2MB of Flash including a rich peripheral and feature mix.
2015-02-23 21:04:08 +02:00
2015-03-16 12:47:43 +02:00
For more detailed information please visit `vendor site <http://www.atmel.com/products/microcontrollers/arm/default.aspx> `_ .
2015-02-23 21:04:08 +02:00
.. contents ::
Packages
--------
.. list-table ::
:header-rows: 1
* - Name
- Contents
2015-03-11 18:19:36 +02:00
* - `` framework-arduinosam ``
- `Arduino Wiring-based Framework (SAM Core, 1.6) <http://arduino.cc/en/Reference/HomePage> `_
* - `` ldscripts ``
- `Linker Scripts <https://sourceware.org/binutils/docs/ld/Scripts.html> `_
2015-02-23 21:04:08 +02:00
* - `` toolchain-gccarmnoneeabi ``
2015-03-11 18:19:36 +02:00
- `gcc-arm-embedded <https://launchpad.net/gcc-arm-embedded> `_ , `GDB <http://www.gnu.org/software/gdb/> `_
2015-02-23 21:04:08 +02:00
* - `` tool-bossac ``
2015-02-24 23:06:58 +02:00
- `BOSSA CLI <https://sourceforge.net/projects/b-o-s-s-a/> `_
2015-02-23 21:04:08 +02:00
2015-02-25 18:33:34 +02:00
.. warning ::
**Linux Users:** Don't forget to install "udev" rules file
2015-03-25 11:34:48 +02:00
`99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules> `_ (an instruction is located in the file).
2015-02-23 21:04:08 +02:00
2015-03-20 21:44:26 +02:00
Frameworks
----------
.. list-table ::
:header-rows: 1
* - Name
- Description
* - :ref: `framework_arduino`
- Arduino Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences.
2015-02-23 21:04:08 +02:00
Boards
------
.. note ::
2015-03-13 19:06:35 +02:00
* You can list pre-configured boards by :ref: `cmd_boards` command or
2015-03-16 23:08:59 +02:00
`PlatformIO Boards Explorer <http://platformio.org/#!/boards> `_
2015-02-23 21:04:08 +02:00
* For more detailed `` board `` information please scroll tables below by
horizontal.
2015-03-11 18:19:36 +02:00
Arduino
~~~~~~~
2015-02-23 21:04:08 +02:00
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
2015-03-11 18:19:36 +02:00
- Microcontroller
- Frequency
2015-02-23 21:04:08 +02:00
- Flash
- RAM
2015-03-11 18:19:36 +02:00
2015-02-23 21:04:08 +02:00
* - `` due ``
2015-03-04 21:06:35 +02:00
- `Arduino Due (Programming Port) <http://arduino.cc/en/Main/arduinoBoardDue> `_
2015-03-11 18:19:36 +02:00
- AT91SAM3X8E
- 84 MHz
2015-03-04 21:06:35 +02:00
- 512 Kb
- 32 Kb
2015-03-11 18:19:36 +02:00
2015-03-04 21:06:35 +02:00
* - `` dueUSB ``
- `Arduino Due (USB Native Port) <http://arduino.cc/en/Main/arduinoBoardDue> `_
2015-03-11 18:19:36 +02:00
- AT91SAM3X8E
- 84 MHz
2015-02-23 21:04:08 +02:00
- 512 Kb
- 32 Kb
2015-03-11 19:32:53 +02:00
2015-03-11 18:19:36 +02:00
Digistump
~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
2015-02-23 21:04:08 +02:00
* - `` digix ``
- `Digistump DigiX <http://digistump.com/products/50> `_
2015-03-11 18:19:36 +02:00
- AT91SAM3X8E
- 84 MHz
- 512 Kb
- 28 Kb
2015-03-11 19:32:53 +02:00
2015-03-11 18:19:36 +02:00
SainSmart
~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
2015-03-04 21:06:35 +02:00
* - `` sainSmartDue ``
- `SainSmart Due (Programming Port) <http://www.sainsmart.com/arduino/control-boards/sainsmart-due-atmel-sam3x8e-arm-cortex-m3-board-black.html> `_
2015-03-11 18:19:36 +02:00
- AT91SAM3X8E
- 84 MHz
2015-03-04 21:06:35 +02:00
- 512 Kb
- 32 Kb
2015-03-11 18:19:36 +02:00
2015-03-04 21:06:35 +02:00
* - `` sainSmartDueUSB ``
- `SainSmart Due (USB Native Port) <http://www.sainsmart.com/arduino/control-boards/sainsmart-due-atmel-sam3x8e-arm-cortex-m3-board-black.html> `_
2015-03-11 18:19:36 +02:00
- AT91SAM3X8E
- 84 MHz
2015-03-04 21:06:35 +02:00
- 512 Kb
- 32 Kb