• programming 24c08
    dear all i am stuck in a mid part of the project... i want to interface at24c08 eeprom with p89v51rd2... please can any one write a workable code for me... i only want ot send bytes of character...
  • Interface 89c51 with 24c08
    HI I want to interface 89c51 with eeprom 24c08 which uses i2c communication protocol. I just want to know that if there is any help available on this at this site or if somebody knows a useful link about...
  • how i can interface 89c51 with 24c08
    please give me hardware diagram & assembly code.
  • interrupt and weiting data to the 24c08 serial eeprom
    In my project,I am trying to write some data in to 24c08 serial eeprom. Also a timer 1 interupt subrountie may run at every 1ms to count the run time. Should i set the EA to 0 before access the...
  • problem with character pointer
    Hello, 1) I am declaring a pointer to a string as Xdata Unsigned char *sTemperature [4] = {"NIL","25 ","30 ","37 "}; This is shown in the .lst file as a array occupying only 12 bytes where as it...