2024-04-11 11:37 PM
Hello,
how do I find out which development environment to compile the examples with?
E.g. https://www.st.com/en/embedded-software/x-cube-crypto-v3.html
Thanks in advance.
- Martin
2024-04-11 11:55 PM - edited 2024-04-12 04:24 AM
Hello @Martin42
You can compile the examples of the X-CUBE-CRYPTO-V3 using Keil or IAR.
PS: The legacy STM32 cryptographic library package (X-CUBE-CRYPTO-V3) is no more maintained. Refer to new STM32 cryptographic library package (www.st.com/en/product/x-cube-cryptolib) to have an up to date version of the package, supporting all STM32 Series.
Those examples can be compiled using our STM32CubeIDE, Keil and IAR.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-04-12 12:15 AM
Hi @STTwo-32 ,
That's why I can't compile it with the Atollic TrueSTUDIO for STM32 9.3.0 development environment?
I have already found the current x-cube-cryptolib, but unfortunately an incorrect SHA256 hash is calculated when I copy it into my existing project with Atollic TrueSTUDIO for STM32 9.3.0.
Unfortunately I can't switch to STM32CubeIDE 1.13.1, otherwise everything will have to be tested again.
https://community.st.com/t5/stm32-mcus-embedded-software/x-cube-cryptolib-computed-sha256-hash-wrong/td-p/660912
Maybe you have a solution for this?
Best Regards
Martin