is Firmware encryption support on STM32H753VI ??
As per Firmware encryption need, we need to have OTFDEC module and External Flash, where we can store Encrypted firmware on External Flash and on every reset of MCU, we decrypt on the fly with help of OTFDEC module and load it on RAM. From there it can execute.
But here in SBSFU examples, for STM32H753ZI, we see SECBOOT_ECCDSA_WITH_AES128_CBC_SHA256 crypto scheme, where it is encrypting the firmware as well. is it available on production mode of STM32H753VI as well ??
if it is, then how it is possible without OTFDEC & External Flash ??
