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 HTTPS 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)
I have this sample from Wizznet:
and this from mbedtls:
but it is not well commented for me.
Can I make a TLS/SSL HTTPS server using w5500 and STM32F401RETx? What is the best way to start implementing it?