What is the size of Swap Area in SBSFU application swap mechanism ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-06 4:38 AM
As per SBSFU memory mapping details, to download application remotely, we need to define ACT_SLOT, DNLD_SLOT and SWAP_AREA range.
What is the typical size of swap_area ??
For STM32H753, as we have 2MB Flash only and One Sector 1 127 KB, is reserved for Secure Boot, Then what is the maximum size of Firmware application we can store ??
What is the limit on Application size ??
Solved! Go to Solution.
- Labels:
-
Flash
-
FlashLoader
-
X-Cube-SBSFU
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-06 6:29 AM
Hello,
everything is configurable according to your needs (and your FLASH properties) if you respect some constraints.
You can see AN AN5056, section 3.2.2.
Otherwise, there are sanity checks in the code in sfu_fwimg_swap.c: SFU_IMG_CheckSwapImageHandling().
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-06 6:29 AM
Hello,
everything is configurable according to your needs (and your FLASH properties) if you respect some constraints.
You can see AN AN5056, section 3.2.2.
Otherwise, there are sanity checks in the code in sfu_fwimg_swap.c: SFU_IMG_CheckSwapImageHandling().
