EEPROM Emulation with Flash STM32F1
Hello everyone,
I am currently working on a project on a STM32F103RBT6 and I want to save my different values to be able to still have them if my board reboots. Normally I would use the EEPROM of the �C, but it appears that there is no EEPROM on the STM32F1. However, it is said in some user manual that I could emulate the EEPROM function with the flash.
The issue is that I don't understand how it's working. I've read the HAL Usermanual (as I am using the HAL API) to try to understand how to use the flash functions but it is not as documented as I was expecting.
Could you please help me with it ? How am I supposed to emulate EEPROM thanks to the flash ?
Thank you in advance.
I am using SW4STM32 with CUBEMX.
#stm32f1-flash #eeprom #eeprom-emulation-example