User Activity

I am currently saving user data to sector 7 on a STM32F446 board. I need to move that into one of the 16k sectors to keep the erase times small (would prefer to use sector 0, but any 16k sector will work). I am using a linker script to set up memory ...