2024-02-15 09: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
2024-02-17 05: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?