s32k344 lwip example ping not working

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

s32k344 lwip example ping not working

Jump to solution
3,637 Views
malove
Contributor IV

Hello,

I am testing Ethernet using the lwIP TCP/IP stack example.

However, when I ping 192.168.0.200, it shows "Destination host unreachable" and "Request timed out."

I am using the S32K344 EVB T172 SCH-53148 REVB2 700-53148 REV X5 evaluation board.

What could be the problem?

0 Kudos
Reply
1 Solution
3,396 Views
PavelL
NXP Employee
NXP Employee

Hello @malove ,

what version TCP/IP stack are you using? There's a new version S32K3_TCPIP_STACK_2.0.0. But you board is supported by version 1.0.3 as well.

Please check also this Ethernet (board: S32K3X4EVB-T172) _transceiver TJA1103 - NXP Community

Best regards,

Pavel

View solution in original post

0 Kudos
Reply
12 Replies
364 Views
tonnys
Contributor I

hello,

i have the same issue. i have the CANHUBK3 RevA eval board. i have adjusted all pins according the schematics and set the tx pins to driver strength enabled. my usb media converter has the 192.168.0.10 ip address. ping does not work however. i do see traffic from the board on the network (mdns messages)

can you help?

thanks in advance,

Tonny

0 Kudos
Reply
3,619 Views
PavelL
NXP Employee
NXP Employee

Hello @malove ,

Assuming the link partner of EVB is your laptop. Naturally, you need some  RDDRONE-T1ADAPT: Ethernet media converter | NXP Semiconductors to convert 100BASE-T1 to TX. But to avoid any collision with corporate network, RDDRONE needs to be connected to  some USB-to-Ethernet converter which is set to 192.168.0.100 :

PavelL_0-1733298559392.png

Best regards,

Pavel

0 Kudos
Reply
3,596 Views
malove
Contributor IV

Hello, @PavelL 

Based on your guidance, I have performed the following steps:

 

  1. S32K344 Board <--> RAD-STAR2 Media Converter <-LAN to USB-> PC
  2. Changed IPv4 configuration: 192.168.0.10 --> 192.168.0.100

 

However, the command prompt still shows "Destination Host Unreachable."

What should I do next?

studyseok8466_0-1733354306685.png

 

 

0 Kudos
Reply
3,582 Views
PavelL
NXP Employee
NXP Employee

Hello @malove ,

1. please check settings of our RAD STAR2 - it shall be configured as simple media converter (Figure 3, 2. Introduction and Overview — RAD-Star 2 documentation).

2. please check pin configuration of the lwip example with respect to MII/RMII of your board. You may try to set up/check drive strength of TX pins...

Best regards,

Pavel

0 Kudos
Reply
3,579 Views
malove
Contributor IV

Hello @PavelL 

 

studyseok8466_0-1733391176835.png

I have set the RAD-STAR2 to simple media converter mode and executed the lwIP sample code.

 

studyseok8466_1-1733391213910.png

However, there are some messages appearing in the Vehicle SPY 3 program that I don't understand, although it seems that communication is occurring.

Why is there no response to the ping test?

 

0 Kudos
Reply
3,563 Views
PavelL
NXP Employee
NXP Employee

Hello @malove ,

have you checked your MII/RMII pin configuration?

One reason might be that S32K3 is not receiving packets from the PHY.

Best regards,

Pavel

0 Kudos
Reply
3,488 Views
malove
Contributor IV

Sorry for the late reply, @PavelL

I built and downloaded the firmware for the S32K344 EVB board using the lwIP TCP/IP stack code without making any modifications.

Is there anything I need to configure separately?

0 Kudos
Reply
3,466 Views
PavelL
NXP Employee
NXP Employee

Hello @malove ,

yes, please check pin configuration of the lwip example with respect to MII/RMII of your board. You may try to set up/check drive strength of TX pins...

Best regards,

Pavel

0 Kudos
Reply
3,433 Views
malove
Contributor IV

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:

ping 192.168.0.200
 

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.

0 Kudos
Reply
3,397 Views
PavelL
NXP Employee
NXP Employee

Hello @malove ,

what version TCP/IP stack are you using? There's a new version S32K3_TCPIP_STACK_2.0.0. But you board is supported by version 1.0.3 as well.

Please check also this Ethernet (board: S32K3X4EVB-T172) _transceiver TJA1103 - NXP Community

Best regards,

Pavel

0 Kudos
Reply
3,265 Views
malove
Contributor IV

