2019-09-24 05:16 AM
Hi all,
i am trying to do the eeprom emulation in stm32f0. for this activity i need eeprom.c and eeprom.h files . please let me know how to download the same.
regards,
Lidiya john.
2019-09-24 05:23 AM
You can find them in Cube's repository, in STM32CubeMX install the STM32F0 software package and use the menu to browse it: Help->Updater Settings->Browse
Then go to:
STM32Cube_FW_F0_V1.10.1/Projects/STM32F091RC-Nucleo/Applications/EEPROM/EEPROM_Emulation
2019-09-25 02:01 AM
Thank you.