2016-08-03 22:18:51 +03:00
.. Copyright 2014-present PlatformIO <contact@platformio.org>
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-03-09 12:27:30 +02:00
.. _platform_nxplpc:
Platform `` nxplpc ``
===================
2015-03-16 12:47:43 +02:00
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.
2015-03-09 12:27:30 +02:00
2015-03-16 12:47:43 +02:00
For more detailed information please visit `vendor site <http://www.nxp.com/products/microcontrollers/> `_ .
2015-03-09 12:27:30 +02:00
.. contents ::
Packages
--------
.. list-table ::
:header-rows: 1
* - Name
- Contents
2015-03-11 18:19:36 +02:00
2015-03-09 12:27:30 +02:00
* - `` framework-mbed ``
2015-03-11 18:19:36 +02:00
- `mbed Framework <http://mbed.org> `_
* - `` toolchain-gccarmnoneeabi ``
- `gcc-arm-embedded <https://launchpad.net/gcc-arm-embedded> `_ , `GDB <http://www.gnu.org/software/gdb/> `_
2015-03-09 12:27:30 +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-03-09 12:27:30 +02:00
2016-03-16 22:17:14 +02:00
**Windows Users:** Please check that you have correctly installed USB
driver from board manufacturer
2015-07-07 23:33:25 +03:00
2015-03-09 12:27:30 +02:00
2015-03-20 21:44:26 +02:00
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.
2015-03-11 18:19:36 +02:00
Boards
------
.. note ::
2015-03-13 19:06:35 +02:00
* You can list pre-configured boards by :ref: `cmd_boards` command or
2016-03-12 21:32:13 +02:00
`PlatformIO Boards Explorer <http://platformio.org/boards> `_
2015-03-11 18:19:36 +02:00
* For more detailed `` board `` information please scroll tables below by
horizontal.
CQ Publishing
~~~~~~~~~~~~~
2015-03-09 12:27:30 +02:00
.. list-table ::
:header-rows: 1
2015-03-11 18:19:36 +02:00
* - Type `` board ``
2015-03-09 12:27:30 +02:00
- Name
2015-03-11 18:19:36 +02:00
- Microcontroller
- Frequency
- Flash
- RAM
* - `` lpc11u35_501 ``
2015-03-25 11:42:36 +02:00
- `CQ Publishing TG-LPC11U35-501 <https://developer.mbed.org/platforms/TG-LPC11U35-501/> `_
2015-03-11 18:19:36 +02:00
- LPC11U35
- 48 MHz
- 64 Kb
- 10 Kb
2015-03-11 19:32:53 +02:00
2016-09-16 23:48:21 +03:00
Elektor Labs
~~~~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- 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
2015-03-11 18:19:36 +02:00
Embedded Artists
~~~~~~~~~~~~~~~~
2015-03-09 12:27:30 +02:00
2015-03-11 18:19:36 +02:00
.. list-table ::
:header-rows: 1
2015-03-09 12:27:30 +02:00
2015-03-11 18:19:36 +02:00
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
2015-03-09 12:27:30 +02:00
2015-03-11 18:19:36 +02:00
* - `` lpc11u35 ``
2016-09-16 23:48:21 +03:00
- `EA LPC11U35 QuickStart Board <https://developer.mbed.org/platforms/EA-LPC11U35/> `_
2015-03-11 18:19:36 +02:00
- LPC11U35
- 48 MHz
- 64 Kb
- 10 Kb
* - `` lpc4088 ``
2015-03-25 11:42:36 +02:00
- `Embedded Artists LPC4088 QuickStart Board <https://developer.mbed.org/platforms/EA-LPC4088/> `_
2015-03-11 18:19:36 +02:00
- LPC4088
- 120 MHz
- 512 Kb
- 96 Kb
* - `` lpc4088_dm ``
2015-03-25 11:42:36 +02:00
- `Embedded Artists LPC4088 Display Module <https://developer.mbed.org/platforms/EA-LPC4088-Display-Module/> `_
2015-03-11 18:19:36 +02:00
- LPC4088
- 120 MHz
- 512 Kb
- 96 Kb
2015-03-11 19:32:53 +02:00
2016-09-16 23:48:21 +03:00
GHI Electronics
~~~~~~~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- 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
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` lpc4330_m4 ``
- `Bambino-210E <https://developer.mbed.org/platforms/Micromint-Bambino-210E/> `_
- LPC4330
- 204 MHz
- 8192 Kb
- 264 Kb
2015-03-11 18:19:36 +02:00
NGX Technologies
~~~~~~~~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` blueboard_lpc11u24 ``
2015-03-25 11:42:36 +02:00
- `NGX Technologies BlueBoard-LPC11U24 <https://developer.mbed.org/platforms/BlueBoard-LPC11U24/> `_
2015-03-11 18:19:36 +02:00
- LPC11U24
- 48 MHz
- 32 Kb
- 8 Kb
2015-03-11 19:32:53 +02:00
2015-03-11 18:19:36 +02:00
NXP
~~~
2015-03-09 12:27:30 +02:00
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
2015-03-11 18:19:36 +02:00
- Microcontroller
- Frequency
2015-03-09 12:27:30 +02:00
- Flash
- RAM
2015-03-11 18:19:36 +02:00
2016-09-16 23:48:21 +03:00
* - `` 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
2015-03-11 18:19:36 +02:00
* - `` lpc11u24 ``
2015-03-25 11:42:36 +02:00
- `NXP mbed LPC11U24 <https://developer.mbed.org/platforms/mbed-LPC11U24/> `_
2015-03-11 18:19:36 +02:00
- LPC11U24
- 48 MHz
- 32 Kb
- 8 Kb
2016-09-16 23:48:21 +03:00
* - `` 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
2015-03-09 12:27:30 +02:00
* - `` lpc1549 ``
2015-03-25 11:42:36 +02:00
- `NXP LPCXpresso1549 <https://developer.mbed.org/platforms/LPCXpresso1549/> `_
2015-03-11 18:19:36 +02:00
- LPC1549
- 72 MHz
2015-03-09 12:27:30 +02:00
- 256 Kb
- 36 Kb
2015-03-11 18:19:36 +02:00
2015-03-09 12:27:30 +02:00
* - `` lpc1768 ``
2015-03-25 11:42:36 +02:00
- `NXP mbed LPC1768 <http://developer.mbed.org/platforms/mbed-LPC1768/> `_
2015-03-11 18:19:36 +02:00
- LPC1768
- 96 MHz
2015-03-09 12:27:30 +02:00
- 512 Kb
2016-02-11 00:16:43 +02:00
- 64 Kb
2015-03-11 19:32:53 +02:00
2016-09-16 23:48:21 +03:00
* - `` 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
2015-03-11 18:19:36 +02:00
Outrageous Circuits
~~~~~~~~~~~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` mbuino ``
- `Outrageous Circuits mBuino <https://developer.mbed.org/platforms/Outrageous-Circuits-mBuino/> `_
- LPC11U24
- 48 MHz
- 32 Kb
- 8 Kb
2015-03-11 19:32:53 +02:00
2015-03-11 18:19:36 +02:00
SeeedStudio
~~~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
2016-09-16 23:48:21 +03:00
* - `` 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/> `_
2015-03-11 18:19:36 +02:00
- LPC1768
- 96 MHz
2015-03-09 12:27:30 +02:00
- 512 Kb
2016-02-11 00:16:43 +02:00
- 64 Kb
2015-03-11 19:32:53 +02:00
2016-09-16 23:48:21 +03:00
* - `` 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
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` xbed_lpc1768 ``
- `Smeshlink xbed LPC1768 <https://developer.mbed.org/platforms/xbed-LPC1768/> `_
- LPC1768
- 96 MHz
- 512 Kb
- 32 Kb
2015-03-11 18:19:36 +02:00
Solder Splash Labs
~~~~~~~~~~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
2015-03-09 12:27:30 +02:00
* - `` dipcortexm0 ``
2015-03-25 11:42:36 +02:00
- `Solder Splash Labs DipCortex M0 <https://developer.mbed.org/platforms/DipCortex-M0/> `_
2015-03-11 18:19:36 +02:00
- LPC11U24
- 50 MHz
2015-03-09 12:27:30 +02:00
- 32 Kb
- 8 Kb
2015-03-11 19:32:53 +02:00
2016-09-16 23:48:21 +03:00
SolderSplash Labs
~~~~~~~~~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` lpc1347 ``
- `DipCortex M3 <https://developer.mbed.org/platforms/DipCortex-M3/> `_
- LPC1347
- 72 MHz
- 64 Kb
- 12 Kb
2015-03-11 18:19:36 +02:00
Switch Science
~~~~~~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` lpc1114fn28 ``
2015-03-25 11:42:36 +02:00
- `Switch Science mbed LPC1114FN28 <https://developer.mbed.org/platforms/LPC1114FN28/> `_
2015-03-11 18:19:36 +02:00
- LPC1114FN28
- 48 MHz
2015-03-09 12:27:30 +02:00
- 32 Kb
2015-03-11 18:19:36 +02:00
- 4 Kb
2015-03-11 19:32:53 +02:00
2016-09-16 23:48:21 +03:00
* - `` ssci824 ``
- `Switch Science mbed LPC824 <https://developer.mbed.org/platforms/Switch-Science-mbed-LPC824/> `_
- LPC824
- 30 MHz
- 32 Kb
- 8 Kb
2015-03-11 18:19:36 +02:00
u-blox
~~~~~~
2015-03-09 12:27:30 +02:00
2015-03-11 18:19:36 +02:00
.. list-table ::
:header-rows: 1
2015-03-09 12:27:30 +02:00
2015-03-11 18:19:36 +02:00
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` ubloxc027 ``
- `u-blox C027 <https://developer.mbed.org/platforms/u-blox-C027/> `_
- LPC1768
- 96 MHz
- 512 Kb
2016-02-11 00:16:43 +02:00
- 64 Kb