• Keep variables in AT89S8252 EEPROM
    Hello, I'm using Atmel AT89S8252 and I need to keep some variables in internal EEPROM. How must I declare it in Keil C51 in order to program it into EEPROM via AtmelISP software?
  • 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...
  • Read and write EEPROM in AT89S8252
    May I know how to read and write EEPROM in AT89S8252 using C51 of KEIL. There is no external data memory on board.
  • AT89s8252 internal eeprom and external ram
    Hello! Could somebody direct me to paper describing use of internal eeprom on at89s8252 mcu. I have a problem: how to use simultaneously internal eeprom with external memory and external memory mapped...