cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F767ZI NUCLEO TCP/IP client without RTOS

rdevisetti
Associate II

How to write code for TCP client on the STM32F767ZI based NUCLEO board without using any RTOS on STM32Cube IDE? Do you have any example code? Also looking for TCP server code that is working... Please respond with details and the sample program if you have one. It is little urgent. Thanks!

1 REPLY 1
MOEZBEJ
ST Employee

hello @rdevisetti , 

For developing a TCP client on the STM32F767ZI NUCLEO board without using any RTOS, you can find useful example code in the STM32Cube firmware package. Specifically, you can refer to the examples on Github : 

https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32756G_EVAL/Applications/LwIP

LwIP_TCP_Echo_Client

LwIP_TCP_Echo_Server

 You can adapt the examples to fit the STM32F767ZI NUCLEO board and your specific requirements.

Br