• 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...
  • Can not simulate AT89C51CC03 EEPROM write access
    Hello I wrote the following little test program: #include "at89c51cc03.h" // Write EEPROM 8-bit 'val' at address 'adr' void Write_8bit_EEPROM (unsigned int adr, unsigned char val) { EA = 0;...
  • Writing to Internal Flash
    Hi, I am using LPC2478(ARM7) for my Application. I have to store my data in Internal flash in run time. I am trying this functionality by using IAP. Is it a right approach? Is there any other...
  • Emulation SPI EEPROM for internal EEPROM
    I want EEmulation SPI EEPROM for internal EEPROM.
  • 89s8252 Internal EEPROM
    How to see the content of internal EEPROM of 89s8252