cancel
Showing results for 
Search instead for 
Did you mean: 

EEPROM I2C help. Needing functions/register help.

bmagnan
Associate II
Posted on July 02, 2010 at 17:13

EEPROM I2C help. Needing functions/register help.

2 REPLIES 2
John F.
Senior
Posted on May 17, 2011 at 13:57

Look at an2824.

http://www.st.com/stonline/products/support/micro/files/an2824.zip

It might be as easy to write your own bit bashing routines for I2C. Even with the newer routines in an2824, some people have suggested that it may still be necessary to provide means to ''clock out'' the I2C bus if a device ''hangs'' the bus (so you may as well do the whole job).

That said, I'm using the ST routines to read and write an M24C64 EEPROM and they work.

John F.

stforum2
Associate II
Posted on May 17, 2011 at 13:57

The attached reads the temperature sensor on our STM3210B-EVAL board.

Regards

Crossware