Problem with 24LC64 EEPROM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-21 6: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.
- Labels:
-
I2C
-
STM32G0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-21 6:58 AM
Solution:
Set the page size correct, otherwise you read in the wrong addres/space and your write is not accepted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-21 6:58 AM
Solution:
Set the page size correct, otherwise you read in the wrong addres/space and your write is not accepted.
