Question
Can the STM32WB55 OTA handle encrypted user applications?
As far as I understand, the OTA example provided (BLE_Ota) supports either flashing the user application directly or handing the processing over to CPU2 for decryption of the Wireless firmware (which comes as an encrypted and signed package).
Is it possible to use the BLE_Ota firmware to handle encrypted user applications? If not is there an example how to?