• 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 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...
  • 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...
  • programming AT89C51ED2 !!!???
    HI I have purchased AT89C51ED2 . I want to know if there is any difference between this IC and AT89S52 IN programming. I mean is 89c51ed2 compleltely compatible with 89s52 ??? and can I use the same...