<?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: Flow control signals direction on i.MX6 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1669822#M207631</link>
    <description>&lt;P&gt;pls refer to the document as below&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX6-What-does-the-DTE-DCE-in-i-MX6-s-UART-do-and-how-are-RTS/ta-p/1105540" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX6-What-does-the-DTE-DCE-in-i-MX6-s-UART-do-and-how-are-RTS/ta-p/1105540&lt;/A&gt;"&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 03:02:41 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2023-06-15T03:02:41Z</dc:date>
    <item>
      <title>Flow control signals direction on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1669750#M207625</link>
      <description>&lt;P&gt;We are working on i.MX6UL with Bluetooth module, we need to use flow control of UART, but the RTS and CTS direction seems incorrect, we swapped those two signals then works.&lt;/P&gt;&lt;P&gt;Here is the definition/direction of signals on i.MX6UL reference manual:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xinjian1_0-1686791885601.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/227756iC3755036E13CF343/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xinjian1_0-1686791885601.png" alt="xinjian1_0-1686791885601.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for my understanding, the direction of RTS (request to send) should be always the same as TX, like the signal descriptions on i.MX8 manual:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xinjian1_1-1686792199937.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/227758i931DD87416120422/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xinjian1_1-1686792199937.png" alt="xinjian1_1-1686792199937.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please clarify, which one is correct?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 01:27:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1669750#M207625</guid>
      <dc:creator>xinjian1</dc:creator>
      <dc:date>2023-06-15T01:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Flow control signals direction on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1669822#M207631</link>
      <description>&lt;P&gt;pls refer to the document as below&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX6-What-does-the-DTE-DCE-in-i-MX6-s-UART-do-and-how-are-RTS/ta-p/1105540" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX6-What-does-the-DTE-DCE-in-i-MX6-s-UART-do-and-how-are-RTS/ta-p/1105540&lt;/A&gt;"&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 03:02:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1669822#M207631</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-06-15T03:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Flow control signals direction on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1669861#M207634</link>
      <description>&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;From this web page: &lt;A href="https://en.wikipedia.org/wiki/RS-232#RTS,_CTS,_and_RTR" target="_self"&gt;https://en.wikipedia.org/wiki/RS-232#RTS,_CTS,_and_RTR&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The definition of RTS is: "DTE requests the DCE prepare to transmit data."&lt;/P&gt;&lt;P&gt;The definition of TXD is: "Carries data from DTE to DCE."&lt;/P&gt;&lt;P&gt;By the above definitions, the direction of TXD and RTS should be the same, either on DTE mode or DCE mode.&lt;/P&gt;&lt;P&gt;We can see on i.MX6UL reference manual, the direction of RTS is not the same and TXD, but on i.MX8 manual, the direction of RTS is the same as TXD.&lt;/P&gt;&lt;P&gt;Question is, which one is correct?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 03:45:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1669861#M207634</guid>
      <dc:creator>xinjian1</dc:creator>
      <dc:date>2023-06-15T03:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Flow control signals direction on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1670112#M207652</link>
      <description>&lt;P&gt;I couldn't open this link, pls refer to the link I sent to you, it's very clear to explain this, and you can download document from the link too&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joanxie_0-1686819572205.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/227841i1D1E02C717197FA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joanxie_0-1686819572205.png" alt="joanxie_0-1686819572205.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 09:02:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1670112#M207652</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-06-15T09:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Flow control signals direction on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1670623#M207688</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xinjian1_0-1686868944883.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/227996i0234D6C1E49D60EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xinjian1_0-1686868944883.png" alt="xinjian1_0-1686868944883.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the table from the link, the RTS is always the same direction as TXD, and CTS is opposite.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 22:45:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flow-control-signals-direction-on-i-MX6/m-p/1670623#M207688</guid>
      <dc:creator>xinjian1</dc:creator>
      <dc:date>2023-06-15T22:45:42Z</dc:date>
    </item>
  </channel>
</rss>

