<?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>MCUXpresso SDK中的主题 Re: i.Max RT1176 UART Hardware Flow control CTS RTS enabling and using</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/i-Max-RT1176-UART-Hardware-Flow-control-CTS-RTS-enabling-and/m-p/1835897#M4677</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225439"&gt;@MN19000&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you want to the hardware flow control,&amp;nbsp; and enable the related register, then the UART IP will automatically change the CTS RTS, you don't need to use other other code to control the polarity.&lt;/P&gt;
&lt;P&gt;I highly recommend you to read this application note:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12679.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12679.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is the related software:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12679SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12679SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you will know the details.&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;If your question is solved, please help me to mark the correct answer, just to close this case, thanks.&lt;/P&gt;
&lt;P&gt;Any new issues, welcome to create the new case.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2024 03:16:08 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2024-03-27T03:16:08Z</dc:date>
    <item>
      <title>i.Max RT1176 UART Hardware Flow control CTS RTS enabling and using</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/i-Max-RT1176-UART-Hardware-Flow-control-CTS-RTS-enabling-and/m-p/1835712#M4676</link>
      <description>&lt;P&gt;I am using i.MX RT1170 UART10 CTS RTS enabled.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; // Enable RX, TX&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; config.enableTx&amp;nbsp; &amp;nbsp; &amp;nbsp;= true;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; config.enableRx&amp;nbsp; &amp;nbsp; &amp;nbsp;= true;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; // Enable RTS, CTS&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;config.enableRxRTS&amp;nbsp; = true;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; config.enableTxCTS&amp;nbsp; = true;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does lpuart driver automatically changes the polarity of CTS/RTS, or do need to do it manually ?&lt;/P&gt;&lt;P&gt;If yes, what are the commands.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 20:46:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/i-Max-RT1176-UART-Hardware-Flow-control-CTS-RTS-enabling-and/m-p/1835712#M4676</guid>
      <dc:creator>MN19000</dc:creator>
      <dc:date>2024-03-26T20:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: i.Max RT1176 UART Hardware Flow control CTS RTS enabling and using</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/i-Max-RT1176-UART-Hardware-Flow-control-CTS-RTS-enabling-and/m-p/1835897#M4677</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225439"&gt;@MN19000&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you want to the hardware flow control,&amp;nbsp; and enable the related register, then the UART IP will automatically change the CTS RTS, you don't need to use other other code to control the polarity.&lt;/P&gt;
&lt;P&gt;I highly recommend you to read this application note:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12679.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12679.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is the related software:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12679SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12679SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you will know the details.&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;If your question is solved, please help me to mark the correct answer, just to close this case, thanks.&lt;/P&gt;
&lt;P&gt;Any new issues, welcome to create the new case.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 03:16:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/i-Max-RT1176-UART-Hardware-Flow-control-CTS-RTS-enabling-and/m-p/1835897#M4677</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-03-27T03:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: i.Max RT1176 UART Hardware Flow control CTS RTS enabling and using</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/i-Max-RT1176-UART-Hardware-Flow-control-CTS-RTS-enabling-and/m-p/1836700#M4678</link>
      <description>&lt;P&gt;Thank you Kerry.&lt;/P&gt;&lt;P&gt;That solved my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please close this case.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 19:44:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/i-Max-RT1176-UART-Hardware-Flow-control-CTS-RTS-enabling-and/m-p/1836700#M4678</guid>
      <dc:creator>MN19000</dc:creator>
      <dc:date>2024-03-27T19:44:27Z</dc:date>
    </item>
  </channel>
</rss>

