Serial EEPROM help

beenthere

Joined Apr 20, 2004
15,819
The data sheet says it all. You do need to have a microcontroller that has the I2C interface built in. The uC's data sheet will also describe how the interface works. It may be that the uC interface wil automate at least some of the process. Reading up on the interface may help - http://www.avrhelp.mcselec.com/index.html?using_the_i2c_protocol.htm

There are lots of links and examples available. Start by writing and reading one address. When you can do that, the rest of the process should fall into place.
 
Top