(Created page with "category: LPC1768 Tutorials ~~~~ ---- A quick tutorial on using the Explore Cortex M3 (LPC1768) with mbed. Right now, the USB bootloader(mass storage) option does not work...")
 
Line 8: Line 8:
  
 
==Connecting the Hardware==
 
==Connecting the Hardware==
 +
[[File:Serial Programming LPC.png|x400px]]

Revision as of 18:59, 1 August 2015

Sandeep (talk) 18:57, 1 August 2015 (IST)


A quick tutorial on using the Explore Cortex M3 (LPC1768) with mbed. Right now, the USB bootloader(mass storage) option does not work with mbed. However if you have a USB to Serial converter, you can definitely program it. This tutorial also applies for other bare metal LPC1768 boards.

Why USB boot-loader does not work?

The mbed online compiler does not allow specifing offest addresses for RAM and ROM which are required in order to make the boot-loader work. If you've figured out a way let us know.

Connecting the Hardware

Serial Programming LPC.png