2016-12-25 12:49 AM
hi, i want to read and write data on EEPROM . This eeprom interface with stm32f0. for these i used I2C bus.
there are any library or tutorial that can give how to read and write and interface ?
thank you
2016-12-25 02:02 AM
hello, first of all, you should study about i2c how it works then read-write from EEPROM will be easy. Read reference manual.
2016-12-25 02:05 AM
For EEPROM I2C bus based, maybe this will help
https://community.st.com/0D50X00009XkW1qSAF
It's based on I2C generated by GPIO and SW from this note:
https://community.st.com/0D50X00009XkW1mSAF
Hope this helps and suggestions welcome.
Good luck!
2016-12-26 05:50 AM
Hello,
You can found a full set of running examples with an I2C EEPROM within the
firmware package which provides running applications showing how to use the I2C:STM32Cube_FW_F0_V1.7.0\Projects\STM32072B_EVAL\Examples\I2C\I2C_EEPROM
This Application note
may help you about EEPROM emulation in STM32F0xx microcontrollers.Best Regards
Imen