I have a question about using flash memory.
HI Sir.
I will try to work on a project using STM32.
I have a question regarding flash memory usage.
I want to save input data to flash memory but STM flash memory is divided sector.
The capacity of each sector is determined.
ex) STM32F205VE
Sector 0 : 16KB
Sector1 : 16KB
ect..
I have a question here.
For example, when capacity of data to input is 200KB, I will save this data in sector2.
But capacity of sector2 is only 16KB, Is the remaining data automatically saved to the next
sector?
Thank you sir.