Question
FLASH use in STM32F207
Posted on December 19, 2012 at 15:24
I want to use the FLASH to write some data for use after power up.
1. Is there a small section I can use for some bytes (4) without involve with the CODE flash?2. If not how can I take 1 section of the flash and be sure the code won't write to there?3. Where I can fine a sample show me how to select a sector /block it to code write/ write & read from there during the run time?RegardsBar. #flash-on-stm32f207