Unable to Read and Write to I2C AT24C256[EEPROM] & STM32L412KBU6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-02-15 9:48 PM
Hello I am working with AT24C256[EEPROM] & STM32L412KBU6. But I am not able to write sequentially to the EEPROM, or read.
This is the code files
I tryet to chang the code but still unable to Read and Write
Labels:
- Labels:
-
STM32L4 series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-02-17 5:28 AM
> But I am not able to write sequentially to the EEPROM, or read.
Why not? What happens when you try to do so?
Is the EEPROM responding to a HAL_I2C_IsDeviceReady call?
Are read/write functions returning HAL_OK or do they indicate an error?
If you feel a post has answered your question, please click "Accept as Solution".
