Skip to main content
Associate II
August 28, 2025
Question

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

  • August 28, 2025
  • 1 reply
  • 431 views

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

Andrew Neil
Super User
August 28, 2025
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.
HarshthaRAuthor
Associate II
August 29, 2025

Hi,


There are limitations with respect to Mbed TLS so currently working on WolfSSL . if there are any examples with respect to stm32h7s78-dk. please provide the link for configuration. 
Is it mandatory to use freeRTOS ?? as i have TCP server implementation with LWIP stack without freeRTOS. can I implement wolfSSL for the same.

Thank you,

Harshitha R

Andrew Neil
Super User
August 29, 2025

Again, have you studied the WolfSSL documentation?

 

Have you tried a general internet search; eg,

https://www.google.com/search?q=wolfSSL+LWIP

https://www.google.com/search?q=wolfSSL+LWIP+STM32

(other search engines are available)

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.