<?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 IMXRT1024 UART Hardware Control Parameters (in Code and Reference Manual) - 2 in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1024-UART-Hardware-Control-Parameters-in-Code-and-Reference/m-p/1321149#M15764</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;This post is continuation of my first post &lt;A href="https://community.nxp.com/t5/i-MX-RT/IMXRT1024-UART-Hardware-Control-Parameters-in-Code-and-Reference/m-p/1320263#M15729" target="_self"&gt;( First Post&lt;/A&gt;&amp;nbsp;). System tagging my post as spam. Like you see below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lukas_Frank_0-1628601419604.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152462i687811EEABD9ADD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lukas_Frank_0-1628601419604.png" alt="Lukas_Frank_0-1628601419604.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q1(+): I read it in RM but it is not like the other UARTs. It is a sophisticated one. Thanks.&lt;/P&gt;&lt;P&gt;Q2: What do you exactly mean with "the related pin should not be controlled automatically" ? Will be the pin high signal to the oscilloscope when I debug the code and config.enableRxRTS=true line is run and pass next step?&lt;/P&gt;&lt;P&gt;Q3: Data communication is failing when I use my UART Example that created from scratch(by the way I am working on two example. One of them is my own example and another one is SDK Default hardware control example. And, I am trying to understand what is going on). Simply, it uses UART_WriteByte method in infinite while loop and writing "0x10" byte to the TX pin succesfully. Also, I am observing data flow in oscilloscope successfully. When I set config.enableRxRTS = true and config.enableTxCTS = true, datas is not successfully observing 11110000 form in oscilloscope, it is always staying high form. But when I set&amp;nbsp;&lt;STRONG&gt;config.enableRxRTS = true&lt;/STRONG&gt; and &lt;STRONG&gt;config.enableTxCTS = false&lt;/STRONG&gt;,&amp;nbsp;datas is successfully observing as 11110000 form in oscilloscope. Why&amp;nbsp;&lt;STRONG&gt;config.enableTxCTS = true&lt;/STRONG&gt; effects like that? Will I am not able to use TxCTS in my board?&lt;/P&gt;&lt;P&gt;Q4(+): I am just trying to do that on my board. No like in the section 44.3.4.4. Thanks.&lt;/P&gt;&lt;P&gt;Q5: Nooo, absolutely not. RTS pin is asserting as high form one bit before the data bit transmission start. I am writing 1010101....1010(size 256) to the TX pin in my code to observe better in oscilloscope. So I just changed the transferTxData&amp;nbsp;array's content in default SDK example. But it is always staying high bit form (1). What is that mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 13:18:11 GMT</pubDate>
    <dc:creator>Lukas_Frank</dc:creator>
    <dc:date>2021-08-10T13:18:11Z</dc:date>
    <item>
      <title>IMXRT1024 UART Hardware Control Parameters (in Code and Reference Manual) - 2</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1024-UART-Hardware-Control-Parameters-in-Code-and-Reference/m-p/1321149#M15764</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;This post is continuation of my first post &lt;A href="https://community.nxp.com/t5/i-MX-RT/IMXRT1024-UART-Hardware-Control-Parameters-in-Code-and-Reference/m-p/1320263#M15729" target="_self"&gt;( First Post&lt;/A&gt;&amp;nbsp;). System tagging my post as spam. Like you see below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lukas_Frank_0-1628601419604.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152462i687811EEABD9ADD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lukas_Frank_0-1628601419604.png" alt="Lukas_Frank_0-1628601419604.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q1(+): I read it in RM but it is not like the other UARTs. It is a sophisticated one. Thanks.&lt;/P&gt;&lt;P&gt;Q2: What do you exactly mean with "the related pin should not be controlled automatically" ? Will be the pin high signal to the oscilloscope when I debug the code and config.enableRxRTS=true line is run and pass next step?&lt;/P&gt;&lt;P&gt;Q3: Data communication is failing when I use my UART Example that created from scratch(by the way I am working on two example. One of them is my own example and another one is SDK Default hardware control example. And, I am trying to understand what is going on). Simply, it uses UART_WriteByte method in infinite while loop and writing "0x10" byte to the TX pin succesfully. Also, I am observing data flow in oscilloscope successfully. When I set config.enableRxRTS = true and config.enableTxCTS = true, datas is not successfully observing 11110000 form in oscilloscope, it is always staying high form. But when I set&amp;nbsp;&lt;STRONG&gt;config.enableRxRTS = true&lt;/STRONG&gt; and &lt;STRONG&gt;config.enableTxCTS = false&lt;/STRONG&gt;,&amp;nbsp;datas is successfully observing as 11110000 form in oscilloscope. Why&amp;nbsp;&lt;STRONG&gt;config.enableTxCTS = true&lt;/STRONG&gt; effects like that? Will I am not able to use TxCTS in my board?&lt;/P&gt;&lt;P&gt;Q4(+): I am just trying to do that on my board. No like in the section 44.3.4.4. Thanks.&lt;/P&gt;&lt;P&gt;Q5: Nooo, absolutely not. RTS pin is asserting as high form one bit before the data bit transmission start. I am writing 1010101....1010(size 256) to the TX pin in my code to observe better in oscilloscope. So I just changed the transferTxData&amp;nbsp;array's content in default SDK example. But it is always staying high bit form (1). What is that mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 13:18:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1024-UART-Hardware-Control-Parameters-in-Code-and-Reference/m-p/1321149#M15764</guid>
      <dc:creator>Lukas_Frank</dc:creator>
      <dc:date>2021-08-10T13:18:11Z</dc:date>
    </item>
  </channel>
</rss>

