Hello,
I am implementing Ethernet communication using the LWIP TCP/IP stack on an S32K314 MCU.
Using the S32K344 EVM board, I confirmed that the ARP command (ping 192.168.0.200) works when running the LWIP sample code.

However, when using the same circuit configuration on the S32K314 board, the ping command does not receive a response.


Debugging code revealed that the IP, netmask, and gateway were correctly assigned to the network interface. Additionally, the arp -a command showed that the physical connection seems to be successful.
However, I discovered that the receive interrupt for the ping command is not triggered.
Could you check if there might be any issues with my interrupt settings?
Thank you.