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

24c04 Read & Write

Hi,

I am looking for simple read and write routines for I2C interface between Atmel low-end 89C55 microcontroller and 24C04 serial EEPROM.(esp. assembly code)

Any help would be great .

Thanks in Advance.

Parents
  • does anyone have any debug/signal functions for this kind of bit-level I2C code?

    Keil have an app note for I2C signal functions that respond to byte-registered I2C hardware blocks, but not I2C devices which the C51 controls directly, by programming the 2 pins, bit at a time, clock at a time.

Reply
  • does anyone have any debug/signal functions for this kind of bit-level I2C code?

    Keil have an app note for I2C signal functions that respond to byte-registered I2C hardware blocks, but not I2C devices which the C51 controls directly, by programming the 2 pins, bit at a time, clock at a time.

Children