2024-05-06 07:33 AM
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?
Solved! Go to Solution.
2024-05-06 11:59 PM
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.
2024-05-06 11:59 PM
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.