<?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 problem on K60 (parity) in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213969#M3625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Setting options to 9 databits solved the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the MQX driver, and not bare metal. It seems like something the MQX driver should take care of, or at least should be mentioned in the serial driver section of the MQX I/O drivers user guide. Maybe it's a standard way to do it, and I just have insufficient serial port driver experience, but it's not exactly logical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 16:56:51 GMT</pubDate>
    <dc:creator>UniversalTroope</dc:creator>
    <dc:date>2011-07-07T16:56:51Z</dc:date>
    <item>
      <title>UART problem on K60 (parity)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213965#M3621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm having some problems with UART3 on the K60 Tower board (Rev. C) (the one that's connected to the RS232 port on the serial board).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to send data out, but when I want to use parity, I get only garbage (verified on two computers, with two different serial cables).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The included source file replaces nill.c in the MQX 3.7 example nill.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll be very happy if someone can see where the problem is, or even just verify the problem on their K60/serial board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 14:13:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213965#M3621</guid>
      <dc:creator>UniversalTroope</dc:creator>
      <dc:date>2011-06-10T14:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: UART problem on K60 (parity)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213966#M3622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly the same problem on UART 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone successfully used parity on any Kinetis UART?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 17:05:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213966#M3622</guid>
      <dc:creator>UniversalTroope</dc:creator>
      <dc:date>2011-07-04T17:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: UART problem on K60 (parity)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213967#M3623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the terminal settings are set up correctly. In 8-bit mode, the 8th bit is the parity bit, and thus you only have 7 data bits. So make sure the terminal is setup for only 7-data bits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need 8-data bits, then the UART should be setup in 9-bit mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the note in Section 51.3.8﻿ or section 51.4.4.1﻿in the RM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-amh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 02:30:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213967#M3623</guid>
      <dc:creator>anthony_huereca</dc:creator>
      <dc:date>2011-07-06T02:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: UART problem on K60 (parity)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213968#M3624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also page 25/40 of &lt;A href="http://www.utasker.com/docs/KINETIS/uTaskerV1.4_Kinetis_demo.pdf%FEFF" rel="nofollow" target="_self"&gt;http://www.utasker.com/docs/KINETIS/uTaskerV1.4_Kinetis_demo.pdf﻿&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 19:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213968#M3624</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2011-07-06T19:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: UART problem on K60 (parity)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213969#M3625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Setting options to 9 databits solved the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the MQX driver, and not bare metal. It seems like something the MQX driver should take care of, or at least should be mentioned in the serial driver section of the MQX I/O drivers user guide. Maybe it's a standard way to do it, and I just have insufficient serial port driver experience, but it's not exactly logical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 16:56:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213969#M3625</guid>
      <dc:creator>UniversalTroope</dc:creator>
      <dc:date>2011-07-07T16:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: UART problem on K60 (parity)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213970#M3626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How each part implements parity can be different. So while on Kinetis it means you only have 7 data bits, on a S08 part it still might mean you have 8. So it does requires a little bit of knowledge of the part in this case, since the driver is just turning on parity for your part, and doesn't know neccesarily what you "meant" to happen. Someone else moving from bare-metal to MQX might think it odd if it didn't take away a data bit for example &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-amh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 21:22:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-problem-on-K60-parity/m-p/213970#M3626</guid>
      <dc:creator>anthony_huereca</dc:creator>
      <dc:date>2011-07-07T21:22:12Z</dc:date>
    </item>
  </channel>
</rss>

