Code to load a LPC1114 over tx/rx. I have only tested with a 1114 chip but it should work with other LPC uControllers

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Files at this revision

API Documentation at this revision

Comitter:
okano
Date:
Wed Dec 10 09:42:12 2014 +0000
Parent:
45:0520330a7528
Child:
47:e7d395119a63
Commit message:
Comment edit done

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Dec 10 09:38:19 2014 +0000
+++ b/main.cpp	Wed Dec 10 09:42:12 2014 +0000
@@ -2,8 +2,8 @@
  *  Sample of ISP operation for NXP MCUs
  *
  *  @author  Tedd OKANO
- *  @version 1.0
- *  @date    Oct-2011
+ *  @version 1.1
+ *  @date    Dec-2014
  *
  *  This program programs MCU flash memory through UART. It uses
  *  "In-System Programming (ISP)" interface in target MCU (NXP LPC micro-
@@ -17,7 +17,7 @@
  *  (This program not just copies the binary but also insert 4 byte checksum at
  *  address 0x1C.)
  *
- *  This program supports LPC1114, LPC81x and LPC82x.
+ *  This program supports LPC1114, LPC81x, LPC82x and LPC1768/1769.
  */
 
 #include    "mbed.h"