• 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.
  • EEPROM Read/Write AT89C51AC3
    Hello, I have the following code for writing/reading EEPROM of this device. unsigned char eepromWrite (const unsigned int Address, unsigned char Data) { bit oldEA; unsigned char DataReadBack;...
  • EEPROM read/Write on T89C51RD2
    Hi there, I'm new to all this so bare with my ignorance... I'm currently trying to read and write to the EEPROM on my T89C51RD2. The read function seems to operate correctly but I'm not having...
  • Reading from a Serial EEPROM
    Reading from a Serial EEPROM I have a AT25020 (2K) EEPROM on my board with some configuration stuff. I need to get this information out and and flash it into other EEPROM's. How do I go about it. Can...
  • How to Read and Write Data from ATMEL AT28C17 EEPROM
    Dear Expert, I really new for Microcontroller programming. So, now I have a problem with ATMEL AT28C17 EEPROM. I don't know how to Read and Write byte data in to this EEPROM. It's data sheet doesn...