2019-09-11 07:50 PM
The Application note AN3969 describes a software solution for EEPROM Emulation on STM32F40x/STM32F41x devices.But it haven't mentioned that it can worked on other STM32F4 devices or not.
So,can the EEPROM Emulation be used on STM32F446 or other STM32F4 devices?
2019-09-11 08:44 PM
The flash sectors on the F446 should be organized in the same way as those on the F40x devices.
If you can avoid the emulation, and use flash directly, that would be advisable.
2019-09-24 03:28 AM
Hi @Community member
Why is it better to use the flash directly instead of eeprom emulation?
I'm getting some hardfualts with the emulation when calling FLASH_Erase_Sector() on STM32F767II.
This is why I also thought of using directly the flash without the eeprom emulation.
Regards
Dejan