Hello, Is there any way to initialize, define and use all the variables in external EEPROM instead of external RAM in C.
Yes, you can get the compiler to do it by using the FAR data support.
Or you can just do it the "traditional" way by writing your own access functions.
See http://www.keil.com/forum/docs/thread5635.asp and follow all the links!