cancel
Showing results for 
Search instead for 
Did you mean: 

Integration of xcube Cryptolib for STM32F303RE

hegde_08
Associate III

I am trying to integrate Crypto lib to NUCLEOF303RE Board, Any guide or any suggestions would help 

2 REPLIES 2
KDJEM.1
ST Employee

Hello @hegde_08 ,

 

Which toolchain are you using?

I recommend you to look at these articles:

How to add external libraries in STM32CubeIDE - STMicroelectronics Community

How to add external libraries in Keil® MDK-ARM: An example using X-CUBE-CRYPTOLIB... - STMicroelectronics Community.

The main objective of these articles is to describe the steps for integrating an external library like as X-CUBE-CRYPTOLIB.

 

Thank you.

Kaouthar

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.

mƎALLEm
ST Employee

In addition to what @KDJEM.1 said and the article provided (treating a product having Cortex-M3),  STM32F303 MCU has Cortex-M4 so you need to use the cryptographic library related to Cortex-M4 which is libSTM32Cryptographic_CM4.a.

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.