cancel
Showing results for 
Search instead for 
Did you mean: 

Does stm32f107 support with en.STM32CubeExpansion_Crypto?

ALin.6
Associate II

I'm try to develop encryption functionality. 
Two optionnal,

1. stm32  lib  "en.STM32CubeExpansion_Crypto"
2. mbedtls 
So I have to question about it. 
1.  Does stm32F107 support "en.STM32CubeExpansion_Crypto".

2.  If were you, which option do you have? 

2 REPLIES 2
ALin.6
Associate II

If select mbedtls seems RAM not big enough. 

STea
ST Employee

Hello @ALin.6 ,

you can use the en.STM32CubeExpansion_Crypto it's available across all STM32 series. For the STM32F107 you can use the libSTM32Cryptographic_CM3.a available in the x-cube-cryptolib package.

You can follow the following tutorial to see how to integrate the library into your project .

BR 

In order 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.