Skip to main content
Visitor II
November 17, 2023
Question

Does stm32f107 support with en.STM32CubeExpansion_Crypto?

  • November 17, 2023
  • 2 replies
  • 912 views

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? 

    This topic has been closed for replies.

    2 replies

    ALin.6Author
    Visitor II
    November 17, 2023

    If select mbedtls seems RAM not big enough. 

    ST Employee
    November 17, 2023

    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