2025-12-30 2:33 AM - last edited on 2025-12-30 3:05 AM by Andrew Neil
Greetings everyone,
Using the C programming language, I'm creating the encryption algorithm AES-256 code for a trusted execution environment and checking to see if the hardware supports it.
AES/CRYP enabling is giving me trouble. I can't find it under Connectivity or Security, and I can't enable it with STM32CubeMX.
I'm getting this error, so please assist.
2025-12-30 3:28 AM
Hello,
What crypto version you are trying to use? Cryptolib (a cryptographic library totally implemented by software)? or the Crypt peripheral? and which STM32L5 part number are you using?