2021-12-14 02:46 AM
I don't see any crypto.h file in the entire workspace how will I get this file
Solved! Go to Solution.
2021-12-14 03:19 AM
You need to install a crypto lib in addition, see X-CUBE-SAFEA1/Middlewares/ST/STM32_Cryptographic/readme.txt
hth
KnarfB
2021-12-14 03:19 AM
You need to install a crypto lib in addition, see X-CUBE-SAFEA1/Middlewares/ST/STM32_Cryptographic/readme.txt
hth
KnarfB
2021-12-14 04:20 AM
Thanks!!
2021-12-14 05:08 AM
After reading the readme I had download the "x-cube-cryptolib" and followed the procedure given in readme and successfully compile the Authentication example.
Now I want to ask that I want to run this for STM32G4 series but in the cryptolib there is no such folder STM32G4. For the Authentication example that I had compiled there was folder of STM32L4 in the cryptolib. Can you guide me regarding to this?????
2021-12-14 05:54 AM
There are several variants around. The current version here https://www.st.com/en/embedded-software/x-cube-cryptolib.html should contain what you need.
hth
KnarfB