ST32F7 Internal Flash INIT/READ/WRITE for application settings (KEIL)
Dear all,
for my application I need to store some user settings in the internal Flash and be able to modify/read them during execution. I have been succesfully familiarising with the Erase/write ans read functions with no particular struggle. Now I want to initialise the flash sector to some dafault settings that the user can later on modify. I have been reading that I should define a region in the Keil scatter file and then use static const to define my settings variables. However, I cannot find any guide about how to create the scatter file and achieve my goal. Could you please direct me ? thank you