2023-05-05 09:46 AM
2023-05-05 09:49 AM
Yes the MCU doesn't know you're doing this EEPROM fakery, it wipes everything.
Some STM32 have EEPROM
You should probably exclude areas you're using for EEPROM Emulation out of the Linker's view of what is available to use for application code and data.
2023-05-05 10:18 AM
Ok. Thanks for the reply.