How to interface EEPROM with STM32

Learn how to interface an external Electrically Erasable Programmable Read-Only Memory (EEPROM) with STM32 microcontrollers using the built-in EEPROM peripheral. Explore various EEPROM features and see an example code for easy understanding. Electrically erasable programmable read-only memory (EEPROM) is a type of non-volatile memory that allows users to store data Read more

Save String in the EEPROM

In this article, we are going to see how we can store String in the EEPROM of a microcontroller and recall those strings to print on display or use it for different purposes. Usually, we use ROM as the main memory and RAM for variables. But this technique will save Read more