Skip to main content
Associate
May 6, 2024
Solved

STM32 cryptographic firmware library for STM32U5

  • May 6, 2024
  • 1 reply
  • 850 views

Hey,

in the past we used a STM32F4 and in the new Gen I will use the a STM32U5 and there is my questen about the cryptographic firmware in the past we could use the libSTM32CryptographicV3.0.0_CM4_GCC.a but now is there also a Lib for the stm32u5?

 

This topic has been closed for replies.
Best answer by Streitler

FYI: I added the crypto lib from the STM32CUBEMX but it does not work at all, I use the RSA and AES and also the HMAC_SHA256 but I keep keeting errors like undefined reference, I included everything in path and symbols but there is no SRC folder with a libary but instant there is a X509 folder with source and header files.

1 reply

StreitlerAuthorBest answer
Associate
May 7, 2024

FYI: I added the crypto lib from the STM32CUBEMX but it does not work at all, I use the RSA and AES and also the HMAC_SHA256 but I keep keeting errors like undefined reference, I included everything in path and symbols but there is no SRC folder with a libary but instant there is a X509 folder with source and header files.