MCUBoot size
Hi,
I'm currently exploring the solutions to develop a bootloader on a STM32U535. I'm looking into the MCUBoot based examples provided by ST : SBSFU projects.
After some investigations, I noticed that the SBSFU_Boot memory footprint was ~80ko and the SBSFU_Loader one was 24ko. For MCUs with limited flash size like STM32U535xB, this leaves almost no space for the application.
Is there a way to reduce MCUboot size ? For instance, by disabling non essential modules ?
Or maybe am I doing something wrong and memory footprint should be lower ?
Pierre
