<?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 NFC-V Tag command string from NFC perspective in NFC</title>
    <link>https://community.nxp.com/t5/NFC/NFC-V-Tag-command-string-from-NFC-perspective/m-p/1302580#M8661</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to ask you to help me understand string content for nTag5 5332 from NFC perspective. From I2C I did all what I need, now I have data already write in SRAM and need to read out them from&amp;nbsp; NFC but without success to read or write any address on NFC side. Only what I read by NFC application is tag serial number and ISO type of protocol. What I understood its not possible simply use command read for adress as was before for nTag2 with mifare protocol.&lt;/P&gt;&lt;P&gt;So I found in DS contect but I didnt found more detailed explanation of each of part:&lt;/P&gt;&lt;P&gt;8bits - flags - not really sure what the flags is means?&lt;/P&gt;&lt;P&gt;8bit - SRAM READ - should be D2h?&lt;/P&gt;&lt;P&gt;8bit - Manufactor code - not sure where I could to find it? maybe in serial number?&lt;/P&gt;&lt;P&gt;64bits - UID - should be read out serial number? and its need to add in case of note "optional?"&lt;/P&gt;&lt;P&gt;8bits - Block address - should be from 00h to 3F right? deppaned from which I can start to read?&lt;/P&gt;&lt;P&gt;8bits - n of blocks - should be number of blocks to be read if I understand it correctly?&lt;/P&gt;&lt;P&gt;16bits - CRC16 - not really sure if is part of application automatically add (i hope) our should I calculate it?&lt;/P&gt;&lt;P&gt;So I guess I understand the logic, but missing me some parameters and where I could to find them? I try to check all DS also AN for bi-directional transfer and this forum but unfortunately not find :/.&lt;/P&gt;&lt;P&gt;Thank you very much inadvance.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Jaromir&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jul 2021 20:05:03 GMT</pubDate>
    <dc:creator>SebestaJaromir</dc:creator>
    <dc:date>2021-07-05T20:05:03Z</dc:date>
    <item>
      <title>NFC-V Tag command string from NFC perspective</title>
      <link>https://community.nxp.com/t5/NFC/NFC-V-Tag-command-string-from-NFC-perspective/m-p/1302580#M8661</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to ask you to help me understand string content for nTag5 5332 from NFC perspective. From I2C I did all what I need, now I have data already write in SRAM and need to read out them from&amp;nbsp; NFC but without success to read or write any address on NFC side. Only what I read by NFC application is tag serial number and ISO type of protocol. What I understood its not possible simply use command read for adress as was before for nTag2 with mifare protocol.&lt;/P&gt;&lt;P&gt;So I found in DS contect but I didnt found more detailed explanation of each of part:&lt;/P&gt;&lt;P&gt;8bits - flags - not really sure what the flags is means?&lt;/P&gt;&lt;P&gt;8bit - SRAM READ - should be D2h?&lt;/P&gt;&lt;P&gt;8bit - Manufactor code - not sure where I could to find it? maybe in serial number?&lt;/P&gt;&lt;P&gt;64bits - UID - should be read out serial number? and its need to add in case of note "optional?"&lt;/P&gt;&lt;P&gt;8bits - Block address - should be from 00h to 3F right? deppaned from which I can start to read?&lt;/P&gt;&lt;P&gt;8bits - n of blocks - should be number of blocks to be read if I understand it correctly?&lt;/P&gt;&lt;P&gt;16bits - CRC16 - not really sure if is part of application automatically add (i hope) our should I calculate it?&lt;/P&gt;&lt;P&gt;So I guess I understand the logic, but missing me some parameters and where I could to find them? I try to check all DS also AN for bi-directional transfer and this forum but unfortunately not find :/.&lt;/P&gt;&lt;P&gt;Thank you very much inadvance.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Jaromir&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 20:05:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NFC-V-Tag-command-string-from-NFC-perspective/m-p/1302580#M8661</guid>
      <dc:creator>SebestaJaromir</dc:creator>
      <dc:date>2021-07-05T20:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFC-V Tag command string from NFC perspective</title>
      <link>https://community.nxp.com/t5/NFC/NFC-V-Tag-command-string-from-NFC-perspective/m-p/1302675#M8662</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;One may find the example for it.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(byte) 0x12, // FLAGS, CHECK ISO/IEC 15693&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(byte) 0xD2, // READ SRAM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(byte) 0x04, // Manuf. code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(byte) 0x00, // Block address&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(byte) 0x06 // Number of blocks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And for the detail information one can find the NFC forum tag type technical specification as the link.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;URL:&lt;A href="https://nfc-forum.org/our-work/compliance/certification-program/certification-register/" target="_blank"&gt;https://nfc-forum.org/our-work/compliance/certification-program/certification-register/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Have a nice day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&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, 06 Jul 2021 02:51:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NFC-V-Tag-command-string-from-NFC-perspective/m-p/1302675#M8662</guid>
      <dc:creator>fangfang</dc:creator>
      <dc:date>2021-07-06T02:51:55Z</dc:date>
    </item>
  </channel>
</rss>

