<?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>NFCのトピックRe: CLRC663 NFC Reader Library</title>
    <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880777#M5129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;请问，后来解决了么？如果解决了，是如何解决的呢？&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2019 10:16:39 GMT</pubDate>
    <dc:creator>592646690</dc:creator>
    <dc:date>2019-12-19T10:16:39Z</dc:date>
    <item>
      <title>CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880761#M5113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="666666.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77135i0D4A81990D110975/image-size/large?v=v2&amp;amp;px=999" role="button" title="666666.png" alt="666666.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLRC663 hardware connection mode is SPI&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="88888888.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77097iC79DD76AC7D97732/image-size/large?v=v2&amp;amp;px=999" role="button" title="88888888.png" alt="88888888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The code in the red box as shown in the figure has encountered a problem.&lt;BR /&gt;The code provided by NXP.Hello, the problem is this: the original solution&lt;BR /&gt;was STM32+RC663. All functions are normal.&lt;BR /&gt;Now it is changed to the solution of CC2640+RC663, which can be used as a&lt;BR /&gt;card reader to read data of a TAG and write data to the tag. There is a&lt;BR /&gt;problem with calling the activation card function:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/ / activate card function&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;status = phpalSli15693_ActivateCard(&amp;amp;palSli, bOption, bFlags,&lt;BR /&gt;&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; bAfi, pMask, bMaskLength,&lt;BR /&gt;&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; &amp;amp;bDsfid, pUid, &amp;amp;bMoreCardsAvaliable);&lt;/P&gt;&lt;P&gt;Every time this function is called, CC2640 (Microcontrollers) will crash, it doesn’t work.&lt;BR /&gt;If this function of the activation card is blocked, there will be no problem.&lt;BR /&gt; because the UID of the tag must be obtained by activating this function of the card,&lt;BR /&gt; this function of the activation card directly calls the code of NXP, &amp;nbsp;I don't know how&lt;/P&gt;&lt;P&gt;to solve this problem. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;1.Find only the script in serial mode, and want the simple operation register in SPI mode&lt;/P&gt;&lt;P&gt;to get the reference code of UID.&lt;/P&gt;&lt;P&gt;2. Want to know if NXP has a simple protocol command document for registers, so you&lt;/P&gt;&lt;P&gt;can write your own code to get the UID of the tag.&lt;BR /&gt;3, whether this activation function takes up memory and has a large array, causing the&lt;BR /&gt;Microcontrollers(CC2640) to crash, or it can be solved by modifying the code in this function.&lt;BR /&gt;Look forward to your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;每次调用这个函数就会导致CC2640(单片机)死机，屏蔽掉这个激活卡的函数，&lt;BR /&gt;就没有问题，但是必须通过激活卡这个函数，来获取标签的UID，因为这个激&lt;BR /&gt;活卡的函数是直接调用NXP的代码，所以现在不知道这块可能需要怎么解决。&lt;BR /&gt;1，只找到串口通信方式的脚本，想要SPI方式的简单操作寄存器来获取UID的参考代码。&lt;/P&gt;&lt;P&gt;2，想知道NXP有没有寄存器的简单的协议命令文档，这样可以自己写代码，&lt;BR /&gt;来获取标签的UID。&lt;/P&gt;&lt;P&gt;3，这个激活函数是不是占用了内存，有大数组之内的，&lt;BR /&gt;导致单片机死机，或者就在这个函数里面修改代码能解决。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 02:12:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880761#M5113</guid>
      <dc:creator>1299457179</dc:creator>
      <dc:date>2019-02-22T02:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880762#M5114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CC2640 has not been supported by the latest NFC reader library, so I think it should be some porting issue, maybe due to the memory resource is not enough to run the library. For LPC1769, it has 64KSRAM, but CC2640 seems just has 28K. That might be the root cause.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 07:07:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880762#M5114</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2019-02-25T07:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880763#M5115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have script files working with CLRC663 based on PC serial tool, and there is an example for ISO15693, please kindly refer to &lt;A class="link-titled" href="https://www.nxp.com/downloads/en/software/210910.zip" title="https://www.nxp.com/downloads/en/software/210910.zip"&gt;https://www.nxp.com/downloads/en/software/210910.zip&lt;/A&gt;&amp;nbsp; for details.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78607iE7148A58ACF8AFE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 07:17:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880763#M5115</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2019-02-25T07:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880764#M5116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the activation function is not working properly, other normal. &lt;BR /&gt;Data can be written and read by SPI normally. &lt;BR /&gt;So I don't know what to do now. &lt;BR /&gt;Because the RC663 library is transplanted on CC2640 and the development environment compiles the code. &lt;BR /&gt;There was no prompt for insufficient SRAM. &lt;BR /&gt;So I'm not sure if CC2640 (microcontroller) is running out of SRAM. &lt;BR /&gt;In addition, I need SPI mode, directly using registers to write code. &lt;BR /&gt;So you don't need too much SRAM. The script in RS232 mode is not applicable. &lt;BR /&gt;It should be noted that, as shown in the figure, the tag can be read normally by removing the part of the activation function. &lt;BR /&gt;Data, and write data to labels. But you can't get the UID of the tag.&lt;/P&gt;&lt;P&gt;Look forward to your reply.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78380iEF496FA2CF410F19/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 07:48:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880764#M5116</guid>
      <dc:creator>1299457179</dc:creator>
      <dc:date>2019-02-25T07:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880765#M5117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the same code can run on your original solution, the problem should not be in the software, I think the difference between STM32 and CC2640 is the root cause if you only replace STM32 with CC2640 in the hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 08:07:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880765#M5117</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2019-02-25T08:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880766#M5118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is caused by the difference between STM32 and CC2640. &lt;BR /&gt;Now we need to solve how to get the UID. We want to get the UID by directly manipulating the registers. Is there any reference in SPI mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 08:14:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880766#M5118</guid>
      <dc:creator>1299457179</dc:creator>
      <dc:date>2019-02-25T08:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880767#M5119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SPI mode, the UID of the label is obtained by directly manipulating the register. &lt;BR /&gt;Is there a reference in SPI mode?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Look forward to your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 08:28:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880767#M5119</guid>
      <dc:creator>1299457179</dc:creator>
      <dc:date>2019-02-25T08:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880768#M5120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The RAM sizes of STM32 and CC2640 are both 20KB. &lt;BR /&gt;Under the STM32 project, the compiler shows that the RAM used is 2.5KB. &lt;BR /&gt;Under the CC2640 project, the compiler shows that the RAM used is 9.5KB. &lt;BR /&gt;How much RAM does RC663 need?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Look forward to your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 02:43:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880768#M5120</guid>
      <dc:creator>1299457179</dc:creator>
      <dc:date>2019-02-26T02:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880769#M5121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever download the script file I mentioned above? It is just the reference you are looking for. Please refer to the following for details.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64133iDAE6DB3E5E885C94/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&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;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 08:26:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880769#M5121</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2019-02-26T08:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880770#M5122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it depends on the compiler and optimization level. Did you use the highest optimization? What is the IDE tool you use? Is it MCUXpresso? Please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&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;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 08:28:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880770#M5122</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2019-02-26T08:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880771#M5123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Previously, scripts were used in RS232 mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64216i1C778B960A9D5450/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64250iE5CFAD7D8DE62BFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, we need the way registers operate in SPI mode.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 08:38:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880771#M5123</guid>
      <dc:creator>1299457179</dc:creator>
      <dc:date>2019-02-26T08:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880772#M5124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We used the highest level of optimization, and the development environment was IAR.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 08:41:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880772#M5124</guid>
      <dc:creator>1299457179</dc:creator>
      <dc:date>2019-02-26T08:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880773#M5125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;您好：&lt;/P&gt;&lt;P&gt;简单来说，现在的硬件是SPI模式的，需要在SPI模式下的，寄存器直接操作的方式，来获取UID。&lt;/P&gt;&lt;P&gt;RS232的脚本以前使用过，脚本文件，已经看过了。有没有SPI模式下的，直接操作寄存器的方式，&lt;/P&gt;&lt;P&gt;来获取UID，以及读取和写入数据的例子。&lt;/P&gt;&lt;P&gt;期待你的回复。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 01:33:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880773#M5125</guid>
      <dc:creator>1299457179</dc:creator>
      <dc:date>2019-02-27T01:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880774#M5126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SPI and RS232 are just host interfaces which can be selected by the pins of IFSEL0 and IFSEL1, so it doesn't affect the register settings, you may still use the same process like what you have done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 03:02:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880774#M5126</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2019-02-27T03:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880775#M5127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I will try to write code and experiment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 03:38:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880775#M5127</guid>
      <dc:creator>1299457179</dc:creator>
      <dc:date>2019-02-27T03:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880776#M5128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RS232模式下操作寄存器和SPI模式下操作寄存器，不是一样的。我们当做一样的处理，完全不行。查看RC663库函数的代码，发现了如下的区别。&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72702i3426AEF37A0C394C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;按照这个区别，我们修改了代码，在SPI模式下，直接操作寄存器，如下图所以。目前只能打出场，也获取不到标签的UID。&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72744iFECDD0D4E595FC5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;现在不知道如何做了。有没有正确的在SPI模式下的，直接操作寄存器的方法来读取15693协议标签的UID和读写指定地址数据。&lt;/P&gt;&lt;P&gt;期待你的回答。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 07:14:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880776#M5128</guid>
      <dc:creator>1299457179</dc:creator>
      <dc:date>2019-03-01T07:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: CLRC663 NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880777#M5129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;请问，后来解决了么？如果解决了，是如何解决的呢？&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2019 10:16:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/CLRC663-NFC-Reader-Library/m-p/880777#M5129</guid>
      <dc:creator>592646690</dc:creator>
      <dc:date>2019-12-19T10:16:39Z</dc:date>
    </item>
  </channel>
</rss>

