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

AT89S8252 and EEPROM

I'm using AT89S8252 with 2K of EEPROM and would like to know if I can use it in my program. Can I declare a variable to be stored in the EEPROM?
Thank you.

Parents
  • 1) I'm using AT89S8252 with 2K of EEPROM and would like to know if I can use it in my program. 2) Can I declare a variable to be stored in the EEPROM?
    1) NO, get a derivative with more program space
    2) yes, but not directly, require SFR operations.
    3) do the reading suggested at your other post.

    Erik

Reply
  • 1) I'm using AT89S8252 with 2K of EEPROM and would like to know if I can use it in my program. 2) Can I declare a variable to be stored in the EEPROM?
    1) NO, get a derivative with more program space
    2) yes, but not directly, require SFR operations.
    3) do the reading suggested at your other post.

    Erik

Children
No data