port SBSFU to an stm32f756 project
Hi, I want to port SBSFU to my project which was written for the STM32F756VGT microcontroller by Keil.
So I have some questions regarding this situation.
At first, I took the `STM32F769I-Discovery` example of SBSFU as a base project that I need to make my changes to `2_Images_SBSFU` and `2_Images_SECoreBin` projects and also replace my project with `2_Images_UserApp` and also make some changes to it too.
so here I am, I want to change the addresses in mapping_fwimg.h.
- Should I take the SWAP part as large as 256KB? -as it is the largest sector of flash-
- I can't use a lower size than 256KB for the SWAP, right?
- If it is so, how should I set the slot sizes? On page 14 of an5056, it says it should be multiple of swap size. so does it mean that I should use sector5 for slot0-256KB- and sector6 for slot1-256KB-?
