STM32MP1: Persist data in flash memory from Cortex M4 core
Hello,I want to persist data in flash memory from the Cortex M4 program.I created a section in the linker file:.mySection 0x000000001002f000 : { KEEP(*(.mySection)) } >RAM1_dataSo i know where my data is in the RAM memory but i don't know how to ...