<?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 Mifare Desfire EV1 in NFC</title>
    <link>https://community.nxp.com/t5/NFC/Problem-with-Mifare-Desfire-EV1/m-p/739049#M3139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="309762" data-username="marcinbaliniak" href="https://community.nxp.com/people/marcinbaliniak"&gt;Marcin Baliniak&lt;/A&gt;, hope you are doing great, my apologies for the delay in our response, to answer your question about the library please try to look for the&amp;nbsp;Sw352221 in docstore the library is not in the pn5180 but in the PNEV5180 this library is for the evaluation board with the 5180, also you can look for sw440410 or Sw375617 this might be helpful for you working with DESFire, please understand that some information about this might be under NDA all the information under NDA must be shared using secure communication channels or platforms like Docstore. please check the information I sent you.if you have&amp;nbsp; more questions please let me know.&lt;/P&gt;&lt;P&gt;have a great day!&lt;/P&gt;&lt;P&gt;&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, 20 Feb 2018 20:27:14 GMT</pubDate>
    <dc:creator>Jonathan_Iglesias</dc:creator>
    <dc:date>2018-02-20T20:27:14Z</dc:date>
    <item>
      <title>Problem with Mifare Desfire EV1</title>
      <link>https://community.nxp.com/t5/NFC/Problem-with-Mifare-Desfire-EV1/m-p/739046#M3136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've just tried to implement basic access to Desfire EV1 tags and later to the EV2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've modified one of examples and also added some functions to interact with EV1 tag but function&amp;nbsp;phalMfdf_CreateApplication() fails with status:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error - (0x1988) has occurred : 0xCCEE CC-Component ID, EE-Error code. Refer-ph_Status.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find description about this status in ph_Status.h so don't know what is the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is part of the code, Init and version read are OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;/* Initialize the MF DesFire EV1 component */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; status = phalMfdf_Sw_Init(&amp;amp;alMfdf, /**&amp;lt; [In] Pointer to this layer's parameter structure */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; sizeof(phalMfdf_Sw_DataParams_t), /**&amp;lt; [In] Specifies the size of the data parameter structure */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; &amp;amp;palMifare_Sw, /**&amp;lt; [In] Pointer to a palMifare component context */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; NULL, /**&amp;lt; [In] Pointer to Key Store data parameters */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; NULL, /**&amp;lt; [In] Pointer to a Crypto component context for encryption */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; NULL, /**&amp;lt; [In] Pointer to a CryptoRng component context */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; pHal); /**&amp;lt; [In] Pointer to the HAL parameters structure */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; CHECK_SUCCESS(status);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;status = phalMfdf_Sw_GetVersion(&amp;amp;alMfdf,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; pVersion);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;CHECK_SUCCESS(status);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;DEBUG_PRINTF("Version info:\n\t");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; phApp_Print_Buff( pVersion, 7);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; DEBUG_PRINTF("\n\t");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; phApp_Print_Buff( pVersion+7, 7);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; DEBUG_PRINTF("\n\t");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; phApp_Print_Buff( pVersion+14, 14);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;/* Create Application */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; status = phalMfdf_CreateApplication(&amp;amp;alMfdf, /**&amp;lt; [In] Pointer to parameters data structure */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; 0x03, /**&amp;lt; [In] Option to indicate whether this application has ISO Fid and DF */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; aAID, /**&amp;lt; [In] 3 byte AID, LSB First */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; 0x0F, /**&amp;lt; [In] Key Settings 1 - 1 Byte */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; 0x21, /**&amp;lt; [In] Key Settings 2 - 1 Byte */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; aISOFileId_A, /**&amp;lt; [In] Two byte ISO File Id, LSB First */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; aISODFName, /**&amp;lt; [In] ISO DF Name. Maximum 16 bytes */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; bDFLen); /**&amp;lt; [In] Length of DF Name provided above */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; CHECK_SUCCESS(status);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have also question about access to full NXPLib with sources and examples for EV1 and EV2. I've found information that is available under NDA. Our company already signed NDA nad we have an access to docstore, but I can't find full NXPLib there. I have full access to PN5180 chip but can't find NXPlib + EV1/EV2 support. How and where I can find this sources?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Marcin.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:19:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Problem-with-Mifare-Desfire-EV1/m-p/739046#M3136</guid>
      <dc:creator>marcinbaliniak</dc:creator>
      <dc:date>2018-02-12T13:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Mifare Desfire EV1</title>
      <link>https://community.nxp.com/t5/NFC/Problem-with-Mifare-Desfire-EV1/m-p/739047#M3137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I've found answer about error code 0x1988 - application already exists. But Second question is still valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a question about functions for Desfire cards. I found that only basics commands are implemented (create app/file, etc) but can't find functions like authorize, format card etc. Does it come with NDA sources or should be implemented by the user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 11:34:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Problem-with-Mifare-Desfire-EV1/m-p/739047#M3137</guid>
      <dc:creator>marcinbaliniak</dc:creator>
      <dc:date>2018-02-13T11:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Mifare Desfire EV1</title>
      <link>https://community.nxp.com/t5/NFC/Problem-with-Mifare-Desfire-EV1/m-p/739048#M3138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for another post, but didn't get any answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the NXP provide additional sources for Desfire EV1 and EV2 under NDA ? I can browse all documents for PN5180 but can't find any additional sources for NXP Lib. In the NXP lib folders I found some information about additional components in CMakeLists.txt like&amp;nbsp;phalMfpEv1, phalMfdfEv2, etc. but can't find it in docstore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where I can find this sources ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Marcin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 11:01:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Problem-with-Mifare-Desfire-EV1/m-p/739048#M3138</guid>
      <dc:creator>marcinbaliniak</dc:creator>
      <dc:date>2018-02-19T11:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Mifare Desfire EV1</title>
      <link>https://community.nxp.com/t5/NFC/Problem-with-Mifare-Desfire-EV1/m-p/739049#M3139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="309762" data-username="marcinbaliniak" href="https://community.nxp.com/people/marcinbaliniak"&gt;Marcin Baliniak&lt;/A&gt;, hope you are doing great, my apologies for the delay in our response, to answer your question about the library please try to look for the&amp;nbsp;Sw352221 in docstore the library is not in the pn5180 but in the PNEV5180 this library is for the evaluation board with the 5180, also you can look for sw440410 or Sw375617 this might be helpful for you working with DESFire, please understand that some information about this might be under NDA all the information under NDA must be shared using secure communication channels or platforms like Docstore. please check the information I sent you.if you have&amp;nbsp; more questions please let me know.&lt;/P&gt;&lt;P&gt;have a great day!&lt;/P&gt;&lt;P&gt;&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, 20 Feb 2018 20:27:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Problem-with-Mifare-Desfire-EV1/m-p/739049#M3139</guid>
      <dc:creator>Jonathan_Iglesias</dc:creator>
      <dc:date>2018-02-20T20:27:14Z</dc:date>
    </item>
  </channel>
</rss>

