<?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 PN7462 Low Power Consumption Solutions  in NFC</title>
    <link>https://community.nxp.com/t5/NFC/PN7462-Low-Power-Consumption-Solutions/m-p/634293#M1371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ladies and Gentalments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using PN7462 CCID example with USB selective suspend and remote wakeup features.&lt;/P&gt;&lt;P&gt;When the device is entering suspend mode and insert a smart card, the card reader could be wakeup and work fine.&lt;/P&gt;&lt;P&gt;But it doesn't work if I am using nfc cards. The system will keep in the suspend state.&lt;/P&gt;&lt;P&gt;Becasue of the power consuption consideration, I am trying following solutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. RFLD: From the datasheet, PN7462 can detect RF level during sleep/standby mode. I am trying to change the wakeup config in the example code, but it doesn;t work for me. Does NXP have&amp;nbsp; any document/examples to explain how to config RFLD to make system wakeup.&lt;/P&gt;&lt;P&gt;2. LPCD: From the documents, it says Low Power Card Detection function can save power by donfig the polling time. When I&amp;nbsp;set the PHAC_DISCLOOP_CONFIG_ENABLE_LPCD feature to true in phExCcid_Clif.c and measuring the polling signal from anntena, the polling time is the same as the PHAC_DISCLOOP_CONFIG_ENABLE_LPCD was set to false. How dshould I do to enable LPCD feature on PN7462?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any recommendation will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jack#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Jan 2017 15:00:55 GMT</pubDate>
    <dc:creator>jackchan</dc:creator>
    <dc:date>2017-01-21T15:00:55Z</dc:date>
    <item>
      <title>PN7462 Low Power Consumption Solutions</title>
      <link>https://community.nxp.com/t5/NFC/PN7462-Low-Power-Consumption-Solutions/m-p/634293#M1371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ladies and Gentalments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using PN7462 CCID example with USB selective suspend and remote wakeup features.&lt;/P&gt;&lt;P&gt;When the device is entering suspend mode and insert a smart card, the card reader could be wakeup and work fine.&lt;/P&gt;&lt;P&gt;But it doesn't work if I am using nfc cards. The system will keep in the suspend state.&lt;/P&gt;&lt;P&gt;Becasue of the power consuption consideration, I am trying following solutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. RFLD: From the datasheet, PN7462 can detect RF level during sleep/standby mode. I am trying to change the wakeup config in the example code, but it doesn;t work for me. Does NXP have&amp;nbsp; any document/examples to explain how to config RFLD to make system wakeup.&lt;/P&gt;&lt;P&gt;2. LPCD: From the documents, it says Low Power Card Detection function can save power by donfig the polling time. When I&amp;nbsp;set the PHAC_DISCLOOP_CONFIG_ENABLE_LPCD feature to true in phExCcid_Clif.c and measuring the polling signal from anntena, the polling time is the same as the PHAC_DISCLOOP_CONFIG_ENABLE_LPCD was set to false. How dshould I do to enable LPCD feature on PN7462?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any recommendation will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jack#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2017 15:00:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7462-Low-Power-Consumption-Solutions/m-p/634293#M1371</guid>
      <dc:creator>jackchan</dc:creator>
      <dc:date>2017-01-21T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 Low Power Consumption Solutions</title>
      <link>https://community.nxp.com/t5/NFC/PN7462-Low-Power-Consumption-Solutions/m-p/634294#M1372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jack Chan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologies for your unattended question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt; RF Level Detector will not work to detect passive nfc cards, as there is no RF Field generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt; For the LPCD mode you need to make the next changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- In the file "phExCcid_Clif.c" change the LPCD enable parameter to "true" (I believe this is the step you already did):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;wStatus &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;phacDiscLoop_SetConfig&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;psDiscLoopParams&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;PHAC_DISCLOOP_CONFIG_ENABLE_LPCD&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; true&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Add the next macro to the file "APP_NxpBuild.h":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="property macro token"&gt;#define NXPBUILD__PHAC_DISCLOOP_LPCD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;/**&amp;lt; SRC to enable LPCD is included. */&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 17:35:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7462-Low-Power-Consumption-Solutions/m-p/634294#M1372</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2017-02-20T17:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 Low Power Consumption Solutions</title>
      <link>https://community.nxp.com/t5/NFC/PN7462-Low-Power-Consumption-Solutions/m-p/634295#M1373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer. but I have further questions:&lt;/P&gt;&lt;P&gt;1. for LPCD, I have done all you mentioned. But I measure the waveform of nfc TX, I can't see any difference between the LPCD on and off. Would you please provide a process to help me verify if my device works well?&lt;/P&gt;&lt;P&gt;2. The USB Selective Suspend of NFCCCID example. When I enable the usb selective suspend and remote wake up function by changing follow define:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 12px;"&gt;#define PH_EXNFCCCID_USB_IF_USB_SUSPEND_RESUME_FTR&amp;nbsp; 1&amp;nbsp;&amp;nbsp; /**&amp;lt; Suspend Feature Value = 1 Feature Enabled&amp;nbsp; Value = 0 Feature disabled */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000; font-size: 12px;"&gt;#define PH_EXNFCCCID_USB_IF_USB_REMOTE_WAKEUP_FTR&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; /**&amp;lt; Remote Wake up Value = 1 Feature Enabled Value = 0 Feature disabled */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px;"&gt;The LEDs will shift one by one when I attach my EVB to USB port and the LEDs will all out for awhile (entering the suspend mode) and shift again after 2 seconds (wakeup by the timer). The LED will stop on amber when I put an nfc card in the field (the card is detected) and starts the shift-out loop again. This is what I expected. The problem is the LEDs shifts-out loop can only least for sevral minutes (about 5~30 minutes in my tests). The LEDs will never on again then. The devices seems never wakeup again. Would you help on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px;"&gt;Jack&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 13:42:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7462-Low-Power-Consumption-Solutions/m-p/634295#M1373</guid>
      <dc:creator>jackchan</dc:creator>
      <dc:date>2017-02-21T13:42:11Z</dc:date>
    </item>
  </channel>
</rss>

