• 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.
  • 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 simulate in AT89S8252
    Hi, I am using the AT89S8252 uC.I am using the internal EEPROM to store config. data.The problem now is how do I check the contents of the EEPROM during simulation. I tried x:0x0000 but my subroutine...
  • EEPROM simulate in AT89S8252
    Hi, I am using the AT89S8252 uC.I am using the internal EEPROM to store config. data.The problem now is how do I check the contents of the EEPROM during simulation. I tried x:0x0000 but my subroutine...
  • problem with AT89s8252 internal eeprom
    hello everybody, my name is narender . iam a new be keil. i am doing a project where i need to write data into internal eeprom of atmel 89s8252 microcontroller. i have written a sample code for that purpose...