FRDM-MCXN947 Ethernet Wired Connectivity

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

FRDM-MCXN947 Ethernet Wired Connectivity

13,862 Views
Fpetersen
Contributor II

Greetings, I'm new with NXP development Kits and I've trying to understand it better.  Since I'm new, I've been using the examples from the Application Hub and I most of the times don't even change it. Well let's get to the point, I've been trying to enable the interface of a shield (NAFE13388) but nothing works. Here is the link from application hub of NAFE13388 universal analog sensing module with wired connectivity:   https://mcuxpresso.nxp.com/appcodehub?_gl=1*vpq9re*_ga*NzgzOTM2MjAxLjE3NjMxNDQ2MjY.*_ga_WM5LE0KMSH*c...

I followed the tutorial step by step but the computer never recognized the FRDM-MCXN947 ethernet port, I tried to ping it, tried to see if the ip address appeared in the CMD, but it never worked, even when I tried to use a router the computer wouldn't recognized it. The terminal in the IDE always showed normally:

Transport: Network (TCP/IP)
NAFE device PN: 13388b40, rev. c2   NAFE device SN:   7f5c60521b
Static IP address configured for board:
IP address: 192.168.0.2
   Netmask: 255.255.255.0
   Gateway: 192.168.0.1
Initializing PHY...
Link UP."                  

If I tried to change the IP address in the app.h it would change in the terminal and link it up, but never get recognized by the computer. I tried to use another code to see if it was a code problem (I used frdmmcxn947_lwip_ping_freertos_cm33 that is from sdk examples) and had the same issue. There was no physical problem since the sensors would work when I tried other examples by delivering messages by the serial and the ethernet cables were working just fine. I don't know if it as problem with the board itself or it's me. But I would be very thankful if someone could help me with that 

 




0 Kudos
Reply
13 Replies

13,751 Views
RomanVR
NXP Employee
NXP Employee

Hello @Fpetersen, hope you are doing well.

I have tried the "frdmmcxn947_lwip_ping_freertos_cm33" example from the SDK (version 25.09 and MCUXpresso 25.6.136) and it worked properly, as I received in my computer the pings from the FRDM board. Could you please share the steps that you followed in order to test the ping example?

Best Regards!
0 Kudos
Reply

13,743 Views
Fpetersen
Contributor II

Hello, how are you today??

Well, I followed the normal steps, I imported the example from the MCUXpresso as a SDK example, connected the USB Cable and the ethernet Cable. Built the project and debugged, sent to the board and got in the terminal the normal message:
************************************************
PING example
************************************************
IPv4 Address : 192.168.0.102
IPv4 Subnet mask : 255.255.255.0
IPv4 Gateway : 192.168.0.1
************************************************
ping: send 192.168.0.1
ping: send 192.168.0.1

Turned off my Wifi board (Thinking that maybe was the problem) and set a static IP in the ethernet board on the computer to receive the IPV4 from the NXP board, and didn't matter how many times I ping or if I tried to change the IPV4 address from the NXP board, it always got the  same message from CMD: "Destination host unreachable" or "timed out", tried the same board with another computer but got the same results 

0 Kudos
Reply

13,674 Views
RomanVR
NXP Employee
NXP Employee

Hello @Fpetersen, I'm doing good, thank you.

Could you please also share with me which MCUXpresso and SDK you are using? Additionally, since the "frdmmcxn947_lwip_ping_freertos_cm33" example is meant to be used with static IP assignment, could you please confirm if you are setting your PC IP to the one used in the example and the subnet mask to "255.255.255.0"?

If you have not changed your PC IP and subnet mask, please try by changing these parameters. If you have changed them, please try to do a mass erase (you should be able to do it in MCUXpresso with the GUI Flash Tool) and let me know if the behavior persists.

Best Regards!
0 Kudos
Reply

13,631 Views
Fpetersen
Contributor II

Hello, nice to read that you have been doing well @RomanVR , I'm glad!

