2023-09-04 10:18 PM
Hello , I have a Nucleo H745ZI_Q board here Ethernet configuration and ping test done . Ping Test successfully ping's .Next i want send data from PC to Board or receive data How and where should i process(in code - function )the data and how should i achive . (Am using FREERTOS ) checking ping test in command prompt .
2023-09-05 01:20 AM - edited 2023-09-05 01:20 AM
2023-09-06 09:30 AM
As almost all code from ST, the knowledge base article presents broken code. And ControllersTech site is also made by a similarly incompetent "genius". The real issues are collected there:
How and where should i process(in code - function )the data and how should i achive .
So you "just" have to learn how to use the lwIP and IP stacks in general. By the way, lwIP has 3 different API levels. The lwIP has official examples with the code and two web pages, ST has examples and the internet is full of code based on lwIP.