<?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>i.MX Processorsのトピックuart support with up to 4Mbps</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/uart-support-with-up-to-4Mbps/m-p/1750756#M215089</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image (1).png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248075iFB8AEA6734E462E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicrosoftTeams-image (1).png" alt="MicrosoftTeams-image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’m working on a project on custom board based on&amp;nbsp; IMX8MP in that I’m working with UART for data transfer. We are able to data pacages with 1.5Mbps i.e. with baud rate 1500000.&amp;nbsp;As per the data sheet, UART can support up to 4Mbps and we would like to use it to the fullest.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could anyone help me with this. ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248047i6DFC9A8F2FFD0ED1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicrosoftTeams-image.png" alt="MicrosoftTeams-image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2023 07:28:56 GMT</pubDate>
    <dc:creator>alaskora_byk_mstang</dc:creator>
    <dc:date>2023-11-02T07:28:56Z</dc:date>
    <item>
      <title>uart support with up to 4Mbps</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uart-support-with-up-to-4Mbps/m-p/1750756#M215089</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image (1).png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248075iFB8AEA6734E462E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicrosoftTeams-image (1).png" alt="MicrosoftTeams-image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’m working on a project on custom board based on&amp;nbsp; IMX8MP in that I’m working with UART for data transfer. We are able to data pacages with 1.5Mbps i.e. with baud rate 1500000.&amp;nbsp;As per the data sheet, UART can support up to 4Mbps and we would like to use it to the fullest.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could anyone help me with this. ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248047i6DFC9A8F2FFD0ED1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicrosoftTeams-image.png" alt="MicrosoftTeams-image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 07:28:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uart-support-with-up-to-4Mbps/m-p/1750756#M215089</guid>
      <dc:creator>alaskora_byk_mstang</dc:creator>
      <dc:date>2023-11-02T07:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: uart support with up to 4Mbps</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uart-support-with-up-to-4Mbps/m-p/1750964#M215109</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223288"&gt;@alaskora_byk_mstang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;UART baudrate depende upon module clock of UART.&lt;/P&gt;
&lt;P&gt;module_clock frequency must always be greater or equal to 16x the maximum baud rate.&lt;/P&gt;
&lt;P&gt;default module_clock frequency is 24 MHz.&lt;/P&gt;
&lt;P&gt;Please make below change in uart node to support&amp;nbsp;4Mbps baudrate.&lt;/P&gt;
&lt;DIV&gt;&amp;amp;uart1 { /* BT */&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; pinctrl-names = "default";&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_uart1&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; assigned-clocks = &amp;lt;&amp;amp;clk IMX8MM_CLK_UART1&amp;gt;;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; assigned-clock-parents = &amp;lt;&amp;amp;clk IMX8MM_SYS_PLL1_80M&amp;gt;;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; fsl,uart-has-rtscts;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; status = "okay";&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;};&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 Nov 2023 08:52:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uart-support-with-up-to-4Mbps/m-p/1750964#M215109</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-11-02T08:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: uart support with up to 4Mbps</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uart-support-with-up-to-4Mbps/m-p/1754937#M215502</link>
      <description>&lt;P&gt;Thanks it is working as expected&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 11:46:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uart-support-with-up-to-4Mbps/m-p/1754937#M215502</guid>
      <dc:creator>alaskora_byk_mstang</dc:creator>
      <dc:date>2023-11-09T11:46:39Z</dc:date>
    </item>
  </channel>
</rss>

