Storing block of memory (struct data) on microcontrollers non-volatile memory (STM32F103)
Posted on November 04, 2014 at 18:22I want to be able to store values in a non-volatile memory so that the microcontroller can load these settings at start up. These settings might change at run-time and it is important for the systems functionalit...