• T89C51RD2
    Can I compile C-code for the TEMIX (now ATMEL) T89C51RD2 micro using the old "C51 Professional Developers Kit Version 5.1" ? Is it sufficient to use the include file REG51RX2.H available on the website...
  • about the multi-data reading and writing from EEPROM of T89C51RD2
    hi all Now I can read and write single data correctly from eeprom of T89C51,which through calling my single eeprom read and write functions. Because my emulator can't support the chip's eeprom rd...
  • T89C51RD2 can't rd/wr internal EEPROM
    Hello all, I wrote the following functions for reading and writing to the internal EEPROM but for some reason it not working. Can some tell me what's wrong in this code? void intEepromWr(void *pBuff...
  • 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;...