2020-07-03 05:06 AM
Hello guys,
I am trying to integrate and EEPROM into my system (based on STM32H7).
I managed to write a struct into the EEPROM. However, the data that I read is different from the data that I have written.
Is this a known problem with EEPROMs?
Any help is greatly appreciated.
Thank you and best regards,
Vouria
2020-07-03 05:52 AM
Reading and writing to EEPROMs should work correctly. You don't give many details, so it's hard to guess at what may be wrong.
2020-07-03 05:56 AM
Hello,
I was writing two functions to read and write to EEPROM. I was giving a wrong address in the functions.
You are right the EEPROM works fine, thank you for your help.