• 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.
  • EEPROM and INTERRUPTS
    Hello, I now have to disable the interrupts to use EEPROM read and write. What is the reason for this? For flash writes I can understand since the code executes from flash, but for EEPROM, and especially...
  • 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.
  • EEPROM and INTERRUPTS
    Hello, I now have to disable the interrupts to use EEPROM read and write. What is the reason for this? For flash writes I can understand since the code executes from flash, but for EEPROM, and especially...
  • FLASH, EEPROM and RAM
    I'm using a kit at89s8252 with only 8K of FLASH memory, 2K of EEPROM and 256 bytes of RAM. I'm begginer in this area so I would like to know if I can use the EEPROM to store the variables of my program...