Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MODSERIAL DirectoryList
You are viewing an older revision! See the latest version
Homepage
This program programs MCU flash memory through UART. It uses "In-System Programming (ISP)" interface in target MCU (NXP LPC micro-controllers).
In this program, the mbed will read binary file and transfer the data with the ISP protocol.
This program not just copies the binary but also insert 4 byte checksum at address 0x1C.
This program currently supports LPC1114FN28 (DIP28-ARM) and LPC810FN8 (DIP8-ARM).