<?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: Getting higher baud rate usart with 72Mhz in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-higher-baud-rate-usart-with-72Mhz/m-p/525687#M8323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Wouter on Wed Aug 14 01:47:19 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The formula you refer to is only valid when using the auto-baud function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please refer to Chapter 12.5.14.1 "Baud rate calculation" to find more details on how to configure the baud rate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:56:54 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:56:54Z</dc:date>
    <item>
      <title>Getting higher baud rate usart with 72Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-higher-baud-rate-usart-with-72Mhz/m-p/525686#M8322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by aamir ali on Sat Aug 10 05:21:04 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I read formula on page 223 of Um10524 which gives max baud rate. I am operating uart at 72Mhz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By this formula I get max baud rate as: 409090. with 8 data , 1 stop &amp;amp; no parity&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have use it for 921600. I think this can be done if oversampling is done by x8 instead of x16. But I think there is no setting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But LPC1315/16/17/45/46/47 product datsheet says that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Maximum USART data bit rate of 3.125 Mbit/s"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to achieve higher baud rate&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-higher-baud-rate-usart-with-72Mhz/m-p/525686#M8322</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting higher baud rate usart with 72Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-higher-baud-rate-usart-with-72Mhz/m-p/525687#M8323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Wouter on Wed Aug 14 01:47:19 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The formula you refer to is only valid when using the auto-baud function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please refer to Chapter 12.5.14.1 "Baud rate calculation" to find more details on how to configure the baud rate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-higher-baud-rate-usart-with-72Mhz/m-p/525687#M8323</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting higher baud rate usart with 72Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-higher-baud-rate-usart-with-72Mhz/m-p/525688#M8324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by aamir ali on Sun Aug 18 01:20:49 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;But in that case I can have max baud rate = 4,500,000 bits sec.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;by setting UARTCLKDIV = 1 &amp;amp; PCLK = 72MHZ, DLL = 1, DLM = 0, DIV = 0 , MUL = 1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then max baud rate = 4,500,000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But product datasheet of LPC1317 says "Maximum USART data bit rate of 3.125 Mbit/s."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where I am getting it wrong&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-higher-baud-rate-usart-with-72Mhz/m-p/525688#M8324</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:55Z</dc:date>
    </item>
  </channel>
</rss>

