STM32L4A6 with SBSFU and external flash
Hi,
I'm trying to get started with the SBSFU (2.6.2) on my custom board running an STM32L4A6. I've got a large external SDMMC flash chip (4GB) connected to the STM32 that I use for user application purposes. I'd like to allocate a small section of this chip to act as the download slot for the SBSFU, but I want to understand the implications, if any, for the SBSFU.
I've read through the SBSFU User Manual and Integration Guide, but I'm still not completely sure on the following:
1. I'd like to be able to use the full STM32 internal flash space for a single image, and have my download slot be in the external flash. So basically a 2_Images config with external flash.
2. I saw one of the examples in SBSFU package is a 2_Images config with external SPI flash, so I think I'd just be modifying this example to include the drivers for the SDMMC flash instead of SPI?
3. Will I still be able to store the downloaded image as an encrypted image in the external flash, even though my chip doesn't support OTFDEC? I'm okay with using the default AES-CBC mode.
Is there anything about this approach I should be aware of?
Thank you
