How to retain some data in flash memory during appplication running on STM32F405 ?
Hi everyone, For some reasons, i need to store 3 uint16 in flash (once) when my application is running. Of course the goal is that those values will remain after a power down / reset. Does someone knows how to do this properly ?Do i need to define a ...