2023-11-16 06:20 PM
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?
2023-11-16 06:23 PM
If select mbedtls seems RAM not big enough.
2023-11-17 01:45 AM
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