<?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: Baudrate that UART can support in K10 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472810#M28664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Carlos&lt;/SPAN&gt;, thanks a lot for your answer.Sorry for respond so late. The project is hard to describe in details. The UART module is mainly used for communication, which is based on modbus protocol. And PIT module is used for frame sync.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Maybe I should consider whether hardware circuit affects or the PIT interrupt time affects. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 May 2016 08:12:00 GMT</pubDate>
    <dc:creator>yanlicheng</dc:creator>
    <dc:date>2016-05-11T08:12:00Z</dc:date>
    <item>
      <title>Baudrate that UART can support in K10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472806#M28660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use UART1&amp;nbsp; or UART2 (K10 chip) for communication, and the UART1 sysclk is 100M(core clock) , the UART2 sysclk is 50M(bus clock) .The communication protocol is modbus. When the baudrate is set to be &lt;STRONG&gt;1152000&lt;/STRONG&gt; bps, the communication fails. K10 UART can only receive the first several Bytes, the following Bytes are missing.&amp;nbsp; Then I test other baudrate value, and find that " 115200, 460800, 500000, 576000, 1000000"&amp;nbsp; UART can work right; while under other higer baudrate, such as 1500000, 2500000, UART can't receive the correct frame. &lt;/P&gt;&lt;P&gt;Thus, I wonder if this issue results from that there is an upperlimit for UART baudrate in K10. If so, what's the &lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;upperlimit&lt;/STRONG&gt;&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 02:46:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472806#M28660</guid>
      <dc:creator>yanlicheng</dc:creator>
      <dc:date>2015-12-10T02:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Baudrate that UART can support in K10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472807#M28661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yanil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The UART1 maximum baud rate would be given by 100000000 / (16 x 1) = 6.25Mbps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for UART2 the maximum baud rate would be = 50000000/(16 x 1) = 3.125Mbps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide more information about your application? Is it a baremetal project? Which other modules are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 02:31:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472807#M28661</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2015-12-18T02:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Baudrate that UART can support in K10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472808#M28662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Carlos:&lt;/P&gt;&lt;P&gt;What do you mean by " a baremetal project" . In my application, I also use module including&amp;nbsp; DMA,&amp;nbsp; PDB, PIT and so on.&amp;nbsp; Will these affect the baudrate of "UART"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yanli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 04:09:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472808#M28662</guid>
      <dc:creator>yanlicheng</dc:creator>
      <dc:date>2015-12-23T04:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Baudrate that UART can support in K10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472809#M28663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yanil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response and apologies for the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By baremetal I mean if you are not using MQX or Processor Expert. Could you share an example project to reproduce the problem and see why the UART is not working at higher baud rates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 00:09:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472809#M28663</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2016-01-05T00:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Baudrate that UART can support in K10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472810#M28664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Carlos&lt;/SPAN&gt;, thanks a lot for your answer.Sorry for respond so late. The project is hard to describe in details. The UART module is mainly used for communication, which is based on modbus protocol. And PIT module is used for frame sync.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Maybe I should consider whether hardware circuit affects or the PIT interrupt time affects. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 08:12:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Baudrate-that-UART-can-support-in-K10/m-p/472810#M28664</guid>
      <dc:creator>yanlicheng</dc:creator>
      <dc:date>2016-05-11T08:12:00Z</dc:date>
    </item>
  </channel>
</rss>

