Vesrion IAP with LPC11U24_EEPROM_ONLY options
Fork of IAP by
This is IAP library from http://mbed.org/users/okano/notebook/iap-in-application-programming-internal-flash-eras/ Added option LPC11U24_EEPROM_ONLY in IAP.h that disable flash write/read functions if they not needed and working only EEPROM write/read functions. It make for clear memory allocation for flash write functions (4k).
History
Added option LPC11U24_EEPROM_ONLY disabling Flash write/read functions and RAM allocation for it. Only EEPROM functions for LPC11U24 will work.
2013-12-28, by Verbix [Sat, 28 Dec 2013 21:01:05 +0000] rev 2
Added option LPC11U24_EEPROM_ONLY disabling Flash write/read functions and RAM allocation for it. Only EEPROM functions for LPC11U24 will work.
EEPROM access code imported from Suga koubou san's (http://mbed.org/users/okini3939/) library http://mbed.org/users/okini3939/code/M0_EEPROM_test/
2012-11-26, by okano [Mon, 26 Nov 2012 06:02:24 +0000] rev 1
EEPROM access code imported from Suga koubou san's (http://mbed.org/users/okini3939/) library http://mbed.org/users/okini3939/code/M0_EEPROM_test/
IAP class library for LPC1768 and LPC11U24
2012-11-26, by okano [Mon, 26 Nov 2012 04:00:38 +0000] rev 0
IAP class library for LPC1768 and LPC11U24