• 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
    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...
  • Using onchip EEPROM in 89S8252
    Could anyone tell me how to use onchip EEPROM in 89S8252 ? Kindly give me C language instructions
  • initiate eeprom for 89s8252
    Hello, every body! Now, I'm having a problem. Can you help me? I have a project and i want to initializes some variation in eeprom. This variation will be written when i "burn" eeprom. What directive...
  • 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...