<?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>topic Re: How to Setup MK64FRDM Board Ethernet Communication to RX/TX Sensor Data MCUXpresso freeRTOS in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1386532#M62076</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/369"&gt;@danielchen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I tried by putting host IP but result is same? The NXP echo test example works fine but when I try to use any connect function then I got no response from PC. Let me know how I can see if the the connect is not working.....?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Dec 2021 15:14:32 GMT</pubDate>
    <dc:creator>fshah30</dc:creator>
    <dc:date>2021-12-14T15:14:32Z</dc:date>
    <item>
      <title>How to Setup MK64FRDM Board Ethernet Communication to RX/TX Sensor Data MCUXpresso freeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1377241#M61937</link>
      <description>&lt;P&gt;Hi, I want to establish a ethernet communication between host PC and K64FRDM Board to send and transmit ADC data. I am using freeRTOS and want to perfectly run this application without any problem of interrupts or memory issue. Please advise how to setup this demo.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 20:20:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1377241#M61937</guid>
      <dc:creator>fshah30</dc:creator>
      <dc:date>2021-11-25T20:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup MK64FRDM Board Ethernet Communication to RX/TX Sensor Data MCUXpresso freeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1378257#M61957</link>
      <description>&lt;P&gt;Hi :&lt;/P&gt;
&lt;P&gt;My understanding is you can establish a TCP server on you host PC, and create a TCP client on your target board. Then tcp client(your board) can send your sensor data&amp;nbsp; to tcp server (your PC).&lt;/P&gt;
&lt;P&gt;You can refer to below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/MCUXpresso-SDK-Knowledge-Base/TCP-Client-amp-Server-Implementation-on-MCUXrpesso-SDK-part-II/ta-p/1361288" target="_blank"&gt;https://community.nxp.com/t5/MCUXpresso-SDK-Knowledge-Base/TCP-Client-amp-Server-Implementation-on-MCUXrpesso-SDK-part-II/ta-p/1361288&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 13:57:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1378257#M61957</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2021-11-29T13:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup MK64FRDM Board Ethernet Communication to RX/TX Sensor Data MCUXpresso freeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1385630#M62056</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Additionally you can use this website :&amp;nbsp;&lt;A href="https://lwip.fandom.com/wiki/LwIP_Application_Developers_Manual" target="_blank"&gt;https://lwip.fandom.com/wiki/LwIP_Application_Developers_Manual&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have been using it in order to create my TCP server with a Kinetis MK64.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mota&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 11:26:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1385630#M62056</guid>
      <dc:creator>Mota</dc:creator>
      <dc:date>2021-12-13T11:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup MK64FRDM Board Ethernet Communication to RX/TX Sensor Data MCUXpresso freeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1385882#M62066</link>
      <description>&lt;P&gt;Hi, I tried to design the given example but unable to receive the netconn_connect command response. Kindly share a lwIP TCP/IP client tested code in attachment. I don't want to alter TCP echo example as I have&amp;nbsp; additional stuff to run on client FRDM K64F board.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 22:04:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1385882#M62066</guid>
      <dc:creator>fshah30</dc:creator>
      <dc:date>2021-12-13T22:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup MK64FRDM Board Ethernet Communication to RX/TX Sensor Data MCUXpresso freeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1386475#M62073</link>
      <description>&lt;P&gt;void tcpecho_ClientRxThread (void *arg){&lt;/P&gt;&lt;P&gt;int socket_test, ret, con_ret, write_bytes;&lt;BR /&gt;struct sockaddr_in addr;&lt;BR /&gt;char buffer[1024] = {0};&lt;/P&gt;&lt;P&gt;LWIP_UNUSED_ARG(arg);&lt;/P&gt;&lt;P&gt;/* set up address to connect to */&lt;BR /&gt;memset(&amp;amp;addr, 0, sizeof(addr));&lt;BR /&gt;addr.sin_len = sizeof(addr);&lt;BR /&gt;addr.sin_family = AF_INET;&lt;BR /&gt;addr.sin_port = PP_HTONS(SOCK_TARGET_PORT);&lt;BR /&gt;addr.sin_addr.s_addr = inet_addr(INADDR_ANY);&lt;/P&gt;&lt;P&gt;/* create the socket */&lt;BR /&gt;socket_test = lwip_socket(AF_INET, SOCK_STREAM, 0);&lt;BR /&gt;LWIP_ASSERT("socket_test &amp;gt;= 0", socket_test &amp;gt;= 0);&lt;/P&gt;&lt;P&gt;/*Data to Send*/&lt;BR /&gt;strcpy(buffer,"Hello Server");&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* connect */&lt;BR /&gt;con_ret = lwip_connect(socket_test, (struct sockaddr*)&amp;amp;addr, sizeof(addr));&lt;BR /&gt;/* should succeed */&lt;BR /&gt;LWIP_ASSERT("con_ret == 0", con_ret == 0);&lt;/P&gt;&lt;P&gt;while(1){&lt;BR /&gt;/*send some data*/&lt;BR /&gt;write_bytes = lwip_send(socket_test,buffer,sizeof(buffer),0);&lt;BR /&gt;printf("Write [%d] bytes ,[%s] \n",write_bytes,buffer);&lt;BR /&gt;vTaskDelay(1000);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;/* close */&lt;BR /&gt;ret = lwip_close(socket_test);&lt;BR /&gt;LWIP_ASSERT("ret == 0", ret == 0);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;I use this code to initialize the client site but unable to get connected from server. I use freeRTOS on FRDM MK64F DK with Windows 10. What is the reason, why the connect command is unable communicate from PC?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 13:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1386475#M62073</guid>
      <dc:creator>fshah30</dc:creator>
      <dc:date>2021-12-14T13:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup MK64FRDM Board Ethernet Communication to RX/TX Sensor Data MCUXpresso freeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1386519#M62075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/191779"&gt;@fshah30&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you can not connect with the TCP server, I would suggest you first check whether the ip address is reachable.&lt;/P&gt;
&lt;P&gt;I suggest you set the server address to a specified address rather than INADDR_ANY.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;//addr.sin_addr.s_addr = inet_addr(INADDR_ANY);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 14:56:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1386519#M62075</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2021-12-14T14:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup MK64FRDM Board Ethernet Communication to RX/TX Sensor Data MCUXpresso freeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1386532#M62076</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/369"&gt;@danielchen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I tried by putting host IP but result is same? The NXP echo test example works fine but when I try to use any connect function then I got no response from PC. Let me know how I can see if the the connect is not working.....?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 15:14:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1386532#M62076</guid>
      <dc:creator>fshah30</dc:creator>
      <dc:date>2021-12-14T15:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup MK64FRDM Board Ethernet Communication to RX/TX Sensor Data MCUXpresso freeRTOS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1387312#M62086</link>
      <description>&lt;P&gt;Please ping your board from your PC.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 13:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-Setup-MK64FRDM-Board-Ethernet-Communication-to-RX-TX/m-p/1387312#M62086</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2021-12-15T13:04:35Z</dc:date>
    </item>
  </channel>
</rss>

