<?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>LPC MicrocontrollersのトピックRe: TDA8026 - Card Activation</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1370643#M46992</link>
    <description>&lt;P&gt;Hi! is there any axample/code that initialites any TDA, using GPIO instead of I2C? some TDAs doesnt have an I2C interface. Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 12 Nov 2021 11:38:52 GMT</pubDate>
    <dc:creator>davidsagasta97</dc:creator>
    <dc:date>2021-11-12T11:38:52Z</dc:date>
    <item>
      <title>TDA8026 - Card Activation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1275875#M44984</link>
      <description>&lt;P&gt;Hello all. I'm currently working on a Contact Card Interface. The idea is to send APDU's from a i.MX8M microprocessor throught it's USB bus to PN7412, that has a TDA8026 connected to it. I was able to successfully communicate and activate contact cards located at PN main slot, but when I try to replicate the same procedure in a card located at one of the TDA8026 slots (Slot 5), I get a empty ATR vector response, meaning that no activation was done. Here's the steps I followed in order to make it respond.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    phStatus_t eStatus = PH_ERR_FAILED;
#ifdef PHFL_ENABLE_SAM_KEY_STORE
    /* Global instance for  CT pal parameter's structure */
    phhalCt_InitParam_t sInitParams;
    uint8_t gbAtrBuffer[32]={0};
    phpalCt_DataParams_t tDataParams;
	tDataParams.pbAtrBuffer = (uint8_t *)&amp;amp;gbAtrBuffer;
	tDataParams.bSizeOfATRbuffer = 32;

    sInitParams.bAutoCTDeactivationEnable= 0;
    sInitParams.bCardPresConnectorStatus= gpkphCfg_EE_Boot_CT-&amp;gt;bConnectorType;
    sInitParams.bPullupSetStatus = gpkphCfg_EE_Boot_CT-&amp;gt;bPullUp;
    sInitParams.bSlewRateConfig = gpkphCfg_EE_Boot_CT-&amp;gt;bSlewRate;

    phpalCt_Init(&amp;amp;sInitParams);

    do
   {
        tDataParams.pbAtrBuffer = (uint8_t *)&amp;amp;gbAtrBuffer;
        tDataParams.bSizeOfATRbuffer = 32;

       /*Initialize the TDA*/
       eStatus = phhalTda_Init();
       CHECK_SUCCESS(eStatus);

       /*Switch to auxiliary slot, because SAM is will be used from auxiliary slot*/
       phhalCt_SwitchSlot(E_AUXILIARY_SLOT);

       /*Select the Auxiliary slot number*/
       eStatus = phhalTda_SelectSlot((uint32_t)gbTdaSlotNum);

       /*Check the presence of SAM in the selected slot*/
       eStatus = phhalTda_GetStatus(E_PRESENCE);
       if(eStatus != SAM_CARD_PRESENT_IN_SLOT)
       {
           break;
       }

    phpalCt_SetConfig(E_EMV_ENABLE,0);


    /*Activate the SAM card*/
    eStatus =  phhalTda_ActivateCard(&amp;amp;tDataParams);&lt;/LI-CODE&gt;&lt;P&gt;I'm using&amp;nbsp;&lt;STRONG&gt;DoorAcceessExample_AUX_slot&amp;nbsp;&lt;/STRONG&gt;software example provided by NXP and developed by &lt;STRONG&gt;Anish Ahammed&lt;/STRONG&gt; in 2016.&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 19:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1275875#M44984</guid>
      <dc:creator>thiago_machado</dc:creator>
      <dc:date>2021-05-12T19:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: TDA8026 - Card Activation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1278118#M45034</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/118425"&gt;@thiago_machado&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you make any change in&amp;nbsp;&lt;STRONG&gt;DoorAcceessExample_AUX_slot &lt;/STRONG&gt;example?&amp;nbsp;Please kindly clarify.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 09:08:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1278118#M45034</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-05-18T09:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: TDA8026 - Card Activation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1278277#M45040</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;Where is this example? I can't find it.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 13:56:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1278277#M45040</guid>
      <dc:creator>Bonat</dc:creator>
      <dc:date>2021-05-18T13:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: TDA8026 - Card Activation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1281726#M45120</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186715"&gt;@Bonat&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is part of EC version but not publicly released , you may request it via the following channel with a valid NDA. Please kindly refer to the following for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/HomeTest-Knowledge-Base/How-to-submit-a-new-question-for-NXP-Support/ta-p/1117058" target="_blank"&gt;https://community.nxp.com/t5/HomeTest-Knowledge-Base/How-to-submit-a-new-question-for-NXP-Support/ta-p/1117058&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 09:50:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1281726#M45120</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-05-25T09:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: TDA8026 - Card Activation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1301956#M45730</link>
      <description>&lt;P&gt;Thank you for your reply, Kan Li! Could you give me access to this content? I got this message when i tried to access: "&lt;SPAN&gt;You do not have sufficient privileges for this resource or its parent to perform this action."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Bruno.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 18:03:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1301956#M45730</guid>
      <dc:creator>Bonat</dc:creator>
      <dc:date>2021-07-02T18:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: TDA8026 - Card Activation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1308591#M45875</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;could you help me with this?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 18:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1308591#M45875</guid>
      <dc:creator>Bonat</dc:creator>
      <dc:date>2021-07-15T18:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: TDA8026 - Card Activation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1356458#M46807</link>
      <description>&lt;P&gt;Hello! How to get&amp;nbsp;&lt;STRONG&gt;DoorAcceessExample_AUX_slot &lt;/STRONG&gt;&lt;SPAN&gt;example? How I can&amp;nbsp;&lt;STRONG&gt;request it?&lt;/STRONG&gt;&amp;nbsp;Where do&amp;nbsp;I need to sign valid NDA?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 11:46:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1356458#M46807</guid>
      <dc:creator>tyugayNA</dc:creator>
      <dc:date>2021-10-15T11:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: TDA8026 - Card Activation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1370643#M46992</link>
      <description>&lt;P&gt;Hi! is there any axample/code that initialites any TDA, using GPIO instead of I2C? some TDAs doesnt have an I2C interface. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 11:38:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TDA8026-Card-Activation/m-p/1370643#M46992</guid>
      <dc:creator>davidsagasta97</dc:creator>
      <dc:date>2021-11-12T11:38:52Z</dc:date>
    </item>
  </channel>
</rss>

