Data Transmitt and Receive through Ethernet(Nucleo H745ZI_Q)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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 .
- Labels:
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-05 1:20 AM - edited ‎2023-09-05 1:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-06 9: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.
