<?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 How to set Uart1 Baud Rate over the maximum in PE in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-set-Uart1-Baud-Rate-over-the-maximum-in-PE/m-p/1633168#M5524</link>
    <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Hi everyone, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;I'am working with TWRK65F180M evaluation borad, and I would like to set Uart1 (instantiated with processor expert) a baud rate equal to 2Mbps (2000000 baud). PE however gives me the possibility to start up to a maximum of 1310720 baud (in the timing dialog).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;To get around the problem I manually set the baud rate in the UartCom1.c file related to Uart1 (automatically generated by PE), but it didn't solve it.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Could anyone recommend a way to overcome this upper limit for the baud rate?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 13:06:32 GMT</pubDate>
    <dc:creator>matteocrulli92</dc:creator>
    <dc:date>2023-04-13T13:06:32Z</dc:date>
    <item>
      <title>How to set Uart1 Baud Rate over the maximum in PE</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-set-Uart1-Baud-Rate-over-the-maximum-in-PE/m-p/1633168#M5524</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Hi everyone, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;I'am working with TWRK65F180M evaluation borad, and I would like to set Uart1 (instantiated with processor expert) a baud rate equal to 2Mbps (2000000 baud). PE however gives me the possibility to start up to a maximum of 1310720 baud (in the timing dialog).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;To get around the problem I manually set the baud rate in the UartCom1.c file related to Uart1 (automatically generated by PE), but it didn't solve it.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Could anyone recommend a way to overcome this upper limit for the baud rate?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 13:06:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-set-Uart1-Baud-Rate-over-the-maximum-in-PE/m-p/1633168#M5524</guid>
      <dc:creator>matteocrulli92</dc:creator>
      <dc:date>2023-04-13T13:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Uart1 Baud Rate over the maximum in PE</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-set-Uart1-Baud-Rate-over-the-maximum-in-PE/m-p/1633789#M5527</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215096"&gt;@matteocrulli92&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can use your own code to config, also can use MCUXpresso IDE, there is peripheral tool to configure, or refer to the generate code:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE" target="_blank"&gt;https://www.nxp.com/design/software/development-software/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1681464892800.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219274i5A09B6394BAECE55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1681464892800.png" alt="Alice_Yang_0-1681464892800.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Alice_Yang_0-1681464892800.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 09:35:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-set-Uart1-Baud-Rate-over-the-maximum-in-PE/m-p/1633789#M5527</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-04-14T09:35:39Z</dc:date>
    </item>
  </channel>
</rss>

