Does Stm32l496zgt6 have AES hardware
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-08 12:40 AM - edited ‎2023-11-08 12:43 AM
Hi,
I'm working on STM32L496 for some security application, as per L4 series documents I see that L4 series controllers has AES hardware, but in my IOC settings under security option I don't see the AES.
Why is this? does it mean STM32L496 doesn't have AES hardware inbuilt? if yes is there any software approach?
Thanks
- Labels:
-
Cryptography
-
SBSFU
-
STM32 Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-08 12:58 AM
Hello @ML2020 ,
The STM32L496 does not support AES hardware accelerator.
It seems there is a mistake in the RM0351 rev 9 at beginning of chapter 28 page 833
Instead of
This section applies to STM32L49x/L4Ax devices only.
it should be
This section applies to STM32L48x/L4Ax devices only.
You can check in related datasheets.
Best regards
Jocelyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-08 5:21 AM
answering your question "if yes is there any software approach?"
if you want to do this by software you can used ST cryptographic library found in this link and a guide on how to incorporate it into you project in here .
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-08 5:31 AM
There's always a software approach..
Up vote any posts that you find helpful, it shows what's working..
