<?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 K60 UART Driver in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-UART-Driver/m-p/302028#M12693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a good library/driver/example available for the K60 UART module?&lt;/P&gt;&lt;P&gt;In particular, a library/driver/example showing the appropriate way to set up&lt;/P&gt;&lt;P&gt;and handle interrupts and errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 02:57:47 GMT</pubDate>
    <dc:creator>BTaylor</dc:creator>
    <dc:date>2014-03-24T02:57:47Z</dc:date>
    <item>
      <title>K60 UART Driver</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-UART-Driver/m-p/302028#M12693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a good library/driver/example available for the K60 UART module?&lt;/P&gt;&lt;P&gt;In particular, a library/driver/example showing the appropriate way to set up&lt;/P&gt;&lt;P&gt;and handle interrupts and errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 02:57:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-UART-Driver/m-p/302028#M12693</guid>
      <dc:creator>BTaylor</dc:creator>
      <dc:date>2014-03-24T02:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: K60 UART Driver</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-UART-Driver/m-p/302029#M12694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brandon Taylor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can use PE to create a UART driver example for K60. PE is best for helping you study how to use Kinetis MCU. You can download PE at &lt;A class="jive-link-external-small" href="http://www.freescale.com/webapp/sps/site/homepage.jsp?code=BEAN_STORE_MAIN&amp;amp;tid=SWnT&amp;amp;uc=true&amp;amp;lang_cd=en"&gt;Processor Expert Software and Embedded Components&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 06:32:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-UART-Driver/m-p/302029#M12694</guid>
      <dc:creator>xiaodong_zhang</dc:creator>
      <dc:date>2014-03-25T06:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: K60 UART Driver</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-UART-Driver/m-p/302030#M12695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use the driver provided on the&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=K60_100&amp;amp;nodeId=01624698C9DE2DDDAF&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt; KINTIS512_V2_SC&lt;/A&gt; sample codes, download and look on the path:&lt;/P&gt;&lt;P&gt;C:\(your download path)\KINETIS512_V2_SC\src\drivers\uart&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a nice day :P,&lt;BR /&gt;Perla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Thu, 27 Mar 2014 21:12:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-UART-Driver/m-p/302030#M12695</guid>
      <dc:creator>perlam_i_au</dc:creator>
      <dc:date>2014-03-27T21:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: K60 UART Driver</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-UART-Driver/m-p/302031#M12696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could look at the uTasker project - it has a Kinetis UART driver supporting interrupt and DMA operation for Rx and Tx (up to 6 UARTs in parallel), with XON/XOFF and RTS/CTS flow control, RS485 mode and other bits and pieces.&lt;/P&gt;&lt;P&gt;There is an overview in this documnent: &lt;A href="http://www.utasker.com/docs/uTasker/uTaskerUART.PDF" title="http://www.utasker.com/docs/uTasker/uTaskerUART.PDF"&gt;http://www.utasker.com/docs/uTasker/uTaskerUART.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 00:27:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-UART-Driver/m-p/302031#M12696</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2014-03-28T00:27:16Z</dc:date>
    </item>
  </channel>
</rss>

