• eeprom interfacing with the microcontroller(89c51)
    Dear neil, whats the difference between eeprom 24C01, 24C02, 24C04, 24C08, 24C16 .
  • eeprom interfacing with 89c51
    dear sir i a very confuse, my aim is interface 89c51 with eeprom 24c08,difficulty is that device address I know but bit addressing and page addressing of 24c08 I can't get from datasheet so please give...
  • Interfacting 89c51 with SPI EEPROM
    Hi, i am trying to interface 89c51 with a EEPROM (SPI)(25aa080a). i written the code but it's not working. the code is below. if there is any mistakes please correct me. i am trying to interface...
  • 89C51 with internal XRAM and EEPROM
    I am using an 89C51 variant with both intenal XRAM and EEPROM and as such their address space overlaps from 0x0000 to 0x03FF so I have variables declared as follows:- #define size 0x20 /* variables...
  • EEPROM 93c46 with 89c51
    I am looking for example(s) on writing/reading EEPROMs (93c46) using 89c51 in C. Any help shall be higly appreciated. Mansoor