<?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: DHCP for K60 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197138#M2718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to fix this issue? I have encountered the same problem. I am running CW10.1 and MQX3.7 (I tried with MQX 3.8 as well)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 01:06:37 GMT</pubDate>
    <dc:creator>esaias_pech</dc:creator>
    <dc:date>2012-04-11T01:06:37Z</dc:date>
    <item>
      <title>DHCP for K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197134#M2714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a DHCP client with the K60 client. My hope is to run a telnet program on the router at my house.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having problems with retrieving the IP data using DHCP. I have tried both ways in the attached C file specifically the rtcs_init() function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to place jumpers anywhere on the board? I have already adjusted the jumpers for clocking and sucessfully run the program on a static ip network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 15:51:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197134#M2714</guid>
      <dc:creator>dnappier</dc:creator>
      <dc:date>2012-01-12T15:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP for K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197135#M2715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In MQX, there is a shell example where you can try various commands (\Freescale MQX 3.7\rtcs\examples\shell).&lt;/P&gt;&lt;P&gt;You should try that to confirm everything is ok before doing your own app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With dhcp, you can try commands like:&lt;/P&gt;&lt;PRE&gt;shell&amp;gt; ipconfig 0 initEthernet device 0 initialization successful.shell&amp;gt; ipconfig dhcpBind via dhcp successful.shell&amp;gt; ipconfig staticip 192.168.1.10 255.255.255.0 192.168.1.1
Static ip bind successful.shell&amp;gt; ping 192.168.1.1
Pinging  [192.168.1.1]:Reply from 192.168.1.1: time&amp;lt;1msReply from 192.168.1.1: time&amp;lt;1msReply from 192.168.1.1: time&amp;lt;1msReply from 192.168.1.1: time&amp;lt;1ms&lt;/PRE&gt;&lt;P&gt;For ethernet apps, remember to configure the system to use clock from TWR-SER otherwise it will not work correctly (if you use clock from TWR-K60, it still may work but fail sometime)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 11:58:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197135#M2715</guid>
      <dc:creator>Dekiru</dc:creator>
      <dc:date>2012-01-13T11:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP for K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197136#M2716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran the shell and it still did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2012 07:49:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197136#M2716</guid>
      <dc:creator>dnappier</dc:creator>
      <dc:date>2012-01-21T07:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP for K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197137#M2717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wiresharked the DHCP packets with a hub and found that the k60 is sending out a DHCP Discovery packet/s but is not getting a response back. Is it possible that the packet is not formatted correctly? I tried it on multiple routers so I know it is now the router.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2012 14:23:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197137#M2717</guid>
      <dc:creator>dnappier</dc:creator>
      <dc:date>2012-01-21T14:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP for K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197138#M2718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to fix this issue? I have encountered the same problem. I am running CW10.1 and MQX3.7 (I tried with MQX 3.8 as well)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 01:06:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197138#M2718</guid>
      <dc:creator>esaias_pech</dc:creator>
      <dc:date>2012-04-11T01:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP for K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197139#M2719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, when I had the issue I upgraded to 3.8 that fixed that problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 09:00:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DHCP-for-K60/m-p/197139#M2719</guid>
      <dc:creator>dnappier</dc:creator>
      <dc:date>2012-06-08T09:00:03Z</dc:date>
    </item>
  </channel>
</rss>

