<?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>LPC Microcontrollers中的主题 Re: MAC/PHY Filtering</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/MAC-PHY-Filtering/m-p/524011#M6647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Sat Sep 21 04:52:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't filter out, but you can filter in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set your boards MAC address in to the three station registers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;[NB recall the reversing issue thread &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2Flan8720a-issues" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/lan8720a-issues&lt;/A&gt;&lt;SPAN&gt; post 16]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and set to allow only unicast multicast and broadcast as shown in the same post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need broadcast for ARP requests so the remote sender(s) can get the MAC addr for the IP addr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then only packets addressed to your IP will be received and passed on to the CPU.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll have to dig into LWIP to see where this should be done [probably a LPC176X specific file to do with EMAC init]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:04:42 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:04:42Z</dc:date>
    <item>
      <title>MAC/PHY Filtering</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MAC-PHY-Filtering/m-p/524010#M6646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jnewell on Fri Sep 20 11:20:26 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone experimented with filtering out packets from a specific ip addresses with the LPC1768 and LAN8720? (I'm using lwip and freeRTOS)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having an issue when one of my high bandwidth streaming devices is running on the network at the same time that I'm trying to receive a different stream, seems like the PHY is just constantly receiving stuff, and the processor can't keep up with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I use a multicast switch, I don't have the problem because then my device only receives packets from the specific multicast group that it joins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:04:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MAC-PHY-Filtering/m-p/524010#M6646</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: MAC/PHY Filtering</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/MAC-PHY-Filtering/m-p/524011#M6647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Sat Sep 21 04:52:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't filter out, but you can filter in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set your boards MAC address in to the three station registers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;[NB recall the reversing issue thread &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2Flan8720a-issues" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/lan8720a-issues&lt;/A&gt;&lt;SPAN&gt; post 16]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and set to allow only unicast multicast and broadcast as shown in the same post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need broadcast for ARP requests so the remote sender(s) can get the MAC addr for the IP addr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then only packets addressed to your IP will be received and passed on to the CPU.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll have to dig into LWIP to see where this should be done [probably a LPC176X specific file to do with EMAC init]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:04:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/MAC-PHY-Filtering/m-p/524011#M6647</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:04:42Z</dc:date>
    </item>
  </channel>
</rss>

