<?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: NXPRDLIB_REM_GEN_INTFS usage in NFC</title>
    <link>https://community.nxp.com/t5/NFC/NXPRDLIB-REM-GEN-INTFS-usage/m-p/967537#M6150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version of the library are you using ? Could you please help me with that information and the file where you are seeing this definition ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not able to locate the definition you are referring to neither in the&amp;nbsp; API documentation nor in the library, so it would help me a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;BR /&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2019 15:24:01 GMT</pubDate>
    <dc:creator>stephanie_m</dc:creator>
    <dc:date>2019-08-27T15:24:01Z</dc:date>
    <item>
      <title>NXPRDLIB_REM_GEN_INTFS usage</title>
      <link>https://community.nxp.com/t5/NFC/NXPRDLIB-REM-GEN-INTFS-usage/m-p/967536#M6149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know what is the exact purpose of the &lt;STRONG&gt;NXPRDLIB_REM_GEN_INTFS&lt;/STRONG&gt; define in NXP Reader Library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I can see, if it's defined a software API interface is built with the project, otherwise it's replaced by some binary equivalent, since then only the function prototypes are available...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct? If so, where are the binary libs? What are pros/cons in selecting binary over software API?&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>Fri, 23 Aug 2019 21:34:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NXPRDLIB-REM-GEN-INTFS-usage/m-p/967536#M6149</guid>
      <dc:creator>piergiuseppe_tu</dc:creator>
      <dc:date>2019-08-23T21:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: NXPRDLIB_REM_GEN_INTFS usage</title>
      <link>https://community.nxp.com/t5/NFC/NXPRDLIB-REM-GEN-INTFS-usage/m-p/967537#M6150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version of the library are you using ? Could you please help me with that information and the file where you are seeing this definition ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not able to locate the definition you are referring to neither in the&amp;nbsp; API documentation nor in the library, so it would help me a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;BR /&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2019 15:24:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NXPRDLIB-REM-GEN-INTFS-usage/m-p/967537#M6150</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-08-27T15:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: NXPRDLIB_REM_GEN_INTFS usage</title>
      <link>https://community.nxp.com/t5/NFC/NXPRDLIB-REM-GEN-INTFS-usage/m-p/967538#M6151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Estephania, thank you for your interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting e.g. at PN7462AU-FW_v05.21.00_Full file root that definition is enabled in some NFC Reader Library examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ grep -r NXPRDLIB_REM_GEN_INTFS NfcrdlibEx*&lt;BR /&gt;NfcrdlibEx4_MIFAREClassic/intfs/ph_NxpBuild_App.h:#define NXPRDLIB_REM_GEN_INTFS&lt;BR /&gt;NfcrdlibEx5_ISO15693/intfs/ph_NxpBuild_App.h:#define NXPRDLIB_REM_GEN_INTFS&lt;BR /&gt;NfcrdlibEx7_EMVCo_Polling/intfs/ph_NxpBuild_App.h:#define NXPRDLIB_REM_GEN_INTFS&lt;BR /&gt;NfcrdlibEx9_NTagI2C/intfs/ph_NxpBuild_App.h:#define NXPRDLIB_REM_GEN_INTFS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in some PN7462AU PSP examples too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ grep -r NXPRDLIB_REM_GEN_INTFS PN7462AU*&lt;BR /&gt;PN7462AU_ex_phExMain/inc/APP_NxpBuild.h:#define NXPRDLIB_REM_GEN_INTFS&lt;BR /&gt;PN7462AU_ex_phExVCom/inc/APP_NxpBuild.h:#define NXPRDLIB_REM_GEN_INTFS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it is checked in many places in NFC Reader Library sources:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ grep -r NXPRDLIB_REM_GEN_INTFS NxpNfcRdLib/&lt;BR /&gt;NxpNfcRdLib/comps/phacDiscLoop/src/phacDiscLoop.c:#ifndef NXPRDLIB_REM_GEN_INTFS&lt;BR /&gt;NxpNfcRdLib/comps/phacDiscLoop/src/phacDiscLoop.c:#endif /* NXPRDLIB_REM_GEN_INTFS */&lt;BR /&gt;NxpNfcRdLib/comps/phalFelica/src/phalFelica.c:#ifndef NXPRDLIB_REM_GEN_INTFS&lt;BR /&gt;NxpNfcRdLib/comps/phalFelica/src/phalFelica.c:#endif /* NXPRDLIB_REM_GEN_INTFS */&lt;BR /&gt;NxpNfcRdLib/comps/phalI18000p3m3/src/phalI18000p3m3.c:#ifndef NXPRDLIB_REM_GEN_INTFS&lt;BR /&gt;NxpNfcRdLib/comps/phalI18000p3m3/src/phalI18000p3m3.c:#endif /* NXPRDLIB_REM_GEN_INTFS */&lt;/P&gt;&lt;P&gt;(...)&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>Tue, 27 Aug 2019 17:56:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NXPRDLIB-REM-GEN-INTFS-usage/m-p/967538#M6151</guid>
      <dc:creator>piergiuseppe_tu</dc:creator>
      <dc:date>2019-08-27T17:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: NXPRDLIB_REM_GEN_INTFS usage</title>
      <link>https://community.nxp.com/t5/NFC/NXPRDLIB-REM-GEN-INTFS-usage/m-p/967539#M6152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the API documentation of the reader library the definition you are seeing it's for build debug purposes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/81863i0334CE08720E6D6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2019 01:09:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NXPRDLIB-REM-GEN-INTFS-usage/m-p/967539#M6152</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-08-28T01:09:08Z</dc:date>
    </item>
  </channel>
</rss>

