<?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>Kinetis MicrocontrollersのトピックRe: K64F Ethernet - lwip problem</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-Ethernet-lwip-problem/m-p/458594#M27409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stumbled on this doc that explains what to set the pit timer to - 1msec as well as some other settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-328355"&gt;Lightweight TCP/IP (lwIP) Stack with SDK&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, tcpecho still fails. Checked the #if's in main.c and they are correct.&amp;nbsp; Not sure where to go from here other than grinding through files.&amp;nbsp; Any suggestions on where to focus?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2015 22:02:13 GMT</pubDate>
    <dc:creator>paulfargotstein</dc:creator>
    <dc:date>2015-11-05T22:02:13Z</dc:date>
    <item>
      <title>K64F Ethernet - lwip problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-Ethernet-lwip-problem/m-p/458593#M27408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a K64F based board that I'm trying to port the tcpecho code example to.&amp;nbsp; The board runs the stock bare metal tcpecho code fine but I'm trying to bring up the code with PE so I can add other components. I used the steps in the "lwip with FreeRTOS" tutorial that was recently released to configure Ethernet, but to get a build I had to add a pit timer (required by lwip).&amp;nbsp; The only thing different from the tutorial is I'm not routing the 1588 timer pins as they're used elsewhere.&amp;nbsp; I'm using the main.c and echo.h files from the original example source and everything builds ok but the code doesn't work.&amp;nbsp; I have no idea what to set the pit timer interval to and looking at the tcpecho source code didn't help.&amp;nbsp; Can anybody help on this one?&amp;nbsp; Is there anything else I should be aware of to get this code running? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 17:30:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-Ethernet-lwip-problem/m-p/458593#M27408</guid>
      <dc:creator>paulfargotstein</dc:creator>
      <dc:date>2015-11-05T17:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: K64F Ethernet - lwip problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-Ethernet-lwip-problem/m-p/458594#M27409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stumbled on this doc that explains what to set the pit timer to - 1msec as well as some other settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-328355"&gt;Lightweight TCP/IP (lwIP) Stack with SDK&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, tcpecho still fails. Checked the #if's in main.c and they are correct.&amp;nbsp; Not sure where to go from here other than grinding through files.&amp;nbsp; Any suggestions on where to focus?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 22:02:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-Ethernet-lwip-problem/m-p/458594#M27409</guid>
      <dc:creator>paulfargotstein</dc:creator>
      <dc:date>2015-11-05T22:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: K64F Ethernet - lwip problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-Ethernet-lwip-problem/m-p/458595#M27410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;- You can follow slides 0 - 7 from &lt;A href="https://community.nxp.com/docs/DOC-106170"&gt;How to add RTCS to a Processor Expert Project Using KDS and KSDK&lt;/A&gt; to create a PEx project.&lt;/P&gt;&lt;P&gt;- Then in slide 8 switch MQX_KSDK option to FreeRTOS (if you need it)&lt;/P&gt;&lt;P&gt;- After this follow slides 18 - 20 for ENET pin config.&lt;/P&gt;&lt;P&gt;- Copy the whole lwip folder from the following path into your project. C:\Freescale\KSDK_1.2.0\middleware\tcpip&lt;/P&gt;&lt;P&gt;- In the lwip that was copied into the project it is necessary to &lt;STRONG&gt;delete&lt;/STRONG&gt; all ipv6 folders.&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;\lwip\src\core\ipv6&lt;/LI&gt;&lt;LI&gt;\lwip\src\include\ipv6&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;- Add your application's code.&lt;/P&gt;&lt;P&gt;- You may need to add the following paths in the compiler Include settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;../lwip/port&lt;/P&gt;&lt;P&gt;../lwip/port/arch&lt;/P&gt;&lt;P&gt;../lwip/src/api&lt;/P&gt;&lt;P&gt;../lwip/src/core&lt;/P&gt;&lt;P&gt;../lwip/src/core/ipv4&lt;/P&gt;&lt;P&gt;../lwip/src/core/snmp&lt;/P&gt;&lt;P&gt;../lwip/src/include&lt;/P&gt;&lt;P&gt;../lwip/src/include/ipv4&lt;/P&gt;&lt;P&gt;../lwip/src/include/ipv4/lwip&lt;/P&gt;&lt;P&gt;../lwip/src/include/lwip&lt;/P&gt;&lt;P&gt;../lwip/src/include/netif&lt;/P&gt;&lt;P&gt;../lwip/src/include/posix&lt;/P&gt;&lt;P&gt;../lwip/src/include/posix/sys&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.2.0\platform\osa\inc&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.2.0\platform\CMSIS\Include&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.2.0\platform\devices&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.2.0\platform\devices\MK64F12\include&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.2.0\platform\hal\inc&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.2.0\platform\drivers\inc&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.2.0\platform\system\inc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- You may also compare the preprocessor settings form TCP_echo demo with your project's settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Carlos&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, 23 Nov 2015 21:43:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64F-Ethernet-lwip-problem/m-p/458595#M27410</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2015-11-23T21:43:43Z</dc:date>
    </item>
  </channel>
</rss>

