2023-08-21 06:39 AM
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:
I am using this libary : https://github.com/nimaltd/ee24/blob/master/ee24.c
I only get 255 back when i read something.
Solved! Go to Solution.
2023-08-21 06:58 AM
Solution:
Set the page size correct, otherwise you read in the wrong addres/space and your write is not accepted.
2023-08-21 06:58 AM
Solution:
Set the page size correct, otherwise you read in the wrong addres/space and your write is not accepted.