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/
Diff: IAP.lib
- Revision:
- 4:5705a494169a
- Parent:
- 3:63a0993315e5
- Child:
- 5:806960ca964e
diff -r 63a0993315e5 -r 5705a494169a IAP.lib --- a/IAP.lib Fri Jan 09 06:37:02 2015 +0000 +++ b/IAP.lib Tue Jan 13 09:11:47 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/okano/code/IAP/#17f3464672c1 +http://mbed.org/users/okano/code/IAP/#87e117b1bdf2
IAP (In-Application Programming)