SBSFU | FLASH sector segmentation
Hello all,
I have a question about possibility of splitting/dividing FLASH sector for active/download image slots.
A bit more context... My target MCU is STM32F756ZGTx, here is its FLASH memory map:

What we want to do is: assign sector 4 (128 kB) and sector 5 (256 kB) as a download image slot; assign sector 6 (256 kB) and half of sector 7 (1/2 * 256 kB = 128 kB) as an active image slot.
My question is: can we do that?
As far as I understand, SWAP and active/download slots should be aligned with FLASH sectors, so the answer would be "NO", but maybe I'm wrong.
Thank in advance!
