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/
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
6:2357a04a16ff | 2015-03-10 | modified to handle new "iap.read_serial()" function. | File Diff Annotate |
5:806960ca964e | 2015-01-16 | ver3.1.1 : Compile switch word has been changed for better MCU compatibility across platforms | File Diff Annotate |
4:5705a494169a | 2015-01-13 | ver3.1 : LPC1114 support | File Diff Annotate |
3:63a0993315e5 | 2015-01-09 | ver3 : LPC812, LPC824 support | File Diff Annotate |
2:c22f0c87fee6 | 2012-11-26 | sample code for IAP class library for LPC1768 and LPC11U24. EEPROM access sample added | File Diff Annotate |
1:a85b51eeb446 | 2012-11-26 | sample code for IAP class library for LPC1768 and LPC11U24 | File Diff Annotate |
0:b802bd2f4cc9 | 2010-03-12 | (none) | File Diff Annotate |