NEW PRODUCT – MicroBuilder LPC1343 (ARM Cortex M3)


Lpc1343Angle Lrg

Lpc1343 Lrg

NEW PRODUCT – MicroBuilder LPC1343 (ARM Cortex M3) – The LPC1343 is a low-power, 32-bit ARM Cortex-M3 microprocessor designed specifically for embedded devices. This is a fully assembled version of the LPC1343 Reference Design from talented Parisian designer, Microbuilder. No soldering required (female header pins are pre-soldered onto the board), this devboard is ready to go out of the box.

Please note that while there are some great introductory getting-started tutorials for this board, its best used by those with microcontroller experience. If you’ve played with AVR or PICs and are intrigued by the low cost and ultra fast 32-bit ARM Cortex M3 series, this is the dev board to get! If you’re just getting started with microcontrollers and electronics you should check out the Arduino which is very beginner-friendly!

In addition to publishing the schematics and layout files, MicroBuilder has written a full software library for the LPC1300 family. This allows you to quickly get started with all on-board peripherals, so you can focus on your own application functionality. The software library includes complete GCC-based startup code and details on setting up an ARM development environment using open source tools. Along with a standard Makefile, project files for the open-source CodeLite C/C++ IDE and the commercial GCC-based Crossworks for ARM are provided.

Within minutes, you’ll be using the USB interface for printf() debugging, reading from the analog inputs using analogRead(), tweaking pins without having to look up registers, etc. and best of all no ARM or JTAG programmer is required! The chip comes with a built in USB bootloader that appears as a very small disk drive. To reprogram, simply press the Bootload button and drag your new firmware file into the USB drive that appears. Then press Reset and your code is running. Is that cool or what?

Check it!

  • Power the board via the 2.1mm DC jack (6-12V) or the mini-B USB connector (5V). There’s an onboard 3.3V regulator (LT1113)
  • Debugging LED on pin 2.10 and SWD connectors for programming and debugging
  • Open source toolchain (GPL) and software library (BSD)
  • USB 2.0 HID and Mass Storage support built right into the ROM
  • 32K of flash, 8K of SRAM…running at 72 MHz
  • Built-into-ROM USB bootloader works with any computer and OS
  • Full Speed USB, TTL UART, SPI and I2C interfaces
  • Up to 42 General Purpose I/O (GPIO) pins with configurable pull-up/pull-down resistors
  • 8 10-bit Analog-to-Digital Converter pins
  • Four general purpose counter/timers with a total of four capture inputs and 13 match outputs
  • Programmable WatchDog Timer (WDT)
  • System tick timer for ez timekeeping
  • LPC1343 datasheet has a lot of information about this chip

We don’t include a power supply, USB cable or proto-board…but we do toss in some bumpers.

In stock and shipping now!


Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards

Join Adafruit on Mastodon

Adafruit is on Mastodon, join in! adafruit.com/mastodon

Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.

Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 36,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


Maker Business — “Packaging” chips in the US

Wearables — Enclosures help fight body humidity in costumes

Electronics — Transformers: More than meets the eye!

Python for Microcontrollers — Python on Microcontrollers Newsletter: Silicon Labs introduces CircuitPython support, and more! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

Adafruit IoT Monthly — Guardian Robot, Weather-wise Umbrella Stand, and more!

Microsoft MakeCode — MakeCode Thank You!

EYE on NPI — Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — #NewProds 7/19/23 Feat. Adafruit Matrix Portal S3 CircuitPython Powered Internet Display!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !



5 Comments

  1. Will there be a topic on your forum for this product? It sounds very interesting as a step up from Arduino, but I’m sure we could all use some help getting started with it, and the Adafruit community seems like it would be very helpful.

  2. What’s a SWD connector? I haven’t run into that one before…

    Cheers.

  3. SWD stands for Serial Wire Debug, and is the native way that all ARM Cortex chips handle debugging (versus JTAG on the older ARM7 chips). It only requires 2 pins, and allows for more HW breakpoints in code, but it’s only relevant if you have a HW debugger that can handle SWD (such as the Segger J-Link for ARM). Some larger Cortex M3 chips work with both SWD and JTAG, such as the LPC1768, but most of the smaller chips are SWD only. If you’re not doing step-through debugging, though, you don’t really need to worry about it and can get by with printf and the built in USB bootloader to program the chips and do basic debugging.

  4. Jerry, please check out microbuilder.eu’s forums where you will find a very helpful community!

  5. It’s straight-up embedded fun!

Sorry, the comment form is closed at this time.