simple test EEPROM emulation for STM32F401 (STM algorithm described in the application notes: AN4061, AN3969, AN2594, AN3390, AN4056).
https://developer.mbed.org/questions/69101/Is-there-a-way-to-store-variables-in-a-n/#answer10369?compage=1#c24579
Versions for microcontrollers with smaller flash pages (using several flash pages for each virtual page):
Import program00_eeprom_emulation_f030
EEPROM emulation (STM algorithm described in the application notes: AN4061, AN3969, AN2594, AN3390, AN4056) with added multipage possibility. For Nucleo-F030 and others boards with similar microcontrolers.
Import program00_eeprom_emulation_f091
simple test EEPROM emulation (STM algorithm described in the application notes: AN4061, AN3969, AN2594, AN3390, AN4056) for STM32F091
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
1:bc0ee9ad46aa | 2016-09-27 | mega64 | bug fix in EE_VerifyPageFullyErased |
0:1756c3542c95 | 2016-09-22 | mega64 | Protect flash area of EEPROM simulation in case a larger code (dummy variable) |