• Problem with AT89C51ED2 --EEPROM!
    Hi Keil, I have written the follwing code for writing the byte in EEPROM in ED2. The Problem is BUSY flag is not being cleared. while(!(EECON & 0x01)) ; EA = 0; EECON |= 0x02; XBYTE[0X0055]...
  • Problem with AT89C51ED2 --EEPROM!
    Hi Keil, I have written the follwing code for writing the byte in EEPROM in ED2. The Problem is BUSY flag is not being cleared. while(!(EECON & 0x01)) ; EA = 0; EECON |= 0x02; XBYTE[0X0055]...
  • Problem with AT89C51ED2 EEPROM Program
    Hi everyone., I am working on AT89c51ed2 micro-controller , I am facing problem with writing and reading the EEPROM data. I have followed all the procedures as stated in the data sheet, and the...
  • 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...
  • Problem with AT89C51ED2 EEPROM CODE
    Hi, I have written code for EEPROM of the AT89C51ED2., the code is not working , i have used the instructions as given in the DataSheet, I have tried many times but still I am facing problem, If...