Thanks for all the advice @PavelL .

I changed the media converter settings to make it operate smoothly.

0 Kudos
Reply
3,355 Views
malove
Contributor IV

Hello @PavelL 

I currently use tcpip version 1.0.3 because we have to use RTD 4.0.0

0 Kudos
Reply
%3CLINGO-SUB%20id%3D%22lingo-sub-2006671%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3Es32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2006671%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%3C%2FP%3E%3CP%3EI%20am%20testing%20Ethernet%20using%20the%20lwIP%20TCP%2FIP%20stack%20example.%3C%2FP%3E%3CP%3EHowever%2C%20when%20I%20ping%20192.168.0.200%2C%20it%20shows%20%22Destination%20host%20unreachable%22%20and%20%22Request%20timed%20out.%22%3C%2FP%3E%3CP%3EI%20am%20using%20the%20S32K344%20EVB%20T172%20SCH-53148%20REVB2%20700-53148%20REV%20X5%20evaluation%20board.%3C%2FP%3E%3CP%3EWhat%20could%20be%20the%20problem%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2013998%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2013998%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThanks%20for%20all%20the%20advice%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F233505%22%20target%3D%22_blank%22%3E%40PavelL%3C%2FA%3E%26nbsp%3B.%3C%2FP%3E%3CP%3EI%20changed%20the%20media%20converter%20settings%20to%20make%20it%20operate%20smoothly.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2011568%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2011568%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F233505%22%20target%3D%22_blank%22%3E%40PavelL%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%3CSPAN%3EI%20currently%20use%26nbsp%3B%3C%2FSPAN%3E%3CSPAN%3Etcpip%20version%201.0.3%20because%20we%20have%20to%20use%20RTD%204.0.0%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2011125%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2011125%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F241168%22%20target%3D%22_blank%22%3E%40malove%3C%2FA%3E%26nbsp%3B%2C%3C%2FP%3E%0A%3CP%3Ewhat%20version%20TCP%2FIP%20stack%20are%20you%20using%3F%20There's%20a%20new%20version%20S32K3_TCPIP_STACK_2.0.0.%20But%20you%20board%20is%20supported%20by%20version%201.0.3%20as%20well.%3C%2FP%3E%0A%3CP%3EPlease%20check%20also%20this%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2FS32K%2FEthernet-board-S32K3X4EVB-T172-transceiver-TJA1103%2Fm-p%2F1716962%22%20target%3D%22_blank%22%3EEthernet%20(board%3A%20S32K3X4EVB-T172)%20_transceiver%20TJA1103%20-%20NXP%20Community%3C%2FA%3E%3C%2FP%3E%0A%3CP%3EBest%20regards%2C%3C%2FP%3E%0A%3CP%3EPavel%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2010565%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2010565%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F233505%22%20target%3D%22_blank%22%3E%40PavelL%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3EI%20am%20currently%20using%20the%20%3CSTRONG%3ES32K344EVM-T172%20REV%20B2%3C%2FSTRONG%3E%20board%2C%20and%20I%20have%20not%20modified%20any%20of%20its%20default%20configurations.%3C%2FP%3E%3CP%3EI%20have%20built%20the%20%3CSTRONG%3ELwIP%20TCP%2FIP%20stack%20sample%20code%3C%2FSTRONG%3E%20without%20any%20changes.%20My%20connection%20setup%20is%20as%20follows%3A%3C%2FP%3E%3CP%3E%3CSTRONG%3EPower%20Supply%20%26lt%3B-%26gt%3B%20EVM%20Board%20%26lt%3B-%26gt%3B%20Automotive%20Ethernet%20Cable%20%26lt%3B-%26gt%3B%20RAD-STAR2%20%26lt%3B-%26gt%3B%20LAN%20to%20USB%20and%20USB%20to%20PC.%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3EThe%20network%20configuration%20is%20set%20as%20follows%3A%3C%2FP%3E%3CUL%3E%3CLI%3EIPv4%3A%20%3CSTRONG%3E192.168.0.10%3C%2FSTRONG%3E%3C%2FLI%3E%3CLI%3ESubnet%3A%20%3CSTRONG%3E255.255.255.0%3C%2FSTRONG%3E%3C%2FLI%3E%3C%2FUL%3E%3CP%3EAfter%20completing%20the%20setup%2C%20I%20opened%20the%20command%20prompt%20and%20ran%20the%20following%20command%3A%3C%2FP%3E%3CDIV%20class%3D%22%22%3E%3CDIV%20class%3D%22%22%3Eping%20192.168.0.200%3C%2FDIV%3E%3CDIV%20class%3D%22%22%3E%26nbsp%3B%3C%2FDIV%3E%3C%2FDIV%3E%3CP%3EHowever%2C%20the%20result%20was%3A%3C%2FP%3E%3CDIV%20class%3D%22%22%3E%3CDIV%20class%3D%22%22%3EReply%20%3CSPAN%20class%3D%22%22%3Efrom%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22%22%3E192.168%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3E.0%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%3E.10%3C%2FSPAN%3E%3A%20Destination%20host%20unreachable.%3C%2FDIV%3E%3C%2FDIV%3E%3CP%3EAre%20there%20any%20additional%20factors%20or%20settings%20I%20should%20consider%20in%20this%20scenario%3F%3C%2FP%3E%3CP%3EThank%20you%20in%20advance%20for%20your%20help.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2009730%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2009730%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F241168%22%20target%3D%22_blank%22%3E%40malove%3C%2FA%3E%26nbsp%3B%2C%3C%2FP%3E%0A%3CP%3Eyes%2C%26nbsp%3B%3CSPAN%3Eplease%20check%20pin%20configuration%20of%20the%20lwip%20example%20with%20respect%20to%20MII%2FRMII%20of%20your%20board.%20You%20may%20try%20to%20set%20up%2Fcheck%20drive%20strength%20of%20TX%20pins...%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EBest%20regards%2C%3C%2FP%3E%0A%3CP%3EPavel%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2009568%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2009568%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESorry%20for%20the%20late%20reply%2C%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F233505%22%20target%3D%22_blank%22%3E%40PavelL%3C%2FA%3E%3C%2FP%3E%3CP%3EI%20built%20and%20downloaded%20the%20firmware%20for%20the%20S32K344%20EVB%20board%20using%20the%20lwIP%20TCP%2FIP%20stack%20code%20without%20making%20any%20modifications.%3C%2FP%3E%3CP%3EIs%20there%20anything%20I%20need%20to%20configure%20separately%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2008179%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2008179%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F241168%22%20target%3D%22_blank%22%3E%40malove%3C%2FA%3E%26nbsp%3B%2C%3C%2FP%3E%0A%3CP%3Ehave%20you%20checked%20your%20MII%2FRMII%20pin%20configuration%3F%3C%2FP%3E%0A%3CP%3EOne%20reason%20might%20be%20that%20S32K3%20is%20not%20receiving%20packets%20from%20the%20PHY.%3C%2FP%3E%0A%3CP%3EBest%20regards%2C%3C%2FP%3E%0A%3CP%3EPavel%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2008044%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2008044%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F233505%22%20target%3D%22_blank%22%3E%40PavelL%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CBR%20%2F%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22studyseok8466_0-1733391176835.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22studyseok8466_0-1733391176835.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22studyseok8466_0-1733391176835.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22studyseok8466_0-1733391176835.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F314293i6164E257F6D3E4F4%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22studyseok8466_0-1733391176835.png%22%20alt%3D%22studyseok8466_0-1733391176835.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EI%20have%20set%20the%20RAD-STAR2%20to%20simple%20media%20converter%20mode%20and%20executed%20the%20lwIP%20sample%20code.%3C%2FP%3E%3CBR%20%2F%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22studyseok8466_1-1733391213910.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22studyseok8466_1-1733391213910.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22studyseok8466_1-1733391213910.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22studyseok8466_1-1733391213910.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F314294i5D85A7FFAB8E1876%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22studyseok8466_1-1733391213910.png%22%20alt%3D%22studyseok8466_1-1733391213910.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EHowever%2C%20there%20are%20some%20messages%20appearing%20in%20the%20Vehicle%20SPY%203%20program%20that%20I%20don't%20understand%2C%20although%20it%20seems%20that%20communication%20is%20occurring.%3C%2FP%3E%3CP%3EWhy%20is%20there%20no%20response%20to%20the%20ping%20test%3F%3C%2FP%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2007985%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2007985%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F241168%22%20target%3D%22_blank%22%3E%40malove%3C%2FA%3E%26nbsp%3B%2C%3C%2FP%3E%0A%3CP%3E1.%20please%20check%20settings%20of%20our%20RAD%20STAR2%20-%20it%20shall%20be%20configured%20as%20simple%20media%20converter%20(Figure%203%2C%20%3CA%20href%3D%22https%3A%2F%2Fcdn.intrepidcs.net%2Fguides%2FRAD-Star2%2FIntroduction-and-Overview.html%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3E2.%20Introduction%20and%20Overview%20%E2%80%94%20RAD-Star%202%20documentation%3C%2FA%3E).%3C%2FP%3E%0A%3CP%3E2.%20please%20check%20pin%20configuration%20of%20the%20lwip%20example%20with%20respect%20to%20MII%2FRMII%20of%20your%20board.%20You%20may%20try%20to%20set%20up%2Fcheck%20drive%20strength%20of%20TX%20pins...%3C%2FP%3E%0A%3CP%3EBest%20regards%2C%3C%2FP%3E%0A%3CP%3EPavel%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2007596%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2007596%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F233505%22%20target%3D%22_blank%22%3E%40PavelL%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3EBased%20on%20your%20guidance%2C%20I%20have%20performed%20the%20following%20steps%3A%3C%2FP%3E%3CBR%20%2F%3E%3COL%3E%3CLI%3ES32K344%20Board%20%26lt%3B--%26gt%3B%20RAD-STAR2%20Media%20Converter%20%26lt%3B-LAN%20to%20USB-%26gt%3B%20PC%3C%2FLI%3E%3CLI%3EChanged%20IPv4%20configuration%3A%20192.168.0.10%20--%26gt%3B%20192.168.0.100%3C%2FLI%3E%3C%2FOL%3E%3CBR%20%2F%3E%3CP%3EHowever%2C%20the%20command%20prompt%20still%20shows%20%22Destination%20Host%20Unreachable.%22%3C%2FP%3E%3CP%3EWhat%20should%20I%20do%20next%3F%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22studyseok8466_0-1733354306685.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22studyseok8466_0-1733354306685.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22studyseok8466_0-1733354306685.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22studyseok8466_0-1733354306685.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F314155iEF47053AC64075BF%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22studyseok8466_0-1733354306685.png%22%20alt%3D%22studyseok8466_0-1733354306685.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2006750%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2006750%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F241168%22%20target%3D%22_blank%22%3E%40malove%3C%2FA%3E%26nbsp%3B%2C%3C%2FP%3E%0A%3CP%3EAssuming%20the%20link%20partner%20of%20EVB%20is%20your%20laptop.%20Naturally%2C%20you%20need%20some%20%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fwww.nxp.com%2Fproducts%2Finterfaces%2Fethernet-%2Fautomotive-ethernet-phys%2Fethernet-media-converter-for-drones-rovers-mobile-robotics-and-automotive%3ARDDRONE-T1ADAPT%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3ERDDRONE-T1ADAPT%3A%20Ethernet%20media%20converter%20%7C%20NXP%20Semiconductors%3C%2FA%3E%26nbsp%3Bto%20convert%20100BASE-T1%20to%20TX.%20But%20to%20avoid%20any%20collision%20with%20corporate%20network%2C%20RDDRONE%20needs%20to%20be%20connected%20to%26nbsp%3B%20some%20USB-to-Ethernet%20converter%20which%20is%20set%20to%20192.168.0.100%20%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22PavelL_0-1733298559392.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22PavelL_0-1733298559392.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22PavelL_0-1733298559392.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22PavelL_0-1733298559392.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F313955i799EA7D65FCDC73C%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22PavelL_0-1733298559392.png%22%20alt%3D%22PavelL_0-1733298559392.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EBest%20regards%2C%3C%2FP%3E%0A%3CP%3EPavel%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2192978%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20s32k344%20lwip%20example%20ping%20not%20working%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2192978%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ehello%2C%3C%2FP%3E%3CP%3Ei%20have%20the%20same%20issue.%20i%20have%20the%20CANHUBK3%20RevA%20eval%20board.%20i%20have%20adjusted%20all%20pins%20according%20the%20schematics%20and%20set%20the%20tx%20pins%20to%20driver%20strength%20enabled.%20my%20usb%20media%20converter%20has%20the%20192.168.0.10%20ip%20address.%20ping%20does%20not%20work%20however.%20i%20do%20see%20traffic%20from%20the%20board%20on%20the%20network%20(mdns%20messages)%3C%2FP%3E%3CP%3Ecan%20you%20help%3F%3C%2FP%3E%3CP%3Ethanks%20in%20advance%2C%3C%2FP%3E%3CP%3ETonny%3C%2FP%3E%3C%2FLINGO-BODY%3E