Content originally posted in LPCWare by hjetschko on Thu Jul 25 16:37:42 MST 2013
Hi
I am trying to store settings to the infopage flash area in the LPC1227. I tested the example project: IAP_InfoPage and it works perfectly. I copied IAP.c and IAP.h from IAP_InfoPage project to my project and then try to use the functions in there. When I call eraseInfoPage(0,0); the program stops and the error message displayed is: No source available for "0x1fff0aaa". From the IAP_InfoPage project __abstract.txt file, the most important change I needed to make for the IAP routines to work is to change the Stack Offset to 256 in Linker settings but it still does not work. I looked through all the other settings and could not see any differences. Thank you for the help.