cancel
Showing results for 
Search instead for 
Did you mean: 

Does mass flash erase erase eeprom emulated flash memory? Also do I need to edit linker file (for epprom eulation) while uploading code?

PDhek.1
Associate
 
2 REPLIES 2

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
PDhek.1
Associate

Ok. Thanks for the reply.