Skip to main content
JCent
Associate
August 1, 2018
Question

Is STM32L432KC capable of integrating mbed TLS or any other TLS module?

  • August 1, 2018
  • 2 replies
  • 1084 views

Hi everyone, I'm trying to port mbed TLS to L432KC MCU however I lack some knowledge about TLS, is this MCU capable of running mbed TLS? I already have both Ethernet and Internet parts solved thanks to a SPI Wiznet chip and I know that the MCU needs a RNG source, which it already has, however I don't feel confident after reading something about Cryptographic library and HW acceleration which is not implemented on L432KC as far as I know. Also CubeMX doesn't bring the mbed-tls option for this MCU.

I just want to add the TLS encryption layer but I need to know if it will be possible before spending more time trying to port, thanks.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
August 8, 2018

Can't help you, bumping off my feed

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
JCent
JCentAuthor
Associate
August 10, 2018

Nvm, I did integrate mbed TLS with HAL, W5500 and Nucleo L432KC.