cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with 24LC64 EEPROM

Hi,

I have a problem with an 24LC64 EEPROM, it is not a bad chip because i have tried 2 on diffrent boards. I am using the STM32G0B0 

 This are my I2C settings:

PieterInHetBos_0-1692625048920.png

I am using this libary : https://github.com/nimaltd/ee24/blob/master/ee24.c

I only get 255 back when i read something. 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Solution:

Set the page size correct, otherwise you read in the wrong addres/space and your write is not accepted. 

 

View solution in original post

1 REPLY 1

Solution:

Set the page size correct, otherwise you read in the wrong addres/space and your write is not accepted.