<?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: LPUART K66 problem transmitting in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LPUART-K66-problem-transmitting/m-p/798345#M48570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Larry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2018 01:19:54 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2018-11-26T01:19:54Z</dc:date>
    <item>
      <title>LPUART K66 problem transmitting</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LPUART-K66-problem-transmitting/m-p/798343#M48568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the LPUART, and it works fine IF the bytes I send are 0x00 - 0x7F. If I send anything above 0x7F, it doesn't send it. Looking at the stats it shows the correct number of TX characters, but I don't see them all on the scope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application where 3 bytes are sent. The first byte will be 0x40 - 0x4f, the second will be 0x80 - 0xBF, and the last 0xCC. I see the first byte on the scope, but not the other 2 bytes. If I change the second 2 bytes to be less than 0x7F, I see all three bytes.&lt;/P&gt;&lt;P&gt;Is there an issue with the LPUART, or a setting that I missed that will not allow a byte 0x80 and up to be transmitted? I find it very strange that a UART would not allow it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Nov 2018 01:08:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LPUART-K66-problem-transmitting/m-p/798343#M48568</guid>
      <dc:creator>larrydemuth</dc:creator>
      <dc:date>2018-11-25T01:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART K66 problem transmitting</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LPUART-K66-problem-transmitting/m-p/798344#M48569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind, I found the problem.&lt;/P&gt;&lt;P&gt;When writing to the DATA register I was not casting the byte to unsigned.&lt;/P&gt;&lt;P&gt;sci_ptr-&amp;gt;DATA = c;&lt;/P&gt;&lt;P&gt;When I cast it to unsigned, it works.&lt;/P&gt;&lt;P&gt;sci_ptr-&amp;gt;DATA = (uint8_t)c;&lt;/P&gt;&lt;P&gt;It must have been messing up the other bits in the register.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Nov 2018 13:46:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LPUART-K66-problem-transmitting/m-p/798344#M48569</guid>
      <dc:creator>larrydemuth</dc:creator>
      <dc:date>2018-11-25T13:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART K66 problem transmitting</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LPUART-K66-problem-transmitting/m-p/798345#M48570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Larry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2018 01:19:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LPUART-K66-problem-transmitting/m-p/798345#M48570</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-11-26T01:19:54Z</dc:date>
    </item>
  </channel>
</rss>

