<?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>MQX Software SolutionsのトピックRe: UART sample code to interface RFID in FRDMK64F (Freescale_MQX_4_1)</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/UART-sample-code-to-interface-RFID-in-FRDMK64F-Freescale-MQX-4-1/m-p/336146#M10823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Titus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After install MQX you can find the following code examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;mqx_install_path&amp;gt;/mqx/examples/hello2&amp;nbsp; (simple example using UART module - serial I/O driver)&lt;/P&gt;&lt;P&gt;&amp;lt;mqx_install_path&amp;gt;/mqx/examples/rs485&amp;nbsp;&amp;nbsp;&amp;nbsp; (example on using serial I/O driver with flow control)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find the appnote AN4022, this may helps in this topic. The source code is also available:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/32bit/doc/app_note/AN4022.pdf" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4022.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/32bit/doc/app_note/AN4022SW.zip" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4022SW.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition I found the following paper (not provided by Freescale) that may helps!!&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.aicit.org/JCIT/ppl/JCIT2668PPL.pdf" title="http://www.aicit.org/JCIT/ppl/JCIT2668PPL.pdf"&gt;http://www.aicit.org/JCIT/ppl/JCIT2668PPL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt; Sol &lt;BR /&gt; &lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2015 18:07:50 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2015-01-30T18:07:50Z</dc:date>
    <item>
      <title>UART sample code to interface RFID in FRDMK64F (Freescale_MQX_4_1)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/UART-sample-code-to-interface-RFID-in-FRDMK64F-Freescale-MQX-4-1/m-p/336145#M10822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to interface RFID with FRDMK64F board and need some UART sample code for that (read and write).&lt;/P&gt;&lt;P&gt;Right now I'm using KDS as a IDE with "Freescale_MQX_4_1" software package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier I was able to run the UART code and able to read the RFID data when I used "MQX_KSDK_1.0.0" software package but I need the same for "Freescale_MQX_4_1" software package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;configure_uart_pins&lt;/P&gt;&lt;P&gt;UART_DRV_Init&lt;/P&gt;&lt;P&gt;UART_DRV_ReceivePollBlocking&lt;/P&gt;&lt;P&gt;UART_DRV_ReceiveDataBlocking&lt;/P&gt;&lt;P&gt;UART_DRV_SendData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Titus S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 16:38:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/UART-sample-code-to-interface-RFID-in-FRDMK64F-Freescale-MQX-4-1/m-p/336145#M10822</guid>
      <dc:creator>titusstalin</dc:creator>
      <dc:date>2015-01-30T16:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: UART sample code to interface RFID in FRDMK64F (Freescale_MQX_4_1)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/UART-sample-code-to-interface-RFID-in-FRDMK64F-Freescale-MQX-4-1/m-p/336146#M10823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Titus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After install MQX you can find the following code examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;mqx_install_path&amp;gt;/mqx/examples/hello2&amp;nbsp; (simple example using UART module - serial I/O driver)&lt;/P&gt;&lt;P&gt;&amp;lt;mqx_install_path&amp;gt;/mqx/examples/rs485&amp;nbsp;&amp;nbsp;&amp;nbsp; (example on using serial I/O driver with flow control)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find the appnote AN4022, this may helps in this topic. The source code is also available:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/32bit/doc/app_note/AN4022.pdf" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4022.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/32bit/doc/app_note/AN4022SW.zip" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4022SW.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition I found the following paper (not provided by Freescale) that may helps!!&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.aicit.org/JCIT/ppl/JCIT2668PPL.pdf" title="http://www.aicit.org/JCIT/ppl/JCIT2668PPL.pdf"&gt;http://www.aicit.org/JCIT/ppl/JCIT2668PPL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt; Sol &lt;BR /&gt; &lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 18:07:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/UART-sample-code-to-interface-RFID-in-FRDMK64F-Freescale-MQX-4-1/m-p/336146#M10823</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-01-30T18:07:50Z</dc:date>
    </item>
  </channel>
</rss>