Well for your questions, I've been using the MCUXpresso IDE v25.6.136 and the sdk is SDK_2x._FRDM-MCXN947 v25.9.000 . Yes im using the subnet mask as  you told "255.255.255.0" and for the board from frdm IP I'm letting the standard from the code as the one, but for the board in the computer I'm chaging to put as 192.168.0.200 to not ping the PC board by mistake instead of ping the FRDM board. 
I did check the mass erase as you asked, It was already selected, so that its not the problem and the behavior does persist, I sent some prints from my screen (As you can see I'm also using CMD as adm) 

0 Kudos
Reply

13,581 Views
Fpetersen
Contributor II
Sorry, just said something wrong and I don't wanna to make things more confusing, the FRDM board is the 192.168.0.200 (I change it to try to see if the ip was the problem, but it has the same result if it was 192.168.0.102) and the computer board ethernet is 192.168.0.100 (and the ehternet computer works by cable so thats not a port problem) sorry for the mistake @RomanVR
0 Kudos
Reply

13,568 Views
RomanVR
NXP Employee
NXP Employee

Hello @Fpetersen, no problem at all!

I'm not being able to reproduce your issue, I have tried also changing the FRDM IP to yours (192.168.1.200) and I also see that in your serial terminal, you are pinging to an IP 192.168.1.1, however you told me that you configured your computer to 192.168.1.100.

Could you please help me to confirm that you are setting your computer static IP properly as well as your subnet mask? Also, is there any possibility of having a firewall that may be blocking the communication?

Best Regards!
0 Kudos
Reply

13,558 Views
Fpetersen
Contributor II

Thank you for being so kind!! Sorry for the delay, I changed my windows language to help you out too. Maybe send you that prints in portuguese would not helpful 

As for IP, I changed mine to exactly the same as yours in the last message and couldn't find it in CMD commands as ping or arp -a. As you can see also sent in my prints I tried it offline and didn't work. I sent the screenshot of my static configuration and for last I don't think would be firewall problem since I used in two different computers who doesn't have the same configuration nor the same intention as how to be used, so both of them are not related.

I'm starting to think that maybe is a faulty part, I really don't know how to progress. 

And thank you for being patient and for the assistance!! @RomanVR 
Best wishes!

0 Kudos
Reply

13,460 Views
RomanVR
NXP Employee
NXP Employee

Hi @Fpetersen, thank you too for your collaboration.

Could you please help me by importing again the ping example to your workspace just to have a clean example with no modifications and load it to the board? I'll share with you the procedure I followed to run the example:

  1. Imported the frdmmcxn947_lwip_ping_freertos_cm3 example from the SDK.
  2. Built and flashed the example to the board.
  3. Changed testing PC's IP to static 192.168.1.100 and the subnet mask to 255.255.255.0
  4. Checked and disabled for any firewall limitation.
  5. Connected the Ethernet cable and waited for PC to identify the connection.
  6. Received pings from the board and was able to ping the board by cmd.

Additionally, do you happen have another FRDM board to test the example with? Just to discard any issue with the current board.

Best Regards!
0 Kudos
Reply

13,094 Views
Fpetersen
Contributor II

Sorry for the late response, I forgot my notebook at work and everything was there

Answering your last message, I tried to reinstall everything and tried it out the way you said to do. I got the same results as you can see from the prints. I disable my wifi board and the ethernet board says "unidentified network" but it recognize the board (the one inside the computer) and the ping is fine. Still, the frdm doesn't seems to work at all and I don't have another similar to this one, maybe the board is the problem???

Thank you for your patience, 
best regards

0 Kudos
Reply

13,068 Views
RomanVR
NXP Employee
NXP Employee

Hello @Fpetersen.

It is an expected behavior for the board to appear as an "Unidentified Network" when connected to the PC.

Could you please share a detailed picture of your FRDM board? The purpose of this picture is to check the jumper configuration and other details that may be causing this issue.

Best Regards!
0 Kudos
Reply

12,922 Views
Fpetersen
Contributor II

Surely, I took some random pictures and if you want more just tell me

thank you for the support!!

0 Kudos
Reply

12,846 Views
RomanVR
NXP Employee
NXP Employee

Hi @Fpetersen, hope you are doing well.

I have seen your images and everything seems in order within the board. Could you please help us by testing the example on a personal PC? Since all of the tests done on our side have been generating the proper results.

Please let me know if you are able to do these tests.

Best Regards!
0 Kudos
Reply

10,437 Views
Fpetersen
Contributor II

Hello @RomanVR, sorry for my late response, the end of the year was kinda messy

Well, I tried in my personal PC, even formatted it, but still the same problems, I guess maybe the board came faulty. I thank you a lot for the help and all the test you made! It made me understand even better the board and coding, but sadly it was just not meant to work. 

I hope you have a great year and we maybe see each other another time,
My Greatest Regards,
Felipe

%3CLINGO-SUB%20id%3D%22lingo-sub-2253132%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EFRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2253132%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EGreetings%2C%20I'm%20new%20with%20NXP%20development%20Kits%20and%20I've%20trying%20to%20understand%20it%20better.%26nbsp%3B%20Since%20I'm%20new%2C%20I've%20been%20using%20the%20examples%20from%20the%20Application%20Hub%20and%20I%20most%20of%20the%20times%20don't%20even%20change%20it.%20Well%20let's%20get%20to%20the%20point%2C%20I've%20been%20trying%20to%20enable%20the%20interface%20of%20a%20shield%20(NAFE13388)%20but%20nothing%20works.%20Here%20is%20the%20link%20from%20application%20hub%20of%20NAFE13388%20universal%20analog%20sensing%20module%20with%20wired%20connectivity%3A%26nbsp%3B%20%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fmcuxpresso.nxp.com%2Fappcodehub%3F_gl%3D1*vpq9re*_ga*NzgzOTM2MjAxLjE3NjMxNDQ2MjY.*_ga_WM5LE0KMSH*czE3NjM0NzQzNzckbzEwJGcxJHQxNzYzNDc1ODE3JGo2MCRsMCRoMTUyMzQ1NTgzNQ..%26amp%3Bsearch%3DNAFE13388%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%3Ehttps%3A%2F%2Fmcuxpresso.nxp.com%2Fappcodehub%3F_gl%3D1*vpq9re*_ga*NzgzOTM2MjAxLjE3NjMxNDQ2MjY.*_ga_WM5LE0KMSH*czE3NjM0NzQzNzckbzEwJGcxJHQxNzYzNDc1ODE3JGo2MCRsMCRoMTUyMzQ1NTgzNQ..%26amp%3Bsearch%3DNAFE13388%3C%2FA%3E%3CBR%20%2F%3E%3CBR%20%2F%3EI%20followed%20the%20tutorial%20step%20by%20step%20but%20the%20computer%20never%20recognized%20the%20FRDM-MCXN947%20ethernet%20port%2C%20I%20tried%20to%20ping%20it%2C%20tried%20to%20see%20if%20the%20ip%20address%20appeared%20in%20the%20CMD%2C%20but%20it%20never%20worked%2C%20even%20when%20I%20tried%20to%20use%20a%20router%20the%20computer%20wouldn't%20recognized%20it.%20The%20terminal%20in%20the%20IDE%20always%20showed%20normally%3A%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%3ETransport%3A%20Network%20(TCP%2FIP)%3CBR%20%2F%3ENAFE%20device%20PN%3A%2013388b40%2C%20rev.%20c2%26nbsp%3B%20%26nbsp%3BNAFE%20device%20SN%3A%26nbsp%3B%26nbsp%3B%207f5c60521b%3CBR%20%2F%3EStatic%20IP%20address%20configured%20for%20board%3A%3CBR%20%2F%3EIP%20address%3A%20192.168.0.2%3CBR%20%2F%3E%26nbsp%3B%26nbsp%3B%20Netmask%3A%20255.255.255.0%3CBR%20%2F%3E%26nbsp%3B%26nbsp%3B%20Gateway%3A%20192.168.0.1%3CBR%20%2F%3EInitializing%20PHY...%3CBR%20%2F%3ELink%20UP.%22%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FSPAN%3EIf%20I%20tried%20to%20change%20the%20IP%20address%20in%20the%20app.h%20it%20would%20change%20in%20the%20terminal%20and%20link%20it%20up%2C%20but%20never%20get%20recognized%20by%20the%20computer.%20I%20tried%20to%20use%20another%20code%20to%20see%20if%20it%20was%20a%20code%20problem%20(I%20used%26nbsp%3Bfrdmmcxn947_lwip_ping_freertos_cm33%20that%20is%20from%20sdk%20examples)%20and%20had%20the%20same%20issue.%20There%20was%20no%20physical%20problem%20since%20the%20sensors%20would%20work%20when%20I%20tried%20other%20examples%20by%20delivering%20messages%20by%20the%20serial%20and%20the%20ethernet%20cables%20were%20working%20just%20fine.%20I%20don't%20know%20if%20it%20as%20problem%20with%20the%20board%20itself%20or%20it's%20me.%20But%20I%20would%20be%20very%20thankful%20if%20someone%20could%20help%20me%20with%20that%26nbsp%3B%3C%2FP%3E%3CBR%20%2F%3E%3CP%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-2253132%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3ECommunication%20%26amp%3B%20Control(I3C%20%7C%20I2C%20%7C%20SPI%20%7C%20FlexCAN%20%7C%20Ethernet%20%7C%20FlexIO)%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2257453%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2257453%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%20how%20are%20you%20today%3F%3F%3CBR%20%2F%3E%3CBR%20%2F%3EWell%2C%20I%20followed%20the%20normal%20steps%2C%20I%20imported%20the%20example%20from%20the%20MCUXpresso%20as%20a%20SDK%20example%2C%20connected%20the%20USB%20Cable%20and%20the%20ethernet%20Cable.%20Built%20the%20project%20and%20debugged%2C%20sent%20to%20the%20board%20and%20got%20in%20the%20terminal%20the%20normal%20message%3A%3CBR%20%2F%3E************************************************%3CBR%20%2F%3EPING%20example%3CBR%20%2F%3E************************************************%3CBR%20%2F%3EIPv4%20Address%20%3A%20192.168.0.102%3CBR%20%2F%3EIPv4%20Subnet%20mask%20%3A%20255.255.255.0%3CBR%20%2F%3EIPv4%20Gateway%20%3A%20192.168.0.1%3CBR%20%2F%3E************************************************%3CBR%20%2F%3Eping%3A%20send%20192.168.0.1%3CBR%20%2F%3Eping%3A%20send%20192.168.0.1%3CBR%20%2F%3E%3CBR%20%2F%3ETurned%20off%20my%20Wifi%20board%20(Thinking%20that%20maybe%20was%20the%20problem)%20and%20set%20a%20static%20IP%20in%20the%20ethernet%20board%20on%20the%20computer%20to%20receive%20the%20IPV4%20from%20the%20NXP%20board%2C%20and%20didn't%20matter%20how%20many%20times%20I%20ping%20or%20if%20I%20tried%20to%20change%20the%20IPV4%20address%20from%20the%20NXP%20board%2C%20it%20always%20got%20the%26nbsp%3B%20same%20message%20from%20CMD%3A%20%22Destination%20host%20unreachable%22%20or%20%22timed%20out%22%2C%20tried%20the%20same%20board%20with%20another%20computer%20but%20got%20the%20same%20results%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2257444%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2257444%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F257546%22%20target%3D%22_blank%22%3E%40Fpetersen%3C%2FA%3E%2C%20hope%20you%20are%20doing%20well.%3C%2FP%3E%0A%3CP%3EI%20have%20tried%20the%20%22frdmmcxn947_lwip_ping_freertos_cm33%22%20example%20from%20the%20SDK%20(version%2025.09%20and%20MCUXpresso%2025.6.136)%20and%20it%20worked%20properly%2C%20as%20I%20received%20in%20my%20computer%20the%20pings%20from%20the%20FRDM%20board.%20Could%20you%20please%20share%20the%20steps%20that%20you%20followed%20in%20order%20to%20test%20the%20ping%20example%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2258396%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2258396%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%2F257546%22%20target%3D%22_blank%22%3E%40Fpetersen%3C%2FA%3E%2C%20I'm%20doing%20good%2C%20thank%20you.%3C%2FP%3E%0A%3CP%3ECould%20you%20please%20also%20share%20with%20me%20which%20MCUXpresso%20and%20SDK%20you%20are%20using%3F%20Additionally%2C%20since%20the%20%22frdmmcxn947_lwip_ping_freertos_cm33%22%20example%20is%20meant%20to%20be%20used%20with%20static%20IP%20assignment%2C%20could%20you%20please%20confirm%20if%20you%20are%20setting%20your%20PC%20IP%20to%20the%20one%20used%20in%20the%20example%20and%20the%20subnet%20mask%20to%20%22255.255.255.0%22%3F%3C%2FP%3E%0A%3CP%3EIf%20you%20have%20not%20changed%20your%20PC%20IP%20and%20subnet%20mask%2C%20please%20try%20by%20changing%20these%20parameters.%20If%20you%20have%20changed%20them%2C%20please%20try%20to%20do%20a%20mass%20erase%20(you%20should%20be%20able%20to%20do%20it%20in%20MCUXpresso%20with%20the%20GUI%20Flash%20Tool)%20and%20let%20me%20know%20if%20the%20behavior%20persists.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2259376%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2259376%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%20nice%20to%20read%20that%20you%20have%20been%20doing%20well%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F243613%22%20target%3D%22_blank%22%3E%40RomanVR%3C%2FA%3E%26nbsp%3B%2C%20I'm%20glad!%3CBR%20%2F%3E%3CBR%20%2F%3EWell%20for%20your%20questions%2C%20I've%20been%20using%20the%20MCUXpresso%20IDE%20v25.6.136%20and%20the%20sdk%20is%20SDK_2x._FRDM-MCXN947%20v25.9.000%20.%20Yes%20im%20using%20the%20subnet%20mask%20as%26nbsp%3B%20you%20told%20%22255.255.255.0%22%20and%20for%20the%20board%20from%20frdm%20IP%20I'm%20letting%20the%20standard%20from%20the%20code%20as%20the%20one%2C%20but%20for%20the%20board%20in%20the%20computer%20I'm%20chaging%20to%20put%20as%20192.168.0.200%20to%20not%20ping%20the%20PC%20board%20by%20mistake%20instead%20of%20ping%20the%20FRDM%20board.%26nbsp%3B%3CBR%20%2F%3EI%20did%20check%20the%20mass%20erase%20as%20you%20asked%2C%20It%20was%20already%20selected%2C%20so%20that%20its%20not%20the%20problem%20and%20the%20behavior%20does%20persist%2C%20I%20sent%20some%20prints%20from%20my%20screen%20(As%20you%20can%20see%20I'm%20also%20using%20CMD%20as%20adm)%26nbsp%3B%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2260315%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2260315%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ESorry%2C%20just%20said%20something%20wrong%20and%20I%20don't%20wanna%20to%20make%20things%20more%20confusing%2C%20the%20FRDM%20board%20is%20the%20192.168.0.200%20(I%20change%20it%20to%20try%20to%20see%20if%20the%20ip%20was%20the%20problem%2C%20but%20it%20has%20the%20same%20result%20if%20it%20was%20192.168.0.102)%20and%20the%20computer%20board%20ethernet%20is%20192.168.0.100%20(and%20the%20ehternet%20computer%20works%20by%20cable%20so%20thats%20not%20a%20port%20problem)%20sorry%20for%20the%20mistake%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F243613%22%20target%3D%22_blank%22%3E%40RomanVR%3C%2FA%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2260446%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2260446%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThank%20you%20for%20being%20so%20kind!!%20Sorry%20for%20the%20delay%2C%20I%20changed%20my%20windows%20language%20to%20help%20you%20out%20too.%20Maybe%20send%20you%20that%20prints%20in%20portuguese%20would%20not%20helpful%26nbsp%3B%3CBR%20%2F%3E%3CBR%20%2F%3EAs%20for%20IP%2C%20I%20changed%20mine%20to%20exactly%20the%20same%20as%20yours%20in%20the%20last%20message%20and%20couldn't%20find%20it%20in%20CMD%20commands%20as%20ping%20or%20arp%20-a.%20As%20you%20can%20see%20also%20sent%20in%20my%20prints%20I%20tried%20it%20offline%20and%20didn't%20work.%20I%20sent%20the%20screenshot%20of%20my%20static%20configuration%20and%20for%20last%20I%20don't%20think%20would%20be%20firewall%20problem%20since%20I%20used%20in%20two%20different%20computers%20who%20doesn't%20have%20the%20same%20configuration%20nor%20the%20same%20intention%20as%20how%20to%20be%20used%2C%20so%20both%20of%20them%20are%20not%20related.%3CBR%20%2F%3E%3CBR%20%2F%3EI'm%20starting%20to%20think%20that%20maybe%20is%20a%20faulty%20part%2C%20I%20really%20don't%20know%20how%20to%20progress.%26nbsp%3B%3CBR%20%2F%3E%3CBR%20%2F%3EAnd%20thank%20you%20for%20being%20patient%20and%20for%20the%20assistance!!%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F243613%22%20target%3D%22_blank%22%3E%40RomanVR%3C%2FA%3E%26nbsp%3B%3CBR%20%2F%3EBest%20wishes!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2260422%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2260422%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%2F257546%22%20target%3D%22_blank%22%3E%40Fpetersen%3C%2FA%3E%2C%26nbsp%3Bno%20problem%20at%20all!%3C%2FP%3E%0A%3CP%3EI'm%20not%20being%20able%20to%20reproduce%20your%20issue%2C%20I%20have%20tried%20also%20changing%20the%20FRDM%20IP%20to%20yours%20(192.168.1.200)%20and%20I%20also%20see%20that%20in%20your%20serial%20terminal%2C%20you%20are%20pinging%20to%20an%20IP%20%3CEM%3E192.168.1.1%3C%2FEM%3E%2C%20however%20you%20told%20me%20that%20you%20configured%20your%20computer%20to%20%3CEM%3E192.168.1.100%3C%2FEM%3E.%3C%2FP%3E%0A%3CP%3ECould%20you%20please%20help%20me%20to%20confirm%20that%20you%20are%20setting%20your%20computer%20static%20IP%20properly%20as%20well%20as%20your%20subnet%20mask%3F%20Also%2C%20is%20there%20any%20possibility%20of%20having%20a%20firewall%20that%20may%20be%20blocking%20the%20communication%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2261422%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2261422%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F257546%22%20target%3D%22_blank%22%3E%40Fpetersen%3C%2FA%3E%2C%26nbsp%3Bthank%20you%20too%20for%20your%20collaboration.%3C%2FP%3E%0A%3CP%3ECould%20you%20please%20help%20me%20by%20importing%20again%20the%20ping%20example%20to%20your%20workspace%20just%20to%20have%20a%20clean%20example%20with%20no%20modifications%20and%20load%20it%20to%20the%20board%3F%20I'll%20share%20with%20you%20the%20procedure%20I%20followed%20to%20run%20the%20example%3A%3C%2FP%3E%0A%3COL%3E%0A%3CLI%3EImported%20the%20frdmmcxn947_lwip_ping_freertos_cm3%20example%20from%20the%20SDK.%3C%2FLI%3E%0A%3CLI%3EBuilt%20and%20flashed%20the%20example%20to%20the%20board.%3C%2FLI%3E%0A%3CLI%3EChanged%20testing%20PC's%20IP%20to%20static%20%3CEM%3E192.168.1.100%3C%2FEM%3E%20and%20the%20subnet%20mask%20to%20%3CEM%3E255.255.255.0%3C%2FEM%3E%3C%2FLI%3E%0A%3CLI%3EChecked%20and%20disabled%20for%20any%20firewall%20limitation.%3C%2FLI%3E%0A%3CLI%3EConnected%20the%20Ethernet%20cable%20and%20waited%20for%20PC%20to%20identify%20the%20connection.%3C%2FLI%3E%0A%3CLI%3EReceived%20pings%20from%20the%20board%20and%20was%20able%20to%20ping%20the%20board%20by%20cmd.%3C%2FLI%3E%0A%3C%2FOL%3E%0A%3CP%3EAdditionally%2C%20do%20you%20happen%20have%20another%20FRDM%20board%20to%20test%20the%20example%20with%3F%20Just%20to%20discard%20any%20issue%20with%20the%20current%20board.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2263860%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2263860%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESorry%20for%20the%20late%20response%2C%20I%20forgot%20my%20notebook%20at%20work%20and%20everything%20was%20there%3CBR%20%2F%3E%3CBR%20%2F%3EAnswering%20your%20last%20message%2C%20I%20tried%20to%20reinstall%20everything%20and%20tried%20it%20out%20the%20way%20you%20said%20to%20do.%20I%20got%20the%20same%20results%20as%20you%20can%20see%20from%20the%20prints.%20I%20disable%20my%20wifi%20board%20and%20the%20ethernet%20board%20says%20%22unidentified%20network%22%20but%20it%20recognize%20the%20board%20(the%20one%20inside%20the%20computer)%20and%20the%20ping%20is%20fine.%20Still%2C%20the%20frdm%20doesn't%20seems%20to%20work%20at%20all%20and%20I%20don't%20have%20another%20similar%20to%20this%20one%2C%20maybe%20the%20board%20is%20the%20problem%3F%3F%3F%3CBR%20%2F%3E%3CBR%20%2F%3EThank%20you%20for%20your%20patience%2C%26nbsp%3B%3CBR%20%2F%3Ebest%20regards%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2264171%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2264171%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%2F257546%22%20target%3D%22_blank%22%3E%40Fpetersen%3C%2FA%3E.%3C%2FP%3E%0A%3CP%3EIt%20is%20an%20expected%20behavior%20for%20the%20board%20to%20appear%20as%20an%20%22Unidentified%20Network%22%20when%20connected%20to%20the%20PC.%3C%2FP%3E%0A%3CP%3ECould%20you%20please%20share%20a%20detailed%20picture%20of%20your%20FRDM%20board%3F%20The%20purpose%20of%20this%20picture%20is%20to%20check%20the%20jumper%20configuration%20and%20other%20details%20that%20may%20be%20causing%20this%20issue.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2265061%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2265061%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESurely%2C%20I%20took%20some%20random%20pictures%20and%20if%20you%20want%20more%20just%20tell%20me%3CBR%20%2F%3E%3CBR%20%2F%3Ethank%20you%20for%20the%20support!!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2265552%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2265552%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F257546%22%20target%3D%22_blank%22%3E%40Fpetersen%3C%2FA%3E%2C%26nbsp%3Bhope%20you%20are%20doing%20well.%3C%2FP%3E%0A%3CP%3EI%20have%20seen%20your%20images%20and%20everything%20seems%20in%20order%20within%20the%20board.%20Could%20you%20please%20help%20us%20by%20testing%20the%20example%20on%20a%20personal%20PC%3F%20Since%20all%20of%20the%20tests%20done%20on%20our%20side%20have%20been%20generating%20the%20proper%20results.%3C%2FP%3E%0A%3CP%3EPlease%20let%20me%20know%20if%20you%20are%20able%20to%20do%20these%20tests.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2288836%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20FRDM-MCXN947%20Ethernet%20Wired%20Connectivity%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2288836%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%2F243613%22%20target%3D%22_blank%22%3E%40RomanVR%3C%2FA%3E%2C%20sorry%20for%20my%20late%20response%2C%20the%20end%20of%20the%20year%20was%20kinda%20messy%3CBR%20%2F%3E%3CBR%20%2F%3EWell%2C%20I%20tried%20in%20my%20personal%20PC%2C%20even%20formatted%20it%2C%20but%20still%20the%20same%20problems%2C%20I%20guess%20maybe%20the%20board%20came%20faulty.%20I%20thank%20you%20a%20lot%20for%20the%20help%20and%20all%20the%20test%20you%20made!%20It%20made%20me%20understand%20even%20better%20the%20board%20and%20coding%2C%20but%20sadly%20it%20was%20just%20not%20meant%20to%20work.%26nbsp%3B%3CBR%20%2F%3E%3CBR%20%2F%3EI%20hope%20you%20have%20a%20great%20year%20and%20we%20maybe%20see%20each%20other%20another%20time%2C%3CBR%20%2F%3EMy%20Greatest%20Regards%2C%3CBR%20%2F%3EFelipe%3C%2FP%3E%3C%2FLINGO-BODY%3E