EEPROM Emulation using Flash on STM32F4xx
Since most STM32Fxxx doesn’t feature internal EEPROM. Hence, this guide we shall use the internal flash to emulate EEPROM. In this guide, we shall cover the following: What is EEPROM. Develop the driver. Code. Results. 1. What is EEPROM...
READ MORE