<?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 in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/baudrate/m-p/2022540#M2297</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244031"&gt;@syedhashmiraza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For MCXA153, the formula for the Uart baud rate is as follows:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; baud rate = baud clock ÷ ((OSR + 1) × SBR)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I don't know the meaning about "&lt;SPAN&gt;CARD_CLK_DIV * etu&lt;/SPAN&gt;" in your formula.&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;</description>
    <pubDate>Mon, 06 Jan 2025 10:43:49 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2025-01-06T10:43:49Z</dc:date>
    <item>
      <title>baudrate</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/baudrate/m-p/2020816#M2276</link>
      <description>&lt;P&gt;hello,&amp;nbsp; iam using mcxa153 mcu in this mcu what is the alternate of&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;(BRG; /**&amp;lt; Baud Rate Generator register. 16-bit integer baud rate divisor value)&lt;/P&gt;&lt;P&gt;this is not there in mcxa153 mcu&amp;nbsp; how i can implement BRG?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 12:08:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/baudrate/m-p/2020816#M2276</guid>
      <dc:creator>syedhashmiraza</dc:creator>
      <dc:date>2024-12-31T12:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: baudrate</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/baudrate/m-p/2021203#M2280</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244031"&gt;@syedhashmiraza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In MCXA153, the division rate for the baud rate generator register is SBR, as described in 39.6.6 Baud Rate (BAUD). Please note that there may be a difference between SBR and BRG. In MCXA153, the baud rate is calculated as baud clock ÷ ((OSR + 1) × SBR). &lt;STRONG&gt;There is no need to add 1 to SBR.&lt;/STRONG&gt; For details, please refer to the User Manual (UM).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1735809759840.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/317854i51E156BC86CF7061/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1735809759840.png" alt="Alice_Yang_0-1735809759840.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 09:22:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/baudrate/m-p/2021203#M2280</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-01-02T09:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: baudrate</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/baudrate/m-p/2022318#M2296</link>
      <description>&lt;P&gt;hello, how can i write in this method?&lt;/P&gt;&lt;DIV&gt;void ISO7816_SetETU(uint16_t etu) {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;currentETU = etu;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;USART1-&amp;gt;BRG = (CARD_CLK_DIV * etu) / 16 - 1;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Jan 2025 06:23:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/baudrate/m-p/2022318#M2296</guid>
      <dc:creator>syedhashmiraza</dc:creator>
      <dc:date>2025-01-06T06:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: baudrate</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/baudrate/m-p/2022540#M2297</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244031"&gt;@syedhashmiraza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For MCXA153, the formula for the Uart baud rate is as follows:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; baud rate = baud clock ÷ ((OSR + 1) × SBR)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I don't know the meaning about "&lt;SPAN&gt;CARD_CLK_DIV * etu&lt;/SPAN&gt;" in your formula.&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;</description>
      <pubDate>Mon, 06 Jan 2025 10:43:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/baudrate/m-p/2022540#M2297</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-01-06T10:43:49Z</dc:date>
    </item>
  </channel>
</rss>

