2018-08-01 10:39 AM
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.
2018-08-08 02:06 PM
Can't help you, bumping off my feed
2018-08-10 12:50 PM
Nvm, I did integrate mbed TLS with HAL, W5500 and Nucleo L432KC.