2020-06-23 07:45 AM
Hello,
I am trying to integrate an AT24CM02 into my project.
Can anyone suggest any libraries compatible with HAL?
your help is much appreciated.
Thank you and best regards,
Vouria
2020-06-23 10:07 AM
The I2C ones?
HAL_I2C_Mem_Read()
HAL_I2C_Mem_Write()
You're likely going to need to code your own routines for the memory itself, data sheet should give details on byte/page writes
2020-06-23 11:32 AM
First hit on Google for “at24cm02 hal library�?:
https://github.com/sinadarvi/SD_HAL_AT24
probably need to adapt it, but might be a good start.
2020-06-24 12:34 AM
Yes I mean the I2C one.
Thank you very much for your answer. It is very helpful. I will check right now.
Best regards,
Vouria
2020-06-24 12:35 AM
Thank you for your answer, I have indeed downloaded this code, but so far have not been able to make it work.
I will try again.
Best regards,
Vouria