2025-08-28 5:02 AM - last edited on 2025-08-29 1:38 AM by Andrew Neil
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
2025-08-28 5:17 AM
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
2025-08-29 12:16 AM
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
2025-08-29 1:36 AM
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)