2016-01-01 20:51:48 +02:00
.. Copyright 2014-2016 Ivan Kravets <me@ikravets.com>
2015-11-18 17:33:46 +02:00
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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
2016-02-11 00:16:43 +02:00
* - `` toolchain-gccarmnoneeabi ``
- `gcc-arm-embedded <https://launchpad.net/gcc-arm-embedded> `_ , `GDB <http://www.gnu.org/software/gdb/> `_
2015-03-11 18:19:36 +02:00
* - `` framework-arduinosam ``
- `Arduino Wiring-based Framework (SAM Core, 1.6) <http://arduino.cc/en/Reference/HomePage> `_
2016-01-06 15:47:58 +02:00
* - `` tool-openocd ``
- `OpenOCD <http://openocd.org> `_
2016-02-11 00:16:43 +02:00
* - `` framework-mbed ``
- `mbed Framework <http://mbed.org> `_
* - `` ldscripts ``
- `Linker Scripts <https://sourceware.org/binutils/docs/ld/Scripts.html> `_
2015-03-11 18:19:36 +02:00
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-07-07 23:33:25 +03:00
**Windows Users:** Please check that you have correctly installed USB driver
from board manufacturer
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.
2016-02-11 00:16:43 +02:00
* - :ref: `framework_mbed`
- The mbed framework The mbed SDK has been designed to provide enough hardware abstraction to be intuitive and concise, yet powerful enough to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing you to code down to the metal if needed. In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries have been built on top of the SDK by the mbed Developer Community.
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> `_
2016-01-06 15:47:58 +02:00
- SAM3X8E
2015-03-11 18:19:36 +02:00
- 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> `_
2016-01-06 15:47:58 +02:00
- SAM3X8E
2015-03-11 18:19:36 +02:00
- 84 MHz
2015-02-23 21:04:08 +02:00
- 512 Kb
- 32 Kb
2015-03-11 19:32:53 +02:00
2016-01-06 15:47:58 +02:00
* - `` zero ``
- `Arduino Zero (Programming Port) <https://www.arduino.cc/en/Main/ArduinoBoardZero> `_
- SAMD21G18A
- 48 MHz
- 256 Kb
- 32 Kb
* - `` zeroUSB ``
- `Arduino Zero (USB Native Port) <https://www.arduino.cc/en/Main/ArduinoBoardZero> `_
- SAMD21G18A
- 48 MHz
- 256 Kb
- 32 Kb
2015-12-11 15:24:02 +02:00
Atmel
~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` samd21_xpro ``
- `Atmel SAMD21-XPRO <https://developer.mbed.org/platforms/SAMD21-XPRO/> `_
- ATSAMD21J18A
- 48 MHz
- 256 Kb
- 32 Kb
* - `` saml21_xpro_b ``
- `Atmel SAML21-XPRO-B <https://developer.mbed.org/platforms/SAML21-XPRO/> `_
- ATSAML21J18B
- 48 MHz
- 256 Kb
- 32 Kb
* - `` samr21_xpro ``
- `Atmel ATSAMR21-XPRO <https://developer.mbed.org/platforms/SAMR21-XPRO/> `_
- ATSAMR21G18A
- 48 MHz
- 256 Kb
- 32 Kb
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