STM32F407IGT6 Ethernet Error
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?
