Sample code for how to erase/write LPC1768, LPC11U24, LPC1114, LPC812 and LPC824 internal flash memory. This program uses IAP call of MCU's ROM routines. The IAP library also supports read/write of EEPROM in LPC11U24.
Sample code for how to erase/write LPC1768, LPC11U24, LPC1114, LPC812 and LPC824 internal flash memory. This program uses IAP call of MCU's ROM routines.
No filesystem interface available. This program is just an interface to flash erasing and writing. User need manage where to store the data in the flash area.
This IAP library supports read/write of EEPROM in LPC11U24.
More information available in
http://mbed.org/users/okano/notebook/iap-in-application-programming-internal-flash-eras/
History
to include latest library
2018-08-16, by okano [Thu, 16 Aug 2018 06:28:27 +0000] rev 9
to include latest library
"write page" function demo for LPC81X/LPC82X
2018-08-16, by okano [Thu, 16 Aug 2018 06:12:15 +0000] rev 8
"write page" function demo for LPC81X/LPC82X
added: just minor feature in "memdump()" function
2018-08-15, by okano [Wed, 15 Aug 2018 07:42:33 +0000] rev 7
added: just minor feature in "memdump()" function
modified to handle new "iap.read_serial()" function.
2015-03-10, by okano [Tue, 10 Mar 2015 04:27:11 +0000] rev 6
modified to handle new "iap.read_serial()" function.
ver3.1.1 : Compile switch word has been changed for better MCU compatibility across platforms
2015-01-16, by okano [Fri, 16 Jan 2015 08:00:33 +0000] rev 5
ver3.1.1 : Compile switch word has been changed for better MCU compatibility across platforms
ver3.1 : LPC1114 support
2015-01-13, by okano [Tue, 13 Jan 2015 09:11:47 +0000] rev 4
ver3.1 : LPC1114 support
ver3 : LPC812, LPC824 support
2015-01-09, by okano [Fri, 09 Jan 2015 06:37:02 +0000] rev 3
ver3 : LPC812, LPC824 support
sample code for IAP class library for LPC1768 and LPC11U24. EEPROM access sample added
2012-11-26, by okano [Mon, 26 Nov 2012 06:03:39 +0000] rev 2
sample code for IAP class library for LPC1768 and LPC11U24. EEPROM access sample added
sample code for IAP class library for LPC1768 and LPC11U24
2012-11-26, by okano [Mon, 26 Nov 2012 04:02:14 +0000] rev 1
sample code for IAP class library for LPC1768 and LPC11U24