<?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>NFCのトピックPN5190 --- IRQ not response after RF Load Configuration</title>
    <link>https://community.nxp.com/t5/NFC/PN5190-IRQ-not-response-after-RF-Load-Configuration/m-p/1573942#M9901</link>
    <description>&lt;P&gt;Dear Support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.I found that the IRQ cannot return back to "Low" when "Load RF Configuration " was sent, the system gets PN5190 freezes after Load_RF_Configuration using NXP Library.&lt;/P&gt;&lt;P&gt;May I know how to solve this problem?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2022 01:24:41 GMT</pubDate>
    <dc:creator>DavidT191624</dc:creator>
    <dc:date>2022-12-23T01:24:41Z</dc:date>
    <item>
      <title>PN5190 --- IRQ not response after RF Load Configuration</title>
      <link>https://community.nxp.com/t5/NFC/PN5190-IRQ-not-response-after-RF-Load-Configuration/m-p/1573942#M9901</link>
      <description>&lt;P&gt;Dear Support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.I found that the IRQ cannot return back to "Low" when "Load RF Configuration " was sent, the system gets PN5190 freezes after Load_RF_Configuration using NXP Library.&lt;/P&gt;&lt;P&gt;May I know how to solve this problem?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 01:24:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN5190-IRQ-not-response-after-RF-Load-Configuration/m-p/1573942#M9901</guid>
      <dc:creator>DavidT191624</dc:creator>
      <dc:date>2022-12-23T01:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: PN5190 --- IRQ not response after RF Load Configuration</title>
      <link>https://community.nxp.com/t5/NFC/PN5190-IRQ-not-response-after-RF-Load-Configuration/m-p/1574893#M9905</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210057"&gt;@DavidT191624&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;There are a few points I need to explain to you:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;1. &lt;/SPAN&gt;&lt;SPAN&gt;Normal events are indicated over IRQ. Two registers do exist to handle the events from a host microcontroller which are EVENT_ENABLEand EVENT_STATUS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;• EVENT_ENABLE =&amp;gt; register, enables/disables specific event notifications&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;• EVENT_STATUS =&amp;gt; content of this register is part of the event message payload&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Which events can be enable, please refer to the Table 19. IRQ EVENT LIST of datasheet.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;2. The Command used for loading a dedicated RF protocol is LOAD_RF_CONFIGURATION (0Dh). This instruction is used to load the RF configuration from EEPROM into registers.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;So based on the above two points, if you want to trigger an event represented by the &lt;/SPAN&gt;&lt;SPAN&gt;IRQ&lt;/SPAN&gt;&lt;SPAN&gt;, you need to configure the&lt;/SPAN&gt;&lt;SPAN&gt; EVENT_ENABLE&lt;/SPAN&gt;&lt;FONT face="Calibri"&gt;&lt;SPAN&gt; register to enable this event. &lt;/SPAN&gt;&lt;SPAN&gt;Obviously,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;LOAD_RF_CONFIGURATION&lt;/SPAN&gt;&lt;SPAN&gt; is not on the list of trigger events, so it is recommended that you &lt;/SPAN&gt;&lt;FONT face="Calibri"&gt;&lt;SPAN&gt;try the &lt;/SPAN&gt;&lt;SPAN&gt;following&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;steps.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;-&amp;gt; Setting EVENT_ENABLE.bit4 = &lt;/SPAN&gt;&lt;SPAN&gt;RFON_DET_EVENT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;-&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;Executes LoadProtocol command&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;-&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;Switches the RF filed ON.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Best regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Kelly&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Technical Support&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;NXP Semiconductor&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 10:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN5190-IRQ-not-response-after-RF-Load-Configuration/m-p/1574893#M9905</guid>
      <dc:creator>KaiLi</dc:creator>
      <dc:date>2022-12-27T10:38:33Z</dc:date>
    </item>
  </channel>
</rss>

