Question
Is it possible to manipulate datas stored only on the flash memory?
Posted on August 19, 2013 at 18:36
Hello,
I'm a newbie with microcontrolers and their memories. I want to manipulate several big tables (around 50kBytes), that mean I want to access to theses data and change their values.Of course the RAM memory of my STM32F407 is not enough to store all theses tables.Is it possible to simply declare these tables in the flash memory, and to ensure that operations are performed on the flash memory ?Thanks !Jean