Question
EEPROM emulation on stm32f0 using HAL drivers
Posted on May 23, 2016 at 12:29
I am trying to emulate EEPROM on stm32f0. There is an application note provided by STM.
There are also sample code provided. To my dismay, this EEPROM emulation library uses standard peripheral library and my current code is based on HAL drivers with code auto-generated by CubeMX. Is there EEPROM emulation library based on HAL drivers? I would like to use the flash to store some configuration settings. Is no EEPROM emulation library using HAL drivers is available, are there other methods to store config settings on flash? #eeprom-emulation #flash #stm32f0