Dividing flash sectors on stm32f746
Hi,
Is there any way to divide flash sectors into smaller parts? I have to store data into the flash and want to be able to delete it when I want. Currently, I am using two sectors for that purpose and when I want to erase some data copying whole data in the buffer (located in ram) and write it to other sector delete sector one and write it again sector 1. But it takes too much time and there is no protection for power cut(while sectors copying from one to another before erasing other sectors.). So if was able to divide sectors it would be really easy and safer. I don't want to use another external EEPROM or flash.
