cancel
Showing results for 
Search instead for 
Did you mean: 

AES encryption in STM32F407VT06

vchau.2
Associate III

Hi All,

Did Someone use AES encryption/Decryption in STM32F407?, because I'm using existing example of AES encryption and its not working on my board, EN bit isn't enableing.

4 REPLIES 4

The F407 doesn't provide HW CRYPT/HASH, you'd need F417

Need to do in SW​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
vchau.2
Associate III

Sorry, Its STM32F417, by mistake I write STM32F407

Seem to recall the occasional batch where it was disabled.

Need​s the USB/CRYPT/SDIO 48 MHz PLL to be running.

Should be a couple of SPL or HAL examples demonstrating it working.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Piranha
Chief II

> STM32F407VT06

And that's not the only mistake there...

When the registers do not change, typically the peripheral clock is not enabled.