<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>EMAC Receive Problem</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/25596/emac-receive-problem</link><description> 
DWORD EMACReceive( DWORD *EMACBuf )
{
 DWORD RxProduceIndex, RxConsumeIndex;
 DWORD RxLength = 0;
 DWORD Counter = 0;

 /* the input parameter, EMCBuf, needs to be word aligned */
 RxProduceIndex = MAC_RXPRODUCEINDEX;
 RxConsumeIndex = MAC_RXCONSUMEINDEX;</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: EMAC Receive Problem</title><link>https://community.arm.com/thread/56243?ContentTypeID=1</link><pubDate>Thu, 06 Aug 2009 23:11:26 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:49b2dcdc-5699-471b-8749-12c3c135fc5f</guid><dc:creator>gayathri k</dc:creator><description>&lt;p&gt;&lt;p&gt;
check wether your interrupt part is working...&lt;br /&gt;
when a packet is recieved, interrupt has to be generated.&lt;br /&gt;
unless interrupt is generated u wont recieve the packet&lt;/p&gt;

&lt;p&gt;
Regards,&lt;br /&gt;
Gayathri.K&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>