PlatformIO
  • 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
    • Atmel AVR
    • Atmel megaAVR
    • Atmel SAM
    • CHIPS Alliance
    • Espressif 32
    • Espressif 8266
    • Freescale Kinetis
    • Heltec CubeCell
    • Intel ARC32
    • Intel MCS-51 (8051)
    • 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
    • Renesas RA
    • RISC-V GAP
    • Shakti
    • SiFive
    • Silicon Labs EFM32
    • ST STM32
    • ST STM8
    • Teensy
    • TI MSP430
    • TI TIVA
  • Custom Platform & Board

Advanced

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

Integration

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

Miscellaneous

  • FAQ
  • Release Notes
  • Migrating from 5.x to 6.0
PlatformIO
  • »
  • Boards »
  • Smeshlink xbed LPC1768
  • Edit on GitHub

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 OS

Arm Mbed OS is a platform operating system designed for the internet of things

Previous Next

© Copyright 2014-present, PlatformIO.

Documentation v6.1.10 (stable)
Versions
latest
stable
On Github
View
Edit
Search