2023-09-14 05:24 PM
Is there an example or link where I can see the code for STM32F407IG Ethernet (UDP) communication?
https://www.st.com/en/embedded-software/stm32cubef4.html
I tried LWIP (UDP) communication by looking at the example in the link, but can you tell me why it doesn't connect?
Error : lwip.c -> ethernetif_set_link(&gnetif);
An error occurs in this part. Could you please tell me a function or method that can be used instead?
Solved! Go to Solution.
2023-09-20 03:40 AM
Hello @younginpark ,
I find these resources with STM32H7, I advise you to take look to these documentations and examples and get inspired from them to create your project.
For that I recommend you these articles:
You can also review the available UDP example on Github :
Hope this helps you!
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-09-20 03:40 AM
Hello @younginpark ,
I find these resources with STM32H7, I advise you to take look to these documentations and examples and get inspired from them to create your project.
For that I recommend you these articles:
You can also review the available UDP example on Github :
Hope this helps you!
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.