• Documentation
  • PlatformIO
  • v6.0.0
PlatformIO
v6.0.0
  • What is PlatformIO?

Getting Started

  • PlatformIO IDE
  • PlatformIO Core (CLI)
  • PlatformIO Home
  • PlatformIO Account
  • Tutorials and Examples

Configuration

  • platformio.ini
  • Build Configurations
  • Environment variables

Instruments

  • Library Management
  • Platforms
  • Frameworks
  • Boards
    • Aceinna IMU
    • ASR Microelectronics ASR650x
    • Atmel AVR
    • Atmel megaAVR
    • Atmel SAM
    • CHIPS Alliance
    • Espressif 32
    • Espressif 8266
    • Freescale Kinetis
    • GigaDevice GD32V
    • Infineon XMC
    • Intel ARC32
    • Intel MCS-51 (8051)
    • Kendryte K210
    • Lattice iCE40
    • Linux ARM
    • Maxim 32
    • Microchip PIC32
    • Nordic nRF51
    • Nordic nRF52
    • NXP i.MX RT
    • NXP LPC
      • ARM mbed LPC11U24 (+CAN)
      • Bambino-210E
      • CQ Publishing TG-LPC11U35-501
      • CoCo-ri-Co!
      • DipCortex M3
      • EA LPC11U35 QuickStart Board
      • Embedded Artists LPC4088 Display Module
      • Embedded Artists LPC4088 QuickStart Board
      • LPCXpresso11U68
      • LPCXpresso824-MAX
      • MicroNFCBoard
      • NGX Technologies BlueBoard-LPC11U24
      • NXP LPC11C24
      • NXP LPC11U34
      • NXP LPC11U37
      • NXP LPC800-MAX
      • NXP LPCXpresso1549
      • NXP LPCXpresso54114
      • NXP LPCXpresso54608
      • NXP LPCXpresso55S16
      • NXP LPCXpresso55S69
      • NXP mbed LPC11U24
      • NXP mbed LPC1768
      • Outrageous Circuits mBuino
      • Seeed Arch GPRS V2
      • Seeed Arch Pro
      • Seeed Xadow M0
      • Smeshlink xbed LPC1768
        • Hardware
        • Configuration
        • Debugging
        • Frameworks
      • Solder Splash Labs DipCortex M0
      • Switch Science mbed LPC1114FN28
      • Switch Science mbed LPC824
      • mBuino
      • u-blox C027
      • y5 LPC11U35 mbug
    • OpenHW Group
    • Raspberry Pi RP2040
    • RISC-V GAP
    • Shakti
    • SiFive
    • Silicon Labs EFM32
    • ST STM32
    • ST STM8
    • Teensy
    • TI MSP430
    • TI TIVA
    • WIZNet W7500
  • Custom Platform & Board

Advanced

  • Scripting
  • Debugging
  • Unit Testing
  • Static Code Analysis
  • Remote Development

Integration

  • Cloud & Desktop IDE
  • Continuous Integration
  • Compilation database compile_commands.json

Miscellaneous

  • FAQ
  • Migrating from 5.x to 6.0

Smeshlink xbed LPC1768¶

Contents

  • Smeshlink xbed LPC1768

    • Hardware

    • Configuration

    • Debugging

    • Frameworks

Hardware¶

Platform NXP LPC: 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.

Microcontroller

LPC1768

Frequency

96MHz

Flash

512KB

RAM

32KB

Vendor

Smeshlink

Configuration¶

Please use xbed_lpc1768 ID for board option in “platformio.ini” (Project Configuration File):

[env:xbed_lpc1768]
platform = nxplpc
board = xbed_lpc1768

You can override default Smeshlink xbed LPC1768 settings per build environment using board_*** option, where *** is a JSON object path from board manifest xbed_lpc1768.json. For example, board_build.mcu, board_build.f_cpu, etc.

[env:xbed_lpc1768]
platform = nxplpc
board = xbed_lpc1768

; change microcontroller
board_build.mcu = lpc1768

; change MCU frequency
board_build.f_cpu = 96000000L

Debugging¶

Debugging currently does not support Smeshlink xbed LPC1768 board.

Frameworks¶

Name

Description

Mbed

Arm Mbed OS is an open source embedded operating system designed specifically for the ‘things’ in the Internet of Things. It includes all the features you need to develop a connected product based on an Arm Cortex-M microcontroller, including security, connectivity, an RTOS and drivers for sensors and I/O devices