Is there an updated eeprom emulation example for STM32F10x and CubeMX generated projects using HAL?
I've gone through AN2594 and the associated examples. They're all for the standard peripheral library which is now deprecated.
Someone has an example of a port on github that looks reasonably complete https://github.com/lamik/EEPROM-emulation-STM32F1-HAL/blob/master/Src/eeprom.c
and at this stage it looks like I will be using that
however...
I'm wondering it ST have (or are planning to have) an official update?
