2024-11-17 05:23 AM
Hello, everybody! I'm relatively new to STM32 microcontrollers and have a moderate knowledge of C programming and a fair understanding of electronics.
Over the past few months, I've been learning to properly set up STM32F4 series MCUs, specifically the F401RET6U (Nucleo board) and the F411CEU6 (Black Pill board), using bare-metal approach. I've spent considerable time watching tutorial videos and reading online guides to help me get started.
I'm now at a point where I can set up the clock and read from and write to GPIOs.
From what I understand, setting up peripherals involves configuring the correct values in the appropriate registers in the right order.
I would like to learn how to use embedded flash memory to store information that needs to be retained after a power loss. So far, I've struggled to find a guide or tutorial that I can fully understand. Could someone please assist me with this or point me in the right direction?
Thank you very much, and have a blessed week, everyone!