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.
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