I2C EEPROM?

Post Reply
User avatar
mdrobnak
Posts: 692
Joined: Thu Mar 05, 2020 5:08 pm
Location: Colorado, United States
Has thanked: 1 time
Been thanked: 5 times

I2C EEPROM?

Post by mdrobnak »

I'm trying to get the ST M24M02 I2C 2Mbit EEPROM working. I'm 99% certain I have it soldered OK. It looks like it puts out some data when clocked and SDA is not actually connected. I definitely see data flowing on SDA from the board side. The code is giving me an Acknoledge error, I'm guessing it's expecting some sort of ACK within a timeout.

Anyone have a good primer on I2C, or using EEPROMs like this?

-Matt
User avatar
johu
Site Admin
Posts: 6709
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 368 times
Been thanked: 1536 times
Contact:

Re: I2C EEPROM?

Post by johu »

Just found some I2C sensor example, maybe it helps ?
https://github.com/libopencm3/libopencm ... s75_sensor
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
Post Reply