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/
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:382f38b15c22 | 2018-08-16 | okano | to include latest library |
8:7d4d4edcb133 | 2018-08-16 | okano | "write page" function demo for LPC81X/LPC82X |
7:e140563d4aad | 2018-08-15 | okano | added: just minor feature in "memdump()" function |
6:2357a04a16ff | 2015-03-10 | okano | modified to handle new "iap.read_serial()" function. |
5:806960ca964e | 2015-01-16 | okano | ver3.1.1 : Compile switch word has been changed for better MCU compatibility across platforms |
4:5705a494169a | 2015-01-13 | okano | ver3.1 : LPC1114 support |
3:63a0993315e5 | 2015-01-09 | okano | ver3 : LPC812, LPC824 support |
2:c22f0c87fee6 | 2012-11-26 | okano | sample code for IAP class library for LPC1768 and LPC11U24. EEPROM access sample added |
1:a85b51eeb446 | 2012-11-26 | okano | sample code for IAP class library for LPC1768 and LPC11U24 |
0:b802bd2f4cc9 | 2010-03-12 | okano | (none) |