2023-03-06 11:41 PM
Hello,
we use wizznet w5500 along with STM32F401RETx in one of our products.
This microcontroller doesn’t have Ethernet MAC peripheral.
We want to implement secure ssl server on this setup.
I have done a research which took me few days, but still I’m bit confused about the way I should go to achive my goal (lwIP + mbedtls or maybe freeRTOS + mbedtls, or maybe just mbedtls with port bind to w5500)
Can I make a TLS/SSL secure server using w5500 and STM32F401RETx? What is the best way to start