<?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: Problem with NxpRdLib, initialization in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945753#M7825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;&amp;nbsp;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="345891" data-username="stephanej@nid.swiss" href="https://community.nxp.com/people/stephanej@nid.swiss"&gt;Stéphane Joly&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;the library you mention is a library under NDA ( Non Disclosure Agreement) this means that all the information, tools and support should be delivered using secured communication channels and only with customers with active NDA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;my recommendation would be that you base this on the public NFC reader library for the NFC readers, and try to follow the activation procedure and the API equivalents on the library you are using.&lt;/P&gt;&lt;P&gt;Have a great day !&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Oct 2019 21:14:49 GMT</pubDate>
    <dc:creator>Jonathan_Iglesias</dc:creator>
    <dc:date>2019-10-01T21:14:49Z</dc:date>
    <item>
      <title>Problem with NxpRdLib, initialization</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945752#M7824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm developing a software in C++ on Windows to program the Ntag424DNA.&lt;/P&gt;&lt;P&gt;I'm using NxpRdLib_v14.1.0.1907, dll from folder NxpRdLib_v14.1.0.1907\NxpRdLib\Public\lib_x86\2010\debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm blocked after the first initialization phbalReg_PcscWin_Init.&lt;/P&gt;&lt;P&gt;It returns Status 0x0120 =&amp;nbsp; PH_COMP_BAL + PH_ERR_INVALID_DATA_PARAMS&lt;/P&gt;&lt;P&gt;It must be an error with the size of wSizeOfDataParams, but I wonder what might be wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my very basic code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8_t&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myAtr[256];&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; phStatus_t&amp;nbsp;&amp;nbsp; status;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; phbalReg_PcscWin_DataParams_t&amp;nbsp;&amp;nbsp; balPcsc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint16_t size = sizeof(phbalReg_PcscWin_DataParams_t);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Initialize the Reader (BAL)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = phbalReg_PcscWin_Init(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;balPcsc,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // [In] Pointer to this layer's parameter structure.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sizeof(phbalReg_PcscWin_DataParams_t),&amp;nbsp;&amp;nbsp; // [In] Specifies the size of the data parameter structure.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myAtr,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // [In] Pointer to buffer used for storing the ATR after card activation.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sizeof(myAtr)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // [In] Size of the ATR buffer.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue what could go wrong ?&lt;/P&gt;&lt;P&gt;Thanks and Regards, Stéphane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 09:23:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945752#M7824</guid>
      <dc:creator>stephanej</dc:creator>
      <dc:date>2019-09-19T09:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NxpRdLib, initialization</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945753#M7825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;&amp;nbsp;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="345891" data-username="stephanej@nid.swiss" href="https://community.nxp.com/people/stephanej@nid.swiss"&gt;Stéphane Joly&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;the library you mention is a library under NDA ( Non Disclosure Agreement) this means that all the information, tools and support should be delivered using secured communication channels and only with customers with active NDA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;my recommendation would be that you base this on the public NFC reader library for the NFC readers, and try to follow the activation procedure and the API equivalents on the library you are using.&lt;/P&gt;&lt;P&gt;Have a great day !&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2019 21:14:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945753#M7825</guid>
      <dc:creator>Jonathan_Iglesias</dc:creator>
      <dc:date>2019-10-01T21:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NxpRdLib, initialization</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945754#M7826</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;Thanks you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me which library I shall, use ?&lt;/P&gt;&lt;P&gt;How can I get it ?&lt;/P&gt;&lt;P&gt;Any documentation available ?&lt;/P&gt;&lt;P&gt;And maybe tutorials ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stéphane Joly&lt;/P&gt;&lt;P&gt;Senior Engineer Embedded Solutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct phone : +41 (0)32 924 04 47&lt;/P&gt;&lt;P&gt;Email : stephanej@nid.swiss&amp;lt;mailto:stephanej@nid.swiss&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NID SA - SWISS COMPETENCE IN IDENTIFICATION&lt;/P&gt;&lt;P&gt;LE CRET-DU-LOCLE 10, P.O. BOX 1161&lt;/P&gt;&lt;P&gt;2301 LA CHAUX-DE-FONDS, SWITZERLAND&lt;/P&gt;&lt;P&gt;PHONE: +41 (0)32 924 04 04 / FAX : +41 (0)32 924 04 00&lt;/P&gt;&lt;P&gt;INFO@NID.SWISS&amp;lt;mailto:info@nid.swiss&amp;gt; – &lt;A href="WWW.NID.SWISS&amp;lt;http://www.nid.swiss/&amp;gt;" target="test_blank"&gt;WWW.NID.SWISS&amp;lt;http://www.nid.swiss/&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2019 13:12:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945754#M7826</guid>
      <dc:creator>stephanej</dc:creator>
      <dc:date>2019-10-02T13:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NxpRdLib, initialization</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945755#M7827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;you can continue using the same library but also use the NFC reader library as reference,&amp;nbsp; the one you are using is secured under NDA so we cannot discuss its content here but the &lt;A class="link-titled" href="https://www.nxp.com/design/designs/nfc-reader-library-software-support-for-nfc-frontend-solutions:NFC-READER-LIBRARY" title="https://www.nxp.com/design/designs/nfc-reader-library-software-support-for-nfc-frontend-solutions:NFC-READER-LIBRARY"&gt;NFC Reader Library | NXP&lt;/A&gt;&amp;nbsp; is public also it have the .h .c documents for NTAG 424 so&amp;nbsp; my recommendation would be to use the latest NFC reader library&amp;nbsp; as a &lt;STRONG&gt;reference&lt;/STRONG&gt; so its easier to you activate the card and interact with it, the library you are using does not have the NTAG 424 implementation yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2019 16:27:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945755#M7827</guid>
      <dc:creator>Jonathan_Iglesias</dc:creator>
      <dc:date>2019-10-08T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NxpRdLib, initialization</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945756#M7828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, but I still do not understand which library I have to download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developping a C++ application for Windows 64bit.&lt;/P&gt;&lt;P&gt;I'm using a PC/SC reader HID Omnikey 5321 CR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And your link is proposing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;05.22.01        NFC Reader Library for CLRC663&amp;lt;https://nxp.flexnetoperations.com/control/frse/download?element=11164367&amp;gt;        Download Log&amp;lt;https://nxp.flexnetoperations.com/control/frse/certdlog?item_key=11164367&amp;gt;&lt;/P&gt;&lt;P&gt;05.22.01        NFC Reader Library for FRDM F82K&amp;lt;https://nxp.flexnetoperations.com/control/frse/download?element=11164417&amp;gt;      Download Log&amp;lt;https://nxp.flexnetoperations.com/control/frse/certdlog?item_key=11164417&amp;gt;&lt;/P&gt;&lt;P&gt;05.22.01        NFC Reader Library for PN5180&amp;lt;https://nxp.flexnetoperations.com/control/frse/download?element=11164457&amp;gt;         Download Log&amp;lt;https://nxp.flexnetoperations.com/control/frse/certdlog?item_key=11164457&amp;gt;&lt;/P&gt;&lt;P&gt;05.22.01        NFC Reader Library for PN7462&amp;lt;https://nxp.flexnetoperations.com/control/frse/download?element=11164487&amp;gt;         Download Log&amp;lt;https://nxp.flexnetoperations.com/control/frse/certdlog?item_key=11164487&amp;gt;&lt;/P&gt;&lt;P&gt;05.22.00        NFC Reader Library for Linux&amp;lt;https://nxp.flexnetoperations.com/control/frse/download?element=11164447&amp;gt;  Download Log&amp;lt;https://nxp.flexnetoperations.com/control/frse/certdlog?item_key=11164447&amp;gt;&lt;/P&gt;&lt;P&gt;4.04.05 NFC Reader Library for PN512&amp;lt;https://nxp.flexnetoperations.com/control/frse/download?element=8359497&amp;gt;   Download Log&amp;lt;https://nxp.flexnetoperations.com/control/frse/certdlog?item_key=8359497&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which library shall I use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stéphane Joly&lt;/P&gt;&lt;P&gt;Senior Engineer Embedded Solutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct phone : +41 (0)32 924 04 47&lt;/P&gt;&lt;P&gt;Email : stephanej@nid.swiss&amp;lt;mailto:stephanej@nid.swiss&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NID SA - SWISS COMPETENCE IN IDENTIFICATION&lt;/P&gt;&lt;P&gt;LE CRET-DU-LOCLE 10, P.O. BOX 1161&lt;/P&gt;&lt;P&gt;2301 LA CHAUX-DE-FONDS, SWITZERLAND&lt;/P&gt;&lt;P&gt;PHONE: +41 (0)32 924 04 04 / FAX : +41 (0)32 924 04 00&lt;/P&gt;&lt;P&gt;INFO@NID.SWISS&amp;lt;mailto:info@nid.swiss&amp;gt; – &lt;A href="WWW.NID.SWISS&amp;lt;http://www.nid.swiss/&amp;gt;" target="test_blank"&gt;WWW.NID.SWISS&amp;lt;http://www.nid.swiss/&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 15:44:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-with-NxpRdLib-initialization/m-p/945756#M7828</guid>
      <dc:creator>stephanej</dc:creator>
      <dc:date>2019-10-09T15:44:13Z</dc:date>
    </item>
  </channel>
</rss>

