User manual

I2C API reference
60 © 2007-2010 Analytica GmbH
Description
The I2CReadEEPROM function reads data from an I2C EEPROM.
Of course all access to the memory of an EEPROM is done by standard I2C read or write commands. So,
when reading from the memory only the matching slave address, the memory offset address and the data
has to be sent to the I2C bus.
I2CReadEEPROM translates the given memory address on the chip by means of the sub address and
the addressing mode of the present EEPROM type. The slave address of the EEPROM is automatically
determined and not mandatory for the fucntion call.
A programming example which clears a ST24C1024 can be found at the description of I2WriteEEPROM.
See also
I2CWriteEEPROM