HomeSTM32 HALStorage Tutorials

STM32 Storage Tutorials

This page covers tutorials on using different types of storage with STM32 microcontrollers. Whether you need to store sensor data, log events, save configuration settings, or manage firmware updates, choosing the right storage solution depends on your speed, capacity, and retention requirements.

The series listed below cover the most commonly used storage options with STM32, from the built-in internal flash to external modules like the W25Q serial flash, SD cards, and SDRAM. Each series includes step-by-step configuration and working code examples.

STM32 W25Q Flash Series

1 2

STM32 Internal FLASH

STM32 SD Card

STM32 EEPROM

EEPROM and STM32

This tutorial will cover how to interface an I2C based AT24C EEPROM with STM32. The…

STM32 SDRAM

SDRAM in STM32

This tutorial will cover how to interface the SDRAM in STM32 MCU. We will see…