mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-18 00:35:22 +02:00
459 lines
11 KiB
ReStructuredText
459 lines
11 KiB
ReStructuredText
.. Copyright 2014-present PlatformIO <contact@platformio.org>
|
|
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.
|
|
|
|
.. _platform_nxplpc:
|
|
|
|
Platform ``nxplpc``
|
|
===================
|
|
The NXP LPC is a family of 32-bit microcontroller integrated circuits by NXP Semiconductors. The LPC chips are grouped into related series that are based around the same 32-bit ARM processor core, such as the Cortex-M4F, Cortex-M3, Cortex-M0+, or Cortex-M0. Internally, each microcontroller consists of the processor core, static RAM memory, flash memory, debugging interface, and various peripherals.
|
|
|
|
For more detailed information please visit `vendor site <http://www.nxp.com/products/microcontrollers/>`_.
|
|
|
|
.. contents::
|
|
|
|
Packages
|
|
--------
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Name
|
|
- Contents
|
|
|
|
* - ``framework-mbed``
|
|
- `mbed Framework <http://mbed.org>`_
|
|
|
|
* - ``toolchain-gccarmnoneeabi``
|
|
- `gcc-arm-embedded <https://launchpad.net/gcc-arm-embedded>`_, `GDB <http://www.gnu.org/software/gdb/>`_
|
|
|
|
.. warning::
|
|
**Linux Users**:
|
|
|
|
* Ubuntu/Debian users may need to add own "username" to the "dialout"
|
|
group if they are not "root", doing this issuing a
|
|
``sudo usermod -a -G dialout yourusername``.
|
|
* Install "udev" rules file `99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules>`_
|
|
(an instruction is located in the file).
|
|
* Raspberry Pi users, please read this article
|
|
`Enable serial port on Raspberry Pi <https://hallard.me/enable-serial-port-on-raspberry-pi/>`__.
|
|
|
|
|
|
**Windows Users:** Please check that you have correctly installed USB
|
|
driver from board manufacturer
|
|
|
|
|
|
|
|
Frameworks
|
|
----------
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Name
|
|
- Description
|
|
|
|
* - :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.
|
|
|
|
Boards
|
|
------
|
|
|
|
.. note::
|
|
* You can list pre-configured boards by :ref:`cmd_boards` command or
|
|
`PlatformIO Boards Explorer <http://platformio.org/boards>`_
|
|
* For more detailed ``board`` information please scroll tables below by
|
|
horizontal.
|
|
|
|
CQ Publishing
|
|
~~~~~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``lpc11u35_501``
|
|
- `CQ Publishing TG-LPC11U35-501 <https://developer.mbed.org/platforms/TG-LPC11U35-501/>`_
|
|
- LPC11U35
|
|
- 48 MHz
|
|
- 64 Kb
|
|
- 10 Kb
|
|
|
|
Elektor Labs
|
|
~~~~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``elektor_cocorico``
|
|
- `CoCo-ri-Co! <https://developer.mbed.org/platforms/CoCo-ri-Co/>`_
|
|
- LPC812
|
|
- 30 MHz
|
|
- 16 Kb
|
|
- 4 Kb
|
|
|
|
Embedded Artists
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``lpc11u35``
|
|
- `EA LPC11U35 QuickStart Board <https://developer.mbed.org/platforms/EA-LPC11U35/>`_
|
|
- LPC11U35
|
|
- 48 MHz
|
|
- 64 Kb
|
|
- 10 Kb
|
|
|
|
* - ``lpc4088``
|
|
- `Embedded Artists LPC4088 QuickStart Board <https://developer.mbed.org/platforms/EA-LPC4088/>`_
|
|
- LPC4088
|
|
- 120 MHz
|
|
- 512 Kb
|
|
- 96 Kb
|
|
|
|
* - ``lpc4088_dm``
|
|
- `Embedded Artists LPC4088 Display Module <https://developer.mbed.org/platforms/EA-LPC4088-Display-Module/>`_
|
|
- LPC4088
|
|
- 120 MHz
|
|
- 512 Kb
|
|
- 96 Kb
|
|
|
|
GHI Electronics
|
|
~~~~~~~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``oc_mbuino``
|
|
- `mBuino <https://developer.mbed.org/platforms/mBuino/>`_
|
|
- LPC11U24
|
|
- 50 MHz
|
|
- 32 Kb
|
|
- 10 Kb
|
|
|
|
Micromint
|
|
~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``lpc4330_m4``
|
|
- `Bambino-210E <https://developer.mbed.org/platforms/Micromint-Bambino-210E/>`_
|
|
- LPC4330
|
|
- 204 MHz
|
|
- 8192 Kb
|
|
- 264 Kb
|
|
|
|
NGX Technologies
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``blueboard_lpc11u24``
|
|
- `NGX Technologies BlueBoard-LPC11U24 <https://developer.mbed.org/platforms/BlueBoard-LPC11U24/>`_
|
|
- LPC11U24
|
|
- 48 MHz
|
|
- 32 Kb
|
|
- 8 Kb
|
|
|
|
NXP
|
|
~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``lpc11c24``
|
|
- `NXP LPC11C24 <http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/lpc-cortex-m-mcus/lpc-cortex-m0-plus-m0/lpc1100-cortex-m0-plus-m0/scalable-entry-level-32-bit-microcontroller-mcu-based-on-arm-cortex-m0-plus-m0-cores:LPC11C24FBD48>`_
|
|
- LPC11C24
|
|
- 48 MHz
|
|
- 32 Kb
|
|
- 8 Kb
|
|
|
|
* - ``lpc11u24``
|
|
- `NXP mbed LPC11U24 <https://developer.mbed.org/platforms/mbed-LPC11U24/>`_
|
|
- LPC11U24
|
|
- 48 MHz
|
|
- 32 Kb
|
|
- 8 Kb
|
|
|
|
* - ``lpc11u24_301``
|
|
- `ARM mbed LPC11U24 (+CAN) <https://developer.mbed.org/handbook/mbed-NXP-LPC11U24>`_
|
|
- LPC11U24
|
|
- 48 MHz
|
|
- 32 Kb
|
|
- 8 Kb
|
|
|
|
* - ``lpc11u34_421``
|
|
- `NXP LPC11U34 <http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/lpc-cortex-m-mcus/lpc-cortex-m0-plus-m0/lpc1100-cortex-m0-plus-m0/40kb-flash-8kb-sram-lqfp48-package:LPC11U34FBD48?lang_cd=en>`_
|
|
- LPC11U34
|
|
- 48 MHz
|
|
- 64 Kb
|
|
- 8 Kb
|
|
|
|
* - ``lpc11u37_501``
|
|
- `NXP LPC11U37 <http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/lpc-cortex-m-mcus/lpc-cortex-m0-plus-m0/lpc1100-cortex-m0-plus-m0/128kb-flash-10kb-sram-lqfp48-package:LPC11U37FBD48?lang_cd=en>`_
|
|
- LPC11U37
|
|
- 48 MHz
|
|
- 128 Kb
|
|
- 10 Kb
|
|
|
|
* - ``lpc11u68``
|
|
- `LPCXpresso11U68 <https://developer.mbed.org/platforms/LPCXpresso11U68/>`_
|
|
- LPC11U68
|
|
- 50 MHz
|
|
- 256 Kb
|
|
- 36 Kb
|
|
|
|
* - ``lpc1549``
|
|
- `NXP LPCXpresso1549 <https://developer.mbed.org/platforms/LPCXpresso1549/>`_
|
|
- LPC1549
|
|
- 72 MHz
|
|
- 256 Kb
|
|
- 36 Kb
|
|
|
|
* - ``lpc1768``
|
|
- `NXP mbed LPC1768 <http://developer.mbed.org/platforms/mbed-LPC1768/>`_
|
|
- LPC1768
|
|
- 96 MHz
|
|
- 512 Kb
|
|
- 64 Kb
|
|
|
|
* - ``lpc2368``
|
|
- `NXP LPC2368 <https://developer.mbed.org/platforms/mbed-LPC2368/>`_
|
|
- LPC2368
|
|
- 72 MHz
|
|
- 512 Kb
|
|
- 58 Kb
|
|
|
|
* - ``lpc2460``
|
|
- `NXP LPC2460 <http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/lpc-arm7-arm9-mcus/lpc-arm7-mcus/lpc2100-200-300-400/flashless-16-bit-32-bit-microcontroller-ethernet-can-isp-iap-usb-2.0-device-host-otg-external-memory-interface:LPC2460FBD208>`_
|
|
- LPC2460
|
|
- 72 MHz
|
|
- 64 Kb
|
|
- 16 Kb
|
|
|
|
* - ``lpc812``
|
|
- `NXP LPC800-MAX <https://developer.mbed.org/platforms/NXP-LPC800-MAX/>`_
|
|
- LPC812
|
|
- 30 MHz
|
|
- 16 Kb
|
|
- 4 Kb
|
|
|
|
* - ``lpc824``
|
|
- `LPCXpresso824-MAX <https://developer.mbed.org/platforms/LPCXpresso824-MAX/>`_
|
|
- LPC824
|
|
- 30 MHz
|
|
- 32 Kb
|
|
- 8 Kb
|
|
|
|
* - ``micronfcboard``
|
|
- `MicroNFCBoard <https://developer.mbed.org/platforms/MicroNFCBoard/>`_
|
|
- LPC11U34
|
|
- 48 MHz
|
|
- 64 Kb
|
|
- 10 Kb
|
|
|
|
Outrageous Circuits
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``mbuino``
|
|
- `Outrageous Circuits mBuino <https://developer.mbed.org/platforms/Outrageous-Circuits-mBuino/>`_
|
|
- LPC11U24
|
|
- 48 MHz
|
|
- 32 Kb
|
|
- 8 Kb
|
|
|
|
SeeedStudio
|
|
~~~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``seeedArchGPRS``
|
|
- `Seeed Arch GPRS V2 <https://www.seeedstudio.com/Arch-GPRS-V2-p-2026.html>`_
|
|
- LPC11U37
|
|
- 48 MHz
|
|
- 128 Kb
|
|
- 10 Kb
|
|
|
|
* - ``seeedArchPro``
|
|
- `Seeed Arch Pro <https://developer.mbed.org/platforms/Seeeduino-Arch-Pro/>`_
|
|
- LPC1768
|
|
- 96 MHz
|
|
- 512 Kb
|
|
- 64 Kb
|
|
|
|
* - ``xadow_m0``
|
|
- `Seeed Xadow M0 <https://developer.mbed.org/platforms/Seeed-Xadow-M0/>`_
|
|
- LPC11U35
|
|
- 48 MHz
|
|
- 64 Kb
|
|
- 10 Kb
|
|
|
|
Smeshlink
|
|
~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``xbed_lpc1768``
|
|
- `Smeshlink xbed LPC1768 <https://developer.mbed.org/platforms/xbed-LPC1768/>`_
|
|
- LPC1768
|
|
- 96 MHz
|
|
- 512 Kb
|
|
- 32 Kb
|
|
|
|
Solder Splash Labs
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``dipcortexm0``
|
|
- `Solder Splash Labs DipCortex M0 <https://developer.mbed.org/platforms/DipCortex-M0/>`_
|
|
- LPC11U24
|
|
- 50 MHz
|
|
- 32 Kb
|
|
- 8 Kb
|
|
|
|
* - ``lpc1347``
|
|
- `DipCortex M3 <https://developer.mbed.org/platforms/DipCortex-M3/>`_
|
|
- LPC1347
|
|
- 72 MHz
|
|
- 64 Kb
|
|
- 12 Kb
|
|
|
|
Switch Science
|
|
~~~~~~~~~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``lpc1114fn28``
|
|
- `Switch Science mbed LPC1114FN28 <https://developer.mbed.org/platforms/LPC1114FN28/>`_
|
|
- LPC1114FN28
|
|
- 48 MHz
|
|
- 32 Kb
|
|
- 4 Kb
|
|
|
|
* - ``ssci824``
|
|
- `Switch Science mbed LPC824 <https://developer.mbed.org/platforms/Switch-Science-mbed-LPC824/>`_
|
|
- LPC824
|
|
- 30 MHz
|
|
- 32 Kb
|
|
- 8 Kb
|
|
|
|
u-blox
|
|
~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - ID
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``ubloxc027``
|
|
- `u-blox C027 <https://developer.mbed.org/platforms/u-blox-C027/>`_
|
|
- LPC1768
|
|
- 96 MHz
|
|
- 512 Kb
|
|
- 64 Kb
|