• 89S8252 Internal EEPROM
    89S8252 is having internal 2kb of EEPROM,that is defined in the xdata memory space i want to create a structure having the following content,But to write in that memory it require some different method...
  • 89S8252 Internal EEPROM
    89S8252 is having internal 2kb of EEPROM,that is defined in the xdata memory space i want to create a structure having the following content,But to write in that memory it require some different method...
  • 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...
  • 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...
  • ReadWrite EEPROM in 89S8252
    I got a code, and modified it to run.. But i can't seem to get the code correct. it has to do with XDATA but i can't seem to get it right. #include <AT898252.H> #include "lcd.c" BYTE ReadEEPROM...