This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

interfacing of 8052 microcontroller with EEPROM at24c04

i wanted to know how does one interface a 8052 microcontroller with the EEPROM at24c04.
i want the circuit diagram and the program(not in c) for the same.
your help would help me greatly in my project. thanking in advance.

Parents
  • The process is always the same, irrespective of what you want to interface, and what language you intend to use.

    All the necessary details will be provided in:

    1. The Datasheet for X, plus

    2. The Datasheet for Y.

    For additional supporting materials, see the manufacturer's website(s) for application notes, sample code, reference designs, etc...

    If you can't or don't want to do it yourself, see: http://www.keil.com/condb

    Have you heard of Google?

    Did you not notice the 'Search' box on this site?

Reply
  • The process is always the same, irrespective of what you want to interface, and what language you intend to use.

    All the necessary details will be provided in:

    1. The Datasheet for X, plus

    2. The Datasheet for Y.

    For additional supporting materials, see the manufacturer's website(s) for application notes, sample code, reference designs, etc...

    If you can't or don't want to do it yourself, see: http://www.keil.com/condb

    Have you heard of Google?

    Did you not notice the 'Search' box on this site?

Children