cancel
Showing results for 
Search instead for 
Did you mean: 

stm32h7s78-dk how to integrate wolfSSL to TCP/IP client program

HarshthaR
Associate

Hi,

I need to enable wolfSSL to TCP/IP client and server program with LWIP stack without freeRTOS. How it can be done?. Need sample example for the same board.

I'm attaching my code for which i need to enable wolfSSL.

Thanks in advance.

Thanks and Regards,

Harshitha R

1 REPLY 1
Andrew Neil
Super User

Have you given up on MbedTLS: https://community.st.com/t5/stm32-mcus-embedded-software/stm32h7s78-dk-how-to-integrate-mbedtls-to-the-tcp-ip-server/td-p/834536 ?

 

Did you check the WolfSSL documentation?

eg, https://www.wolfssl.com/wolfssl-lwip-support/

 

Previously, on this forum:

https://community.st.com/t5/stm32cubemx-mcus/add-wolfssl-to-a-lwip-example/td-p/684999

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.