You are viewing an older revision! See the latest version

lpc bootloader

Once you have created a prototype of your product, you may want to be able to use the developed code on a target MCU (NXP LPC1xxx) in situ in your end-application board.

This page documents the development of a LPC1xxx bootloader program with the aim of the following process becoming possible:

  • The binary file to flash the target MCU with is placed on the mbed's local filesystem.
  • The bootloader program is loaded onto the mbed's local filesystem and run, loading the binary file onto the LPC1xxx chip

All wikipages