<?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: MFRC630 no response from LPCD Interrupt mode in NFC</title>
    <link>https://community.nxp.com/t5/NFC/MFRC630-no-response-from-LPCD-Interrupt-mode/m-p/1392796#M9086</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192845"&gt;@santosh2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Actually there is a LPCD demo "NfcrdlibTst12_Rc663Lpcd " available in the latest NFC reader library, and we also provide the following app note on LPCD topic, Please kindly refer to the following for details.&lt;BR clear="none" /&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN11783.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN11783.pdf&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;And you may refer to the information for your application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-----------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Wed, 29 Dec 2021 02:28:02 GMT</pubDate>
    <dc:creator>fangfang</dc:creator>
    <dc:date>2021-12-29T02:28:02Z</dc:date>
    <item>
      <title>MFRC630 no response from LPCD Interrupt mode</title>
      <link>https://community.nxp.com/t5/NFC/MFRC630-no-response-from-LPCD-Interrupt-mode/m-p/1391814#M9081</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;We have designed Low Power RFID based device where we are using MFRC630 Plus reader chip,with Mifare 1K classic card.&lt;/P&gt;&lt;P&gt;After reading version register of the RFID Chip we are understand this is MFRC63002 chip as per data sheet,&amp;nbsp;also we have read Mifare 1K classic card.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We wanted configure LPCD(Low Power Card Detection) Interrupt for which we made respective configuration but i am not able to get LPCD Interrupt.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However&amp;nbsp; if we configure any of TIMER interrupts(TIMER0 TO TIMER4) we are able to get interrupts.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;we are not able to&amp;nbsp; understand where we are going&amp;nbsp; wrong please find below code for LPCD interrupt Configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SoftReset(); //Soft reset the RFID chip
MFRC630CmdIdle();
MFRC630FlushFifo();
// Configure Radio Protocol
MFRC630AN1102recommendedregisters(MFRC630PROTOISO14443A106MILLERMANCHESTER);
MFRC630WriteReg(MFRC630_REG_DRVMOD, 0x8E);
MFRC630WriteReg(MFRC630_REG_TXAMP, 0x12);
MFRC630WriteReg(MFRC630_REG_DRVCON, 0x39);
MFRC630WriteReg(MFRC630_REG_TXL, 0x06);
uint8_t instruction;
// ready the request.
uint8_t send_req[] = {instruction};

MFRC630WriteReg(0x06, 0x7F); // clear interrupts
MFRC630WriteReg(0x07, 0x7F);

MFRC630WriteReg(0x08,0x80);
MFRC630WriteReg(0x09,0xE0); //only trigger on LPCD for irq1

MFRC630WriteReg(0x24, 0x00); // Write min. T4 reload value Hi
MFRC630WriteReg(0x25, 0x05); // Write min. T4 reload value Lo
MFRC630WriteReg(0x23,0xDC); // Config T4 for AutoLPCD&amp;amp;AutoRestart.Set AutoTrimm bit.Start T4.
while(!(MFRC630ReadReg( 0x23) &amp;amp; 0x80))
{
MFRC630WriteReg( 0x23 , 0xDC);
}
MFRC630WriteReg(0x43, 0x40);
while(!(MFRC630ReadReg(0x00) &amp;amp; 0x80))
{
MFRC630WriteReg(0x00, 0x41);
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would request if possible can any one please help us with LPCD interrupt configuration at your earliest.&lt;/P&gt;&lt;P&gt;Please let me know if there any mistakes or modification which we are missing for LPCD configuration.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Santosh P&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 10:22:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/MFRC630-no-response-from-LPCD-Interrupt-mode/m-p/1391814#M9081</guid>
      <dc:creator>santosh2</dc:creator>
      <dc:date>2021-12-24T10:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: MFRC630 no response from LPCD Interrupt mode</title>
      <link>https://community.nxp.com/t5/NFC/MFRC630-no-response-from-LPCD-Interrupt-mode/m-p/1392796#M9086</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192845"&gt;@santosh2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Actually there is a LPCD demo "NfcrdlibTst12_Rc663Lpcd " available in the latest NFC reader library, and we also provide the following app note on LPCD topic, Please kindly refer to the following for details.&lt;BR clear="none" /&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN11783.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN11783.pdf&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;And you may refer to the information for your application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-----------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 02:28:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/MFRC630-no-response-from-LPCD-Interrupt-mode/m-p/1392796#M9086</guid>
      <dc:creator>fangfang</dc:creator>
      <dc:date>2021-12-29T02:28:02Z</dc:date>
    </item>
  </channel>
</rss>

