2010-07-02 08:13 AM
EEPROM I2C help. Needing functions/register help.
2011-05-17 04:57 AM
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.2011-05-17 04:57 AM
The attached reads the temperature sensor on our STM3210B-EVAL board.
Regards Crossware