<?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: FRDM-K64K - ENET not receiving Messages</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64K-ENET-not-receiving-Messages/m-p/576183#M34235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I turned on Promiscuous mode so that everything would be received (see if the MAC was filtering anything).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No change in behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only message I would receive to my MAC would be a reply from the DHCP server (my router).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, can anyone think of a way (without wireshark snooping) to verify if I'm really getting my transmission on the wire?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a xmit done interrupt any no errors so I believe it gone ... but if not ... that would be a reason I'm not getting a reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any comments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2016 22:46:31 GMT</pubDate>
    <dc:creator>JHinkle</dc:creator>
    <dc:date>2016-06-27T22:46:31Z</dc:date>
    <item>
      <title>FRDM-K64K - ENET not receiving Messages</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64K-ENET-not-receiving-Messages/m-p/576182#M34234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm porting the FreeRtos_IP stack to my K64 board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a different stack running on a K60 TWR several years ago and used pretty much the same ENET driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not getting a reply to a DHCP request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I instrumented the ENET driver to write any outgoing Ethernet packets and all packets received to a SD card.&amp;nbsp; I'm waiting for my HUB to come in from ebay so I can actually run wireshark and see what's really happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The outgoing DHCP is properly formed but all I'm receiving are broadcast packets (I get 12 between the 2 DHCP request packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Several years ago on the K60 TWR, I populated IAUR/IALR with a hash generated from the MAC address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing that again with the K64 but in researching my issue I looked at several other drivers and noticed no one is setting the IAUR/IALR any more --- just leaving them 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've test both ways with no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does IAUR/IALR still need to have a hash bit set for the units MAC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on why I'm only receiving broadcast messages and not any for my specific MAC? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 20:58:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64K-ENET-not-receiving-Messages/m-p/576182#M34234</guid>
      <dc:creator>JHinkle</dc:creator>
      <dc:date>2016-06-27T20:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64K - ENET not receiving Messages</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64K-ENET-not-receiving-Messages/m-p/576183#M34235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I turned on Promiscuous mode so that everything would be received (see if the MAC was filtering anything).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No change in behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only message I would receive to my MAC would be a reply from the DHCP server (my router).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, can anyone think of a way (without wireshark snooping) to verify if I'm really getting my transmission on the wire?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a xmit done interrupt any no errors so I believe it gone ... but if not ... that would be a reason I'm not getting a reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any comments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 22:46:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64K-ENET-not-receiving-Messages/m-p/576183#M34235</guid>
      <dc:creator>JHinkle</dc:creator>
      <dc:date>2016-06-27T22:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64K - ENET not receiving Messages</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64K-ENET-not-receiving-Messages/m-p/576184#M34236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;I was wondering if you can illustrate the whole procedure of porting, it can accelerate the investigation of issue.&lt;/P&gt;&lt;P&gt;I'm looking forward to your reply.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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>Tue, 28 Jun 2016 06:55:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64K-ENET-not-receiving-Messages/m-p/576184#M34236</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-06-28T06:55:33Z</dc:date>
    </item>
  </channel>
</rss>

