<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>MQX Software SolutionsのトピックRe: TWR-K65F180M system for Ethernet communication</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/TWR-K65F180M-system-for-Ethernet-communication/m-p/461490#M15480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please try using the below Jumper Settings??&lt;/P&gt;&lt;P&gt;TWR-K65F180M&lt;/P&gt;&lt;P&gt;• Jumper J6 on position 1-2.&lt;/P&gt;&lt;P&gt;• Jumpers J1, J8, J10, J13, J14, J20, J24, J30 and J32 closed.&lt;/P&gt;&lt;P&gt;• Jumper J21, J19 all open.&lt;/P&gt;&lt;P&gt;• Jumpers closed on positions J22 (1-2, 3-4), J3 (1-2), J9 (5-6), J16 (1-2) and J27 (2-3).&lt;/P&gt;&lt;P&gt;• TWR-SER - CLK_SEL 3-4&lt;/P&gt;&lt;P&gt;• TWR-SER - CLKIN-SEL 2-3 (processor clock is taken from PHY)&lt;/P&gt;&lt;P&gt;• TWR-SER - ETH-CONFIG J12 9-10 to select RMII communication mode&lt;/P&gt;&lt;P&gt;• Important: Plug both the processor and the serial board (TWR-SER) into the Tower. The processor is using the&lt;/P&gt;&lt;P&gt;external clock from the Ethernet PHY on the serial card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2016 18:57:04 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2016-01-04T18:57:04Z</dc:date>
    <item>
      <title>TWR-K65F180M system for Ethernet communication</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/TWR-K65F180M-system-for-Ethernet-communication/m-p/461489#M15479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a problem similar to the one discussed in the following thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/461170"&gt;TWR-K60F120M system for Ethernet communication&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main difference is I am using the TWR-K65F180M board instead of the TWR-K60F120M board. In order to test out the ethernet capability, I am trying to run the eth_to_serial example application (found under C:\Freescale\KSDK_1.3.0\middleware\tcpip\rtcs\examples\eth_to_serial). I'm able to successfully build and deploy the application to the development board (deployment using the OpenSDA connector on the TWR-K65F board).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The application starts up as expected. First, the serial console (I'm using PuTTY) on my laptop displays the expected message:&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;Application listening on following ip addresses:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&amp;nbsp; IPv4 Address: 172.16.10.2, port:23&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;Waiting for incoming connection...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that I modified the ENET_IPADDR macro to use a different IP address than the original 192.168.1.202 address. I did this in order to keep it separate from my regular network. Anyway, by this point the code has successfully set up the socket and is pended on a call to select(), waiting for a connection request to come in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point, I open up another PuTTY shell, this time a raw connection, and attempt to connect to 172.16.10.2:23. Not only is the connection never accepted, but I can see in the debugger that the call to select() is not even returning. This latter fact suggests to me that I have something physically assembled incorrectly, but I don't know what. So here's what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;TWR-K65F and TWR-SER board are sandwiched between the two TWR-ELEV boards. Yes, I made sure to match primary and secondary correctly.&lt;/LI&gt;&lt;LI&gt;Mini-USB connection from laptop to OpenSDA port on the TWR-K65F board. I am using this for debug and serial console&lt;/LI&gt;&lt;LI&gt;Ethernet cable connected between TWR-SER board and a USB-to-Ethernet adapter attached to my laptop. I've configured the interface with the adapter with the address 172.16.10.1/24.&lt;/LI&gt;&lt;LI&gt;TWR-K65F jumper settings have not been touched.&lt;/LI&gt;&lt;LI&gt;TWR-SER jumper settings - following modifications:&lt;UL&gt;&lt;LI&gt;Moved shunt on J2 from 1-2 to 3-4 to select 50 MHz clock&lt;/LI&gt;&lt;LI&gt;Shunted pins 2-3 on J3 to route the 50MHz clock to CLOCKIN0&lt;/LI&gt;&lt;LI&gt;Shunted pins 9-10 on J12 to select RMII mode.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TWR-SER jumper settings I chose were suggested in Table 4 of the following document: &lt;A href="http://cache.freescale.com/files/32bit/doc/ref_manual/TWR-K60N512-UM.pdf" title="http://cache.freescale.com/files/32bit/doc/ref_manual/TWR-K60N512-UM.pdf"&gt;http://cache.freescale.com/files/32bit/doc/ref_manual/TWR-K60N512-UM.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The user guide for my TWR-K65F board (&lt;A href="http://cache.nxp.com/files/32bit/doc/user_guide/TWRK65F180MUG.pdf" title="http://cache.nxp.com/files/32bit/doc/user_guide/TWRK65F180MUG.pdf"&gt;http://cache.nxp.com/files/32bit/doc/user_guide/TWRK65F180MUG.pdf&lt;/A&gt; ) doesn't have any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody can point out what I'm doing wrong, I'd love to know. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 22:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/TWR-K65F180M-system-for-Ethernet-communication/m-p/461489#M15479</guid>
      <dc:creator>michaelpribble</dc:creator>
      <dc:date>2015-12-30T22:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K65F180M system for Ethernet communication</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/TWR-K65F180M-system-for-Ethernet-communication/m-p/461490#M15480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please try using the below Jumper Settings??&lt;/P&gt;&lt;P&gt;TWR-K65F180M&lt;/P&gt;&lt;P&gt;• Jumper J6 on position 1-2.&lt;/P&gt;&lt;P&gt;• Jumpers J1, J8, J10, J13, J14, J20, J24, J30 and J32 closed.&lt;/P&gt;&lt;P&gt;• Jumper J21, J19 all open.&lt;/P&gt;&lt;P&gt;• Jumpers closed on positions J22 (1-2, 3-4), J3 (1-2), J9 (5-6), J16 (1-2) and J27 (2-3).&lt;/P&gt;&lt;P&gt;• TWR-SER - CLK_SEL 3-4&lt;/P&gt;&lt;P&gt;• TWR-SER - CLKIN-SEL 2-3 (processor clock is taken from PHY)&lt;/P&gt;&lt;P&gt;• TWR-SER - ETH-CONFIG J12 9-10 to select RMII communication mode&lt;/P&gt;&lt;P&gt;• Important: Plug both the processor and the serial board (TWR-SER) into the Tower. The processor is using the&lt;/P&gt;&lt;P&gt;external clock from the Ethernet PHY on the serial card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 18:57:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/TWR-K65F180M-system-for-Ethernet-communication/m-p/461490#M15480</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2016-01-04T18:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K65F180M system for Ethernet communication</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/TWR-K65F180M-system-for-Ethernet-communication/m-p/461491#M15481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those are exactly the jumper settings I said I had (the TWR-K65 settings you spell out are the factory settings), but because of your post I figured I'd double check everything. Turns out that on the TWR-SER board, I had mistakenly shunted J3 in the 1-2 position (25 MHz), when I meant to shunt it in the 2-3 position (50 MHz)...so I guess I was just a liar. Correcting that mistake fixed everything. Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 19:51:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/TWR-K65F180M-system-for-Ethernet-communication/m-p/461491#M15481</guid>
      <dc:creator>michaelpribble</dc:creator>
      <dc:date>2016-01-04T19:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K65F180M system for Ethernet communication</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/TWR-K65F180M-system-for-Ethernet-communication/m-p/1261048#M18630</link>
      <description>&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;I'm trying to run the eth_to_serial application aswell. Every time I run the application I receive some errors that the variables aren't declared. Did you have similar problems and have tips for me how to fix it?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 07:18:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/TWR-K65F180M-system-for-Ethernet-communication/m-p/1261048#M18630</guid>
      <dc:creator>jill1</dc:creator>
      <dc:date>2021-04-13T07:18:03Z</dc:date>
    </item>
  </channel>
</rss>

