Hello @PavelL
I am currently using the S32K344EVM-T172 REV B2 board, and I have not modified any of its default configurations.
I have built the LwIP TCP/IP stack sample code without any changes. My connection setup is as follows:
Power Supply <-> EVM Board <-> Automotive Ethernet Cable <-> RAD-STAR2 <-> LAN to USB and USB to PC.
The network configuration is set as follows:
- IPv4: 192.168.0.10
- Subnet: 255.255.255.0
After completing the setup, I opened the command prompt and ran the following command:
However, the result was:
Reply from 192.168.0.10: Destination host unreachable.
Are there any additional factors or settings I should consider in this scenario?
Thank you in advance for your help.