<?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 PN5190 IRQ seemly missing in NFC</title>
    <link>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1428319#M9248</link>
    <description>&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;Our reader is using the IC PN5190 firmware 2.3 and the NxpNfcRdLib_06.06.00_20200924&lt;/P&gt;&lt;P&gt;Below is the software flow we are checking:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;0. Putting the card in a distance threshold above the antennas wherecommand RequestB will be failed&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;1. Turn off RF&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;phhalHw_FieldOff()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;2. Turn on RF&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;phhalHw_FieldOn()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;3. Apply RF protocol for card type ISO14443B&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;phhalHw_ApplyProtocolSettings(PHHAL_HW_CARDTYPE_ISO14443B)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;4. Loop for 250 ms(this loop will exit if reader is able to detect the card. But in this testing, we put the test card in position so that this commadn reqB will be failed)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;*status = phpalI14443p3b_RequestB(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;pPalI14443p3b, /*Pointer to ISO14443p3b PAL Structure*/ &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;0x00, /*Number Slots*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;0x10, /*Application Family Identifier*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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; PH_OFF, /*Enable Extended ATQB*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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; aAtqb, /*ATQB Response from Card*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;bAtqbLen /*ATQB Response Length*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;5. After the loop in no4, the software will go to step in no1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;We observer that&amp;nbsp;after for awhile the IRQ signal seemly missed. The process of waiting is stucked for IRQ from PN5190 for 10 seconds then able to exit, in this code portion as below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rydertacongmanh_0-1647332343978.png" style="width: 516px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/173696iAAD5E36C35B122FF/image-dimensions/516x284?v=v2" width="516" height="284" role="button" title="rydertacongmanh_0-1647332343978.png" alt="rydertacongmanh_0-1647332343978.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We used oscilloscope to ensure the issue for pin IRQ PN5190 and a GPIO for trigger purpose as below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Before entering the waiting IRQ process, GPIO is pulled as LOW value.&lt;/LI&gt;&lt;LI&gt;After exit the waiting IRQ process, GPIO is pulled HIGH value.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In case the issue happen, during 10s GPIO pull LOW, we saw there is no IRQ from PN5190.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rydertacongmanh_2-1647332970202.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/173699iCBEEE0C7ADF7BF68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rydertacongmanh_2-1647332970202.png" alt="rydertacongmanh_2-1647332970202.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;- Normally even if the card is not detected, PN5190 still need to wait for about ~ 680us follow this function as below:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#0000FF"&gt;PH_CHECK_SUCCESS_FCT(statusTmp, phhalHw_SetConfig(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;pDataParams-&amp;gt;pHalDataParams,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;PHHAL_HW_CONFIG_TIMEOUT_VALUE_US,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;PHPAL_I14443P3B_SW_ATQB_TIME_US + PHPAL_I14443P3B_SW_EXT_TIME_US));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;We are not sure the reason why in this case there is no IRQ for the timeout event 680us. Please help to let us know if you have suggestion/advise to test/checking in this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;ryder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 08:41:25 GMT</pubDate>
    <dc:creator>rydertacongmanh</dc:creator>
    <dc:date>2022-03-15T08:41:25Z</dc:date>
    <item>
      <title>PN5190 IRQ seemly missing</title>
      <link>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1428319#M9248</link>
      <description>&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;Our reader is using the IC PN5190 firmware 2.3 and the NxpNfcRdLib_06.06.00_20200924&lt;/P&gt;&lt;P&gt;Below is the software flow we are checking:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;0. Putting the card in a distance threshold above the antennas wherecommand RequestB will be failed&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;1. Turn off RF&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;phhalHw_FieldOff()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;2. Turn on RF&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;phhalHw_FieldOn()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;3. Apply RF protocol for card type ISO14443B&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;phhalHw_ApplyProtocolSettings(PHHAL_HW_CARDTYPE_ISO14443B)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;4. Loop for 250 ms(this loop will exit if reader is able to detect the card. But in this testing, we put the test card in position so that this commadn reqB will be failed)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;*status = phpalI14443p3b_RequestB(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;pPalI14443p3b, /*Pointer to ISO14443p3b PAL Structure*/ &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;0x00, /*Number Slots*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;0x10, /*Application Family Identifier*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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; PH_OFF, /*Enable Extended ATQB*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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; aAtqb, /*ATQB Response from Card*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;bAtqbLen /*ATQB Response Length*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;5. After the loop in no4, the software will go to step in no1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;We observer that&amp;nbsp;after for awhile the IRQ signal seemly missed. The process of waiting is stucked for IRQ from PN5190 for 10 seconds then able to exit, in this code portion as below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rydertacongmanh_0-1647332343978.png" style="width: 516px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/173696iAAD5E36C35B122FF/image-dimensions/516x284?v=v2" width="516" height="284" role="button" title="rydertacongmanh_0-1647332343978.png" alt="rydertacongmanh_0-1647332343978.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We used oscilloscope to ensure the issue for pin IRQ PN5190 and a GPIO for trigger purpose as below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Before entering the waiting IRQ process, GPIO is pulled as LOW value.&lt;/LI&gt;&lt;LI&gt;After exit the waiting IRQ process, GPIO is pulled HIGH value.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In case the issue happen, during 10s GPIO pull LOW, we saw there is no IRQ from PN5190.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rydertacongmanh_2-1647332970202.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/173699iCBEEE0C7ADF7BF68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rydertacongmanh_2-1647332970202.png" alt="rydertacongmanh_2-1647332970202.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;- Normally even if the card is not detected, PN5190 still need to wait for about ~ 680us follow this function as below:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#0000FF"&gt;PH_CHECK_SUCCESS_FCT(statusTmp, phhalHw_SetConfig(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;pDataParams-&amp;gt;pHalDataParams,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;PHHAL_HW_CONFIG_TIMEOUT_VALUE_US,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;PHPAL_I14443P3B_SW_ATQB_TIME_US + PHPAL_I14443P3B_SW_EXT_TIME_US));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;We are not sure the reason why in this case there is no IRQ for the timeout event 680us. Please help to let us know if you have suggestion/advise to test/checking in this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;ryder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 08:41:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1428319#M9248</guid>
      <dc:creator>rydertacongmanh</dc:creator>
      <dc:date>2022-03-15T08:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: PN5190 IRQ seemly missing</title>
      <link>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1430453#M9261</link>
      <description>&lt;P&gt;Hi ryder:&lt;/P&gt;
&lt;P&gt;From function phhalHw_Pn5190_WaitIrq(),&amp;nbsp; the time out value is 10S.&amp;nbsp; The function is waiting for the event E_PH_OSAL_EVT_RF, it should be posted by CLIF ISR once the interrupt line goes high to the CLIF HAL.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielchen_0-1647574720681.png" style="width: 511px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/174110iD2307C7EDEDB54B7/image-dimensions/511x326?v=v2" width="511" height="326" role="button" title="danielchen_0-1647574720681.png" alt="danielchen_0-1647574720681.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 03:46:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1430453#M9261</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2022-03-18T03:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: PN5190 IRQ seemly missing</title>
      <link>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1430603#M9263</link>
      <description>&lt;P&gt;Dear Daniel,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;From function phhalHw_Pn5190_WaitIrq(),&amp;nbsp; the time out value is 10S.&amp;nbsp; The function is waiting for the event E_PH_OSAL_EVT_RF, it should be posted by CLIF ISR once the interrupt line goes high to the CLIF HAL&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;-&amp;gt; Yes, normally there is IRQ raised, but when the issue happen we saw that there is no any IRQ raised during the waiting duration for 10s as the mentioned oscilloscope 's result.&lt;/P&gt;&lt;P&gt;Below is the flow of control currently:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT size="2"&gt;0. Putting the card in a distance threshold above the antennas wherecommand RequestB will be failed&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;1. Turn off RF&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;phhalHw_FieldOff()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;2. Turn on RF&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;phhalHw_FieldOn()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;3. Apply RF protocol for card type ISO14443B&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;phhalHw_ApplyProtocolSettings(PHHAL_HW_CARDTYPE_ISO14443B)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;4. Loop for 250 ms(this loop will exit if reader is able to detect the card. But in this testing, we put the test card in position so that this commadn reqB will be failed)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;*status = phpalI14443p3b_RequestB(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;pPalI14443p3b, /*Pointer to ISO14443p3b PAL Structure*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;0x00, /*Number Slots*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;0x10, /*Application Family Identifier*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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; PH_OFF, /*Enable Extended ATQB*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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; aAtqb, /*ATQB Response from Card*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&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;bAtqbLen /*ATQB Response Length*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;5. After the loop in no4, the software will go to step in no1&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT size="2"&gt;--&amp;gt; Is it possible that in step no4, we are sending command RequestB continueously in loop 250ms without guard time can cause this issue of missing IRQ from PN5190?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thank you very much,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;ryder&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 09:01:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1430603#M9263</guid>
      <dc:creator>rydertacongmanh</dc:creator>
      <dc:date>2022-03-18T09:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: PN5190 IRQ seemly missing</title>
      <link>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1431852#M9276</link>
      <description>&lt;P&gt;This possibility can not be ruled out.&amp;nbsp; I would suggest you refer to NfcrdlibEx3 Demo,&amp;nbsp; this demo will demonstrate reader functions to detect type A, type B, type F , type V tags and 18000p3m3 tags.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 09:24:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1431852#M9276</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2022-03-22T09:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: PN5190 IRQ seemly missing</title>
      <link>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1432474#M9281</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Daniel,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Yes, we applied the guard time between two commands reqB consecutive and so far the issue not happen. But this is seemly strange because when we use the PN5180, the issue did not happen with this guard time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ryder&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 08:25:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN5190-IRQ-seemly-missing/m-p/1432474#M9281</guid>
      <dc:creator>rydertacongmanh</dc:creator>
      <dc:date>2022-03-23T08:25:30Z</dc:date>
    </item>
  </channel>
</rss>

