2016-11-08 12:43 AM
Hi!
I am the beginner in ethernet on STM32F407.I connected STM32F407 to LAN8720, LAN8720 connected through ethernet cable to PC. I set IP-address 192.168.0.10 (255.255.255.0) for the PC and on the PC I did ping 192.168.0.11. I saw in wireshark that there was ethernet frame of ARP request. I want to receive this frame on STM32F407. Could any body please send me the code example of such program for STM32? I am reading RM0090 for STM32F407, but it is difficult to me to create such program for myself in short time .Thank You!2016-11-11 05:48 AM
Hello,
You may start from the demonstration package of to build your own application and refer to the LwIP examples under .Hope this helps you.Regards