Firmware image size required for AES CBC encryption
I am trying out the sample project
STM32CubeExpansion_SBSFU_V2.2.0/Projects/NUCLEO-H753ZI/Applications/1_Image.
I have completed the following build steps:
prebuild.py
Build SECoreBin
Build SBSFU
Build UserApp
The last step postbuild.py (which is SECBOOT_ECCDSA_WITH_AES128_CBC_SHA256.sh) has an assert:
Exception: AES CBC encryption requires the Firmware Image size (22232 bytes) to be a multiple of the AES block size (16 bytes)
I don't know how to get around the problem.
