<?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 NFC Reader Library examples vs PSP examples in NFC</title>
    <link>https://community.nxp.com/t5/NFC/NFC-Reader-Library-examples-vs-PSP-examples/m-p/946442#M5893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm developing a firmware application for a PN7462AU based product. I cannot understand if, as a starting point, &lt;STRONG&gt;it is suggested to select either an NFC Reader Library example&lt;/STRONG&gt; (e.g. NfcrdlibEx3_NFCForum) &lt;STRONG&gt;or a PSP example&lt;/STRONG&gt; (e.g. PN7462AU_ex_phExNFCCcid) and what are the pro and the cons, if any. It seems that the NFC Reader Library examples are &lt;STRONG&gt;simpler&lt;/STRONG&gt;, mostly regarding NFC stack initialization which is always done by means of phNfcLib_Init function (even when NXPBUILD__PHNFCLIB_PROFILES is left undefined and other functions from simplified API, like phNfcLib_Transmit/receive, aren't used at all).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hints?&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;Peppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Aug 2019 14:08:15 GMT</pubDate>
    <dc:creator>piergiuseppe_tu</dc:creator>
    <dc:date>2019-08-20T14:08:15Z</dc:date>
    <item>
      <title>NFC Reader Library examples vs PSP examples</title>
      <link>https://community.nxp.com/t5/NFC/NFC-Reader-Library-examples-vs-PSP-examples/m-p/946442#M5893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm developing a firmware application for a PN7462AU based product. I cannot understand if, as a starting point, &lt;STRONG&gt;it is suggested to select either an NFC Reader Library example&lt;/STRONG&gt; (e.g. NfcrdlibEx3_NFCForum) &lt;STRONG&gt;or a PSP example&lt;/STRONG&gt; (e.g. PN7462AU_ex_phExNFCCcid) and what are the pro and the cons, if any. It seems that the NFC Reader Library examples are &lt;STRONG&gt;simpler&lt;/STRONG&gt;, mostly regarding NFC stack initialization which is always done by means of phNfcLib_Init function (even when NXPBUILD__PHNFCLIB_PROFILES is left undefined and other functions from simplified API, like phNfcLib_Transmit/receive, aren't used at all).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hints?&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;Peppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 14:08:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NFC-Reader-Library-examples-vs-PSP-examples/m-p/946442#M5893</guid>
      <dc:creator>piergiuseppe_tu</dc:creator>
      <dc:date>2019-08-20T14:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: NFC Reader Library examples vs PSP examples</title>
      <link>https://community.nxp.com/t5/NFC/NFC-Reader-Library-examples-vs-PSP-examples/m-p/946443#M5894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/piergiuseppe.tundo@mermecgroup.com"&gt;piergiuseppe.tundo@mermecgroup.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is depends very much on the application you want to develop. All those examples are using the NFC Reader Library. But every has a dedicated purpose to showcase different functionality.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a NFC Forum compliant reader to communicate with tags as well as with mobile phones you should have a look at the example '&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;NfcrdlibEx3_NFCForum', but if you want to use your reader as a PC/SC CCID device it&amp;nbsp;will be an easier start by looking at '&lt;SPAN&gt;PN7462AU_ex_phExNFCCcid'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;In general examples starting with 'PN7462AU' are dedicated and only available for the PN7462.&amp;nbsp;On the other hand examples starting with '&lt;SPAN style="background-color: #ffffff;"&gt;NfcrdlibEx3' are independent of the reader chip (as long as the functionality is supported) and can be used with various NXP reader chips (CLRC663, PN5180, PN7462, etc...).&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;A good start to get familiar with the use of the NFC Reader Library might be the basic discovery loop example. As soon as you know what your host interface should be (USB, VCOM, UART, SPI, ....) you can look into one of those examples as well. Most probably your application in the end will use snippets from more than one example.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;I hope this was helpful. Do not hesitate to ask if anything has been left unanswered :smileyhappy:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Best regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Alex&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 12:03:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NFC-Reader-Library-examples-vs-PSP-examples/m-p/946443#M5894</guid>
      <dc:creator>AlexanderB</dc:creator>
      <dc:date>2019-08-21T12:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: NFC Reader Library examples vs PSP examples</title>
      <link>https://community.nxp.com/t5/NFC/NFC-Reader-Library-examples-vs-PSP-examples/m-p/946444#M5895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Alexander, thank you very much for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2019 21:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NFC-Reader-Library-examples-vs-PSP-examples/m-p/946444#M5895</guid>
      <dc:creator>piergiuseppe_tu</dc:creator>
      <dc:date>2019-08-23T21:25:29Z</dc:date>
    </item>
  </channel>
</rss>

