<?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: Issue with No IRQ from PN5180 sometimes? in NFC</title>
    <link>https://community.nxp.com/t5/NFC/Issue-with-No-IRQ-from-PN5180-sometimes/m-p/834581#M4487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No report about no irq from pn5180 so far.&lt;/P&gt;&lt;P&gt;You may add a timer function in the loop so can break out from the loop when time over.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2018 06:11:19 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2018-07-24T06:11:19Z</dc:date>
    <item>
      <title>Issue with No IRQ from PN5180 sometimes?</title>
      <link>https://community.nxp.com/t5/NFC/Issue-with-No-IRQ-from-PN5180-sometimes/m-p/834580#M4486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use PN5180 in our project and meet the issue in that moment PN5180 doesn't raise IRQ signal as normally(measure by oscilloscope and debug printing). So, the current software thread just loops there for the waiting. By troubleshooting, software is waiting at&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;NxpNfcRdLib/comps/phhalHw/src/Pn5180/phhalHw_Pn5180_Wait.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;phStatus_t phhalHw_Pn5180_WaitIrq(&lt;BR /&gt; phhalHw_Pn5180_DataParams_t * pDataParams,&lt;BR /&gt; uint8_t bEnableIrq,&lt;BR /&gt; uint8_t bWaitUntilPowerUp,&lt;BR /&gt; uint32_t dwIrqWaitFor,&lt;BR /&gt; uint32_t * dwIrqReg&lt;BR /&gt; )&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;statusTmp = phOsal_Event_WaitAny(E_PH_OSAL_EVT_RF | E_PH_OSAL_EVT_ABORT, PH_MAX_DELAY, &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;tReceivedEvents);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to control PN5180 by using another software thread sends command(e.g. Polling card typeA, get firmware version PN5180). IRQ pin will be raised(PN5180 still works properly) and we can see that the software thread can pass over the waiting, works properly again. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is very easy to reproduce by putting two boards close together (each includes:&amp;nbsp;MCU, PN5180, antennas). Sometimes, it also happens when waking up PN5180 from standby state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some questions:&lt;/P&gt;&lt;P&gt;- Are there any report from the&amp;nbsp;community&amp;nbsp;so far about the issue No IRQ from PN5180 sometime?&lt;/P&gt;&lt;P&gt;- Do you have any suggestion/advice to avoid the issue?&lt;/P&gt;&lt;P&gt;- For the current implementation of NxpNfcRdLib, it may loop there forever(&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;PH_MAX_DELAY&lt;/SPAN&gt;) to wait for the IRQ from PN5180. And, it may not ensure completely that the IRQ of PN5180 always works properly. So, how do you think about this case? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ryder &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 04:35:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Issue-with-No-IRQ-from-PN5180-sometimes/m-p/834580#M4486</guid>
      <dc:creator>rydertacongmanh</dc:creator>
      <dc:date>2018-07-20T04:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with No IRQ from PN5180 sometimes?</title>
      <link>https://community.nxp.com/t5/NFC/Issue-with-No-IRQ-from-PN5180-sometimes/m-p/834581#M4487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No report about no irq from pn5180 so far.&lt;/P&gt;&lt;P&gt;You may add a timer function in the loop so can break out from the loop when time over.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 06:11:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Issue-with-No-IRQ-from-PN5180-sometimes/m-p/834581#M4487</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2018-07-24T06:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with No IRQ from PN5180 sometimes?</title>
      <link>https://community.nxp.com/t5/NFC/Issue-with-No-IRQ-from-PN5180-sometimes/m-p/834582#M4488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jimmychan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I add a timer(1.5s) there and found that our readers will be able to over the loop then work properly. So we might &amp;nbsp;conclude that the noise RF between devices(each contains: MCU, PN5180, antennas). Do you&amp;nbsp;have any suggests for us?&amp;nbsp;(both from hardware design and software flow control)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ryder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 02:13:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Issue-with-No-IRQ-from-PN5180-sometimes/m-p/834582#M4488</guid>
      <dc:creator>rydertacongmanh</dc:creator>
      <dc:date>2018-07-27T02:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with No IRQ from PN5180 sometimes?</title>
      <link>https://community.nxp.com/t5/NFC/Issue-with-No-IRQ-from-PN5180-sometimes/m-p/834583#M4489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AN11740 Antenna design guide may help you. You can download the AN from here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/products/identification-and-security/nfc/nfc-reader-ics/high-performance-multi-protocol-full-nfc-forum-compliant-frontend-optimized-for-pos-terminals:PN5180?tab=Documentation_Tab" title="https://www.nxp.com/products/identification-and-security/nfc/nfc-reader-ics/high-performance-multi-protocol-full-nfc-forum-compliant-frontend-optimized-for-pos-terminals:PN5180?tab=Documentation_Tab"&gt;PN5180|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 02:05:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Issue-with-No-IRQ-from-PN5180-sometimes/m-p/834583#M4489</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2018-07-30T02:05:31Z</dc:date>
    </item>
  </channel>
</rss>

