<?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のトピックRe: Serial communication in iMX6ULL</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752574#M117133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mathew_k_t&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uart2 example can be found on &amp;nbsp;linux/arch/arm/boot/dts/imx6ull-14x14-evk.dts :&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/imx/linux-imx.git/tree/arch/arm/boot/dts/imx6ull-14x14-evk.dts?h=imx_4.1.15_2.0.0_ga&amp;amp;id=rel_imx_4.1.15_2.0.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/linux-imx.git/tree/arch/arm/boot/dts/imx6ull-14x14-evk.dts?h=imx_4.1.15_2.0.0_ga&amp;amp;id=rel_imx_4.1.15_2.0.0_ga"&gt;linux-imx.git - i.MX Linux Kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in particular one can pay attention to fsl,uart-has-rtscts,&amp;nbsp; DTE mode properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2018 07:07:09 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-02-19T07:07:09Z</dc:date>
    <item>
      <title>Serial communication in iMX6ULL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752573#M117132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured UART2 as follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;uart2 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-names = "default";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_uart2&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;status = "okay";&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pinctrl_uart2: uart2grp {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;fsl,pins = &amp;lt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MX6UL_PAD_UART2_TX_DATA__UART2_DCE_TX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x1b0b1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MX6UL_PAD_UART2_RX_DATA__UART2_DCE_RX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x1b0b1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;For testing, I tried loopback. But I'm not getting any response.&lt;/P&gt;&lt;P&gt;For loopback I have shorted 1&amp;amp;2 in J1703. I probed TX pin and found that data is transmitting.But nothing received in console.&lt;/P&gt;&lt;P&gt;Also, I tried UART1(default configuartion in imx6ull). For that I'm getting responses.&lt;/P&gt;&lt;P&gt;Could you mention the mistakes in above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 05:12:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752573#M117132</guid>
      <dc:creator>mathew_k_t</dc:creator>
      <dc:date>2018-02-19T05:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Serial communication in iMX6ULL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752574#M117133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mathew_k_t&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uart2 example can be found on &amp;nbsp;linux/arch/arm/boot/dts/imx6ull-14x14-evk.dts :&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/imx/linux-imx.git/tree/arch/arm/boot/dts/imx6ull-14x14-evk.dts?h=imx_4.1.15_2.0.0_ga&amp;amp;id=rel_imx_4.1.15_2.0.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/linux-imx.git/tree/arch/arm/boot/dts/imx6ull-14x14-evk.dts?h=imx_4.1.15_2.0.0_ga&amp;amp;id=rel_imx_4.1.15_2.0.0_ga"&gt;linux-imx.git - i.MX Linux Kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in particular one can pay attention to fsl,uart-has-rtscts,&amp;nbsp; DTE mode properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 07:07:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752574#M117133</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-02-19T07:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Serial communication in iMX6ULL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752575#M117134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;I modified the dts file according to the reference. But the issue not resolved. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 10:04:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752575#M117134</guid>
      <dc:creator>mathew_k_t</dc:creator>
      <dc:date>2018-02-19T10:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Serial communication in iMX6ULL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752576#M117135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one can attach jtag and check uart registers: data ready RDR bit,&lt;/P&gt;&lt;P&gt;register UARTx_USR2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 10:41:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752576#M117135</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-02-19T10:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Serial communication in iMX6ULL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752577#M117136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is found that the UART2 is working at a baud rate of 9600. Because I'm able to receive data when set serial port at 9600. How to change this baud rate to 115200. I tried changing baud rate variable to 115200. But failed to produce output. How to resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 13:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Serial-communication-in-iMX6ULL/m-p/752577#M117136</guid>
      <dc:creator>mathew_k_t</dc:creator>
      <dc:date>2018-02-20T13:56:21Z</dc:date>
    </item>
  </channel>
</rss>

