Guide to setting up FreeRtos TCP/IP in STM32F767ZI Nucleo?

Hi! I am new to embedded. I am trying to set up a server on the STM32 Nucleo board with TCP/IP support . Are there any good guides and to do this ?

Hi @shiva_uchiha

Welcome! This website has nice resources and graphics for understanding how a simple TCP server works. We have this TCP server demo which should work on your board with some changes. Namely, in the demo makefile you’ll need to update which board port that demo builds with, swapping NetworkInterface/linux port files for NetworkInterface/STM32Fxx port files.

That’s at a high-level. Does that make sense? If not, once I free up again later today I can provide more detailed, step-by-step instructions.