• 89s8252 internal EEPROM Write
    I had written a code in c for read and write the data to internal EEPROM as a char.Now I want to wriye it as a int or float then what i have to do? Is it any way to access the the int as a char so that...
  • 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 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;...
  • 89s8252 internal EEPROM Write
    I had written a code in c for read and write the data to internal EEPROM as a char.Now I want to wriye it as a int or float then what i have to do? Is it any way to access the the int as a char so that...
  • writing to serial eeprom problem
    I'm writting to AT24C128 serial eeprom as shown by the datasheet and the read command shown below works, while the write command doesn't. I wrote to the chip using external programmer and it was ok, reading...