<?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 Question, How to port NFC Library into FRDM_K64F in NFC</title>
    <link>https://community.nxp.com/t5/NFC/Question-How-to-port-NFC-Library-into-FRDM-K64F/m-p/722010#M2887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am&amp;nbsp;trying&amp;nbsp;to&amp;nbsp;port&amp;nbsp;NFC&amp;nbsp;reader&amp;nbsp;library&amp;nbsp;to&amp;nbsp;K64F&amp;nbsp;based&amp;nbsp;on&amp;nbsp;MobileKnowridge's&amp;nbsp;webinar&lt;SPAN&gt;&amp;nbsp;which&amp;nbsp;was&amp;nbsp;conducted&amp;nbsp;on&amp;nbsp;Oct.&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;But&lt;SPAN&gt;&amp;nbsp;I&amp;nbsp;cannot achieve it yet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do&amp;nbsp;you&amp;nbsp;have&amp;nbsp;any&amp;nbsp;documents&amp;nbsp;which&amp;nbsp;can&amp;nbsp;tell&amp;nbsp;more&amp;nbsp;details&amp;nbsp;than&amp;nbsp;the&amp;nbsp;materials&amp;nbsp;which&amp;nbsp;is&amp;nbsp;delivered&amp;nbsp;in&amp;nbsp;MobileKnowridge&amp;nbsp;site?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Miyamoto&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2017 06:25:27 GMT</pubDate>
    <dc:creator>SLICE</dc:creator>
    <dc:date>2017-11-20T06:25:27Z</dc:date>
    <item>
      <title>Question, How to port NFC Library into FRDM_K64F</title>
      <link>https://community.nxp.com/t5/NFC/Question-How-to-port-NFC-Library-into-FRDM-K64F/m-p/722010#M2887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am&amp;nbsp;trying&amp;nbsp;to&amp;nbsp;port&amp;nbsp;NFC&amp;nbsp;reader&amp;nbsp;library&amp;nbsp;to&amp;nbsp;K64F&amp;nbsp;based&amp;nbsp;on&amp;nbsp;MobileKnowridge's&amp;nbsp;webinar&lt;SPAN&gt;&amp;nbsp;which&amp;nbsp;was&amp;nbsp;conducted&amp;nbsp;on&amp;nbsp;Oct.&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;But&lt;SPAN&gt;&amp;nbsp;I&amp;nbsp;cannot achieve it yet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do&amp;nbsp;you&amp;nbsp;have&amp;nbsp;any&amp;nbsp;documents&amp;nbsp;which&amp;nbsp;can&amp;nbsp;tell&amp;nbsp;more&amp;nbsp;details&amp;nbsp;than&amp;nbsp;the&amp;nbsp;materials&amp;nbsp;which&amp;nbsp;is&amp;nbsp;delivered&amp;nbsp;in&amp;nbsp;MobileKnowridge&amp;nbsp;site?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Miyamoto&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 06:25:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Question-How-to-port-NFC-Library-into-FRDM-K64F/m-p/722010#M2887</guid>
      <dc:creator>SLICE</dc:creator>
      <dc:date>2017-11-20T06:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Question, How to port NFC Library into FRDM_K64F</title>
      <link>https://community.nxp.com/t5/NFC/Question-How-to-port-NFC-Library-into-FRDM-K64F/m-p/722011#M2888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/SLICE"&gt;SLICE&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have worked before on porting the library from i.mx6ul to i.mx7d, and, even though they are not MCU's, I think that what you have to do is very similar to what I have done. I have noticed that like in the case of a linux board, the library provides an abstraction layer for FreeRTOS and&amp;nbsp;implementations for the generic functions that control the SPI interface and the other required pins (like RESET, IRQ) using the KinesisSDK. I have also noticed that there are board configuration files for K82F (one for PN5180, one for RC663).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, like in my case, I believe that the only required change should be the creation of a new board configuration file using as a model one of the K82F files. You will have to set in it the correct spi interface and the correct pins used for the signals required by the NFC frontend (the SPI bus and the pins you used when you connected the NFC reader to your board, they may not be the ones already defined in the example configurations).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to use a PN5180, maybe if you specify your problem I can help you more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A document that may help you:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN11908.pdf" title="https://www.nxp.com/docs/en/application-note/AN11908.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN11908.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Dragos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 16:32:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Question-How-to-port-NFC-Library-into-FRDM-K64F/m-p/722011#M2888</guid>
      <dc:creator>dragos_mincu</dc:creator>
      <dc:date>2017-11-20T16:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question, How to port NFC Library into FRDM_K64F</title>
      <link>https://community.nxp.com/t5/NFC/Question-How-to-port-NFC-Library-into-FRDM-K64F/m-p/722012#M2889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hellon &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/dragosmincu"&gt;dragosmincu&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply.&lt;/P&gt;&lt;P&gt;I am trying to port the library into FRDM-K64F+CLEV663B.&lt;/P&gt;&lt;P&gt;I thought that it might be easy to achieve it if I can follow the material which is delivered from MobileKnowridge.&lt;/P&gt;&lt;P&gt;But I was wrong.&lt;/P&gt;&lt;P&gt;Anyway, I will read the document you showed to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 00:25:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Question-How-to-port-NFC-Library-into-FRDM-K64F/m-p/722012#M2889</guid>
      <dc:creator>SLICE</dc:creator>
      <dc:date>2017-11-21T00:25:54Z</dc:date>
    </item>
  </channel>
</rss>

