Skip to content

Hardware crypto accelerated support #1045

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hockeymikey opened this issue Apr 27, 2020 · 1 comment
Closed

Hardware crypto accelerated support #1045

hockeymikey opened this issue Apr 27, 2020 · 1 comment
Labels
answered question ❓ Usually converted as a discussion

Comments

@hockeymikey
Copy link
Contributor

So the STM32 F756ZG has hardware crypto acceleration. #963 #1014 reference that this isn't supported in Arduino. I'd like a greater explanation on this and the possibility if it can be supported in the F756ZG and like wise boards.

@fpistm
Copy link
Member

fpistm commented Apr 27, 2020

Hi,
well it is simply not supported. I don't see what tell more. There is no dedicated code at the high API level (Arduino library, API,...) to support this feature in the STM32 core. For issue you referenced, it is simply mentioned this is the same board except the x5x have the hardware crypto available, so the board (MCU) are the same.
Anyway as the HAL/LL are available, it can be used by enabling HAL_CRYP_MODULE_ENABLED and then you can use all HAL/LL API.

@fpistm fpistm added question ❓ Usually converted as a discussion answered labels Apr 27, 2020
@fpistm fpistm closed this as completed Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered question ❓ Usually converted as a discussion
Projects
None yet
Development

No branches or pull requests

2 participants