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, 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!