Use STM32 Flash Memory to store data Permanently

Опубликовано: 28 Ноябрь 2024
на канале: Steppe School
4,267
96

This video explains how to exploit STM32 Flash memory to store data permanently inside the microcontroller. So, you can restore data after a power outage.

The STM32 Board in the tutorial: Nucleo-l476

Source Code:
https://www.patreon.com/user?u=80399744

Website:
https://www.steppeschool.com

Written format of the tutorial:
https://www.steppeschool.com/pages/bl...

Website:
https://www.steppeschool.com

00:00 Why do we need to use Flash Memory?
01:19 STM32 Flash Memory General Concepts
04:18 Introducing the source code to work with flash memory
08:48 Testing the code
12:22 Important announcement