Question
AES on the STM32F423
Posted on June 20, 2018 at 02:01
I want to use AES on the STM32F423 (ie, call CRYP_AES_CBC). But, 'CRYP' does not seem to be defined for the F423 (unlike many other cpus). I assume 'CRYP' is not defined since the 423 does not support hashing and other crypto functions. What is the path to success (bread crumb is fine)? Thanks.
#aes-stm32f423