<?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: LPC2468 clear ethernet interrupt flag (rxdone) problem</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2468-clear-ethernet-interrupt-flag-rxdone-problem/m-p/550068#M13956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;INTCLEAR is Write Only. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;When you use &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;INTCLEAR_bit.RXDONEINTCLR=1;, data &lt;EM&gt;&lt;STRONG style="text-decoration: underline;"&gt;read&lt;/STRONG&gt;&lt;/EM&gt; from register, ored and write.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2016 09:00:59 GMT</pubDate>
    <dc:creator>aleksandrashche</dc:creator>
    <dc:date>2016-08-18T09:00:59Z</dc:date>
    <item>
      <title>LPC2468 clear ethernet interrupt flag (rxdone) problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2468-clear-ethernet-interrupt-flag-rxdone-problem/m-p/550067#M13955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by thieulam on Sun Jun 14 01:20:13 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working with ethernet mac module inside the LPC2468.(i use iar for arm v6.5).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need a interrupt service routine for the RxDone event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It works, but i have a problem clearing the interrupt flag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All works if i clear the flag with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;void EthRxIntrHandler (void)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; INTCLEAR=0x0f;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //THIS CLEAR 4 FLAGS!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; VICADDRESS = 0; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But NOT with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void EthRxIntrHandler (void)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INTCLEAR_bit.RXDONEINTCLR=1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; VICADDRESS = 0; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards , Luca&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:51:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2468-clear-ethernet-interrupt-flag-rxdone-problem/m-p/550067#M13955</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC2468 clear ethernet interrupt flag (rxdone) problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2468-clear-ethernet-interrupt-flag-rxdone-problem/m-p/550068#M13956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;INTCLEAR is Write Only. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;When you use &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;INTCLEAR_bit.RXDONEINTCLR=1;, data &lt;EM&gt;&lt;STRONG style="text-decoration: underline;"&gt;read&lt;/STRONG&gt;&lt;/EM&gt; from register, ored and write.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 09:00:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2468-clear-ethernet-interrupt-flag-rxdone-problem/m-p/550068#M13956</guid>
      <dc:creator>aleksandrashche</dc:creator>
      <dc:date>2016-08-18T09:00:59Z</dc:date>
    </item>
  </channel>
</rss>

