We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I have this code
#include <LPC214x.h> #include "ARM_Eprom.h" #include "ARM_IAP.h" #define IAP_LOCATION 0x7ffffff1
const unsigned char eeprom[EE_SIZE] __at EE_ADDR_L;
when i compile this, I have an error Src\ARM_Eprom.c(22): error: #65: expected a ";"
where goes this ";" ? if this is the problem..
Did you read the link posted by Patrick Noonan on 17-May-2007 at 17:49:
http://www.keil.com/forum/docs/thread8677.asp
particularly the last two posts?