Hello,
I'm practicing ethernet communication on frdm-k64f, my first step is to build the simple project with only ethernet communication. However, I can't get any ethernet packet after many trying. The project with simple ethernet I build is attached file, the receiving code is from "help on component" on Processor Expert.
The environment of this project is Kinetis Design Studio 3.0 and KSDK 1.x. The hardware is FRDM-K64F.
The way I try to make ethernet packet receiving happen is to connect the ethernet directly to my PC via RJ45. I command PC to Ping the k64f via the network interface card, and network interface card broadcast the ARP request with Dest. addr. ff:ff:ff:ff:ff:ff, as shown in photo by wireshark.
I expect k64f should receive this ethernet packet for the "Dest. addr. ff:ff:ff:ff:ff:ff", but I can't get any packet receiving event in debug mode.
I have already looked two similar post as below, but I still can't get any ethernet packet.
https://community.nxp.com/t5/Processor-Expert-Software/Ethernet-LDD-usage/td-p/286406
https://community.nxp.com/t5/Kinetis-Microcontrollers/Anyone-using-K64F-FRDM-ethernet/m-p/314386#M13...
Can anyone help me out? Is there any problem in configuration of Processor Expert? or is the way I test wrong? or is there modification on FDRM-K64F needed for ethernet connection?