Skip to content

mbed LPC1768 development kit

Support for the mbed LPC1768 board

Overview

mbed LPC1768 is a small development board by ARM. A LPC1768, an Ethernet PHY transceiver (DP83848J), a 2MB flash device (AT45DB161D) and a MBED-IF01 (LPC2148) are present on the board. This board aims to make it very easy to flash a new firmware. There is no need for an external programmer. The sole purpose of the MBED-IF01 is to appear as a USB flash drive when the board is connected over USB to a computer. The most recent binary file stored on the USB drive is flashed on the next reset.

See here for more information about the board.

Hardware

MCU

MCULPC1768FDB100
FamilyARM Cortex-M3
VendorNXP
RAM64KiB SRAM
Flash512KiB
Frequencyup to 100MHz
Timers4
UARTs4
SPIs2
I2Cs3
CAN2
PWM6
USB Host/Device1
Ethernet1
RTC1
ADC8 (all 12-bit)
Vcc2.4V - 3.6V
DatasheetDatasheet
User ManualUser Manual

User Interface

1 Button:

NAMESW1
PinRESET

5 LEDs:

NAMELED1LED2LED3LED4STATUS
Colorblueblueblueblueblue
PinP1.18P1.20P1.21P1.23N/A

Status LED is not controlled by the LPC1768.

Implementation Status

DeviceIDSupportedComments
MCUlpc1768yes
Low-level driverGPIOyes
ADCno
PWMno
UARTyes
I2Cno
SPIno
USBno
Ethernetno
RTTno
RTCno
Timeryes

Using UART

This board opens a serial interface through the USB automatically.

Supported Toolchains

For using the mbed LPC1768 board we strongly recommend the usage of the GNU Tools for ARM Embedded Processors toolchain.

Flashing the device

The easiest way to flash the device is to connect to the board via USB. The board appears as a 2MB usb drive. make flash will copy your binary file to the root directory but you need to manually reset your board by pressing the reset button. While the LPC1768 is flashed by the MBED-IF01 with the new firmware, the status LED blinks fast.

Known Issues