This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Accessing external EEPROM

Hello,
Is there any way to initialize, define and use all the variables in external EEPROM instead of external RAM in C.

Parents
  • Sorry for my mistake Mr. Neil, but according to datasheet the inbuilt 1k RAM and EEPROM can be accessed through MOVX instruction which is same for accessing external RAM or memory.

    But, I want to know how should I use this EEPROM for initializing, defining and using the variables and constants in C code, as all variables by default stores in RAM only by C compiler, how can i configure compiler to use EEPROM instead of the RAM. If there is any way please suggest me.

    Thanks.

Reply
  • Sorry for my mistake Mr. Neil, but according to datasheet the inbuilt 1k RAM and EEPROM can be accessed through MOVX instruction which is same for accessing external RAM or memory.

    But, I want to know how should I use this EEPROM for initializing, defining and using the variables and constants in C code, as all variables by default stores in RAM only by C compiler, how can i configure compiler to use EEPROM instead of the RAM. If there is any way please suggest me.

    Thanks.

Children