<?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 Re: UART on kl25z in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296681#M12224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/gibbon1"&gt;gibbon1&lt;/A&gt; . That is a very useful information.&lt;/P&gt;&lt;P&gt;Can you please tell me, What is the operating voltage of rx/tx uart line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Mar 2014 07:06:46 GMT</pubDate>
    <dc:creator>aayushm</dc:creator>
    <dc:date>2014-03-15T07:06:46Z</dc:date>
    <item>
      <title>UART on kl25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296679#M12222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the differnce&amp;nbsp; between UART0, UART1, UART2 on kl25z ?&lt;/P&gt;&lt;P&gt;What is the operating voltage of RX/TX pin of kl25z ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 19:53:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296679#M12222</guid>
      <dc:creator>aayushm</dc:creator>
      <dc:date>2014-03-14T19:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: UART on kl25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296680#M12223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The big difference is that UART0 has more clock options than UART1 and UART2. See system Options Register 2 (SIM_SOPT2) in the data sheet. UART1 and 2 use the same clock as runs the processor core. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I'm constantly switching off the FLL clock and running the uP off the internal 4MHz clock to save power. By using the 4MHz clock to run UART0 I don't have to worry about data being sent out the uart getting corrupted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there are also some features to automatically wake the uart up when the tx line toggles on UART0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 00:58:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296680#M12223</guid>
      <dc:creator>gibbon1</dc:creator>
      <dc:date>2014-03-15T00:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: UART on kl25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296681#M12224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/gibbon1"&gt;gibbon1&lt;/A&gt; . That is a very useful information.&lt;/P&gt;&lt;P&gt;Can you please tell me, What is the operating voltage of rx/tx uart line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 07:06:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296681#M12224</guid>
      <dc:creator>aayushm</dc:creator>
      <dc:date>2014-03-15T07:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: UART on kl25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296682#M12225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally I think they are just standard CMOS voltage levels, typically 3.3V logic. If you want actual RS232 or RS485 signal levels you need an interface chip. For development stuff I use a USB to 3.3V serial cable see link below. to talk to the processor serial port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf" title="http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf"&gt;http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 08:12:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296682#M12225</guid>
      <dc:creator>gibbon1</dc:creator>
      <dc:date>2014-03-15T08:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: UART on kl25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296683#M12226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check my colleague comments at below thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/320901"&gt;UART on kl25z&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;BR /&gt; &lt;BR /&gt;Best regards,&lt;BR /&gt;Ma Hui&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>Mon, 17 Mar 2014 05:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-on-kl25z/m-p/296683#M12226</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2014-03-17T05:43:04Z</dc:date>
    </item>
  </channel>
</rss>

