<?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: Card Write limits in NXP Designs</title>
    <link>https://community.nxp.com/t5/NXP-Designs/Card-Write-limits/m-p/1095184#M682</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;Please refer to the datasheet available in &lt;A href="https://www.docstore.nxp.com/"&gt;DocStore&lt;/A&gt; for the max buffer size.&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;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2020 19:45:12 GMT</pubDate>
    <dc:creator>IvanRuiz</dc:creator>
    <dc:date>2020-05-18T19:45:12Z</dc:date>
    <item>
      <title>Card Write limits</title>
      <link>https://community.nxp.com/t5/NXP-Designs/Card-Write-limits/m-p/1095183#M681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we write 128 bytes of data to Desfire Ev2 4k card, In single go or at a time ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2020 05:14:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/Card-Write-limits/m-p/1095183#M681</guid>
      <dc:creator>sachin_singh</dc:creator>
      <dc:date>2020-05-16T05:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Card Write limits</title>
      <link>https://community.nxp.com/t5/NXP-Designs/Card-Write-limits/m-p/1095184#M682</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;Please refer to the datasheet available in &lt;A href="https://www.docstore.nxp.com/"&gt;DocStore&lt;/A&gt; for the max buffer size.&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;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2020 19:45:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/Card-Write-limits/m-p/1095184#M682</guid>
      <dc:creator>IvanRuiz</dc:creator>
      <dc:date>2020-05-18T19:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Card Write limits</title>
      <link>https://community.nxp.com/t5/NXP-Designs/Card-Write-limits/m-p/1095185#M683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already gone through the docstore and read out some the documents.&lt;/P&gt;&lt;P&gt;From the document -&amp;nbsp;an363013 - AN3630 MIFARE DESFire EV2 Features and Hints (1.3), I read that card can write and read upto 64 bytes at a time with default FSCI and the default value of FSCI is 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it can be setted further max value upto 7, which can support the 128 bytes of data size for transreceive of data at single time.&lt;/P&gt;&lt;P&gt;I have changed the FSCI value to 7 for the 128 bytes size for the data transmission.&lt;/P&gt;&lt;P&gt;(As this detail I found from the product data sheet of Mifare Desfire card Ev2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After setting the FSCI value to 7 for the 128 bytes data, I am un-able to send 128 bytes of data and still it write max 64 bytes of data to card at single time or single go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where as I need to write &amp;amp; read full 128 bytes of data to card at single time not IN CHUNKS.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example : I have data of 800 bytes and need to write it into the card. For that I have prepared it with wrapped native command.&lt;/P&gt;&lt;P&gt;Now with default FSCI value 5 which handles the 64 bytes of data at time. To write 800 bytes of data to card I have to send write command for 800/64 = 12 times or say in the chunks of 12 write commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after after setting FSCI value to 7, which handles the 128 bytes of data at a time. Then to write 800 bytes of data to card I have to send write command for 800/128=6 times or say in chunks of 6 write commands with data of 128 bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are getting my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forwards for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 05:31:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/Card-Write-limits/m-p/1095185#M683</guid>
      <dc:creator>sachin_singh</dc:creator>
      <dc:date>2020-05-19T05:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Card Write limits</title>
      <link>https://community.nxp.com/t5/NXP-Designs/Card-Write-limits/m-p/1095186#M684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The information about this product is confidential, please help us to contact your distributor or FAE assigned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 13:12:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/Card-Write-limits/m-p/1095186#M684</guid>
      <dc:creator>IvanRuiz</dc:creator>
      <dc:date>2020-05-19T13:12:03Z</dc:date>
    </item>
  </channel>
</rss>

