<?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: Modify UART1 as DTE mode for IMX6Q using Android 4.4.2 BSP</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Modify-UART1-as-DTE-mode-for-IMX6Q-using-Android-4-4-2-BSP/m-p/389663#M56665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; IMX6 UART has some specific implementation features. The i.MX6 DQ Reference&lt;/P&gt;&lt;P&gt;Manual provides clear description about internal signals and (external) multiplexing &lt;BR /&gt; for them. Table in the Datasheet helps to clarify it. Also - the next thread in Community &lt;BR /&gt; may be helpful.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"i.MX6: What does the DTE/DCE in i.MX6's UART do and how are RTS and CTS affected &lt;BR /&gt; by the UARTxUFCR[DTEDCE] bit?"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="97509" data-objecttype="102" href="https://community.freescale.com/docs/DOC-97509"&gt;https://community.freescale.com/docs/DOC-97509&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 01 Apr 2015 08:06:32 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2015-04-01T08:06:32Z</dc:date>
    <item>
      <title>Modify UART1 as DTE mode for IMX6Q using Android 4.4.2 BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Modify-UART1-as-DTE-mode-for-IMX6Q-using-Android-4-4-2-BSP/m-p/389661#M56663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSP version: Android 4.4.2, kernel 3.0.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As title, I must be choose UART1 console debug port from DCE mode to DTE mode for my custom board,&lt;/P&gt;&lt;P&gt;my TX and RX and connection method as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PC&lt;/P&gt;&lt;P&gt;TX&amp;lt;---------- TX&lt;/P&gt;&lt;P&gt;RX----------&amp;gt; RX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pin difinition:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;MX6Q_PAD_SD3_DAT7__UART1_TXD,&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt; MX6Q_PAD_SD3_DAT6__UART1_RXD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And register mapping:&lt;/P&gt;&lt;P&gt;#define _MX6Q_PAD_SD3_DAT6__UART1_RXD IOMUX_PAD(0x0694, 0x02AC, 1, 0x0920, 3, 0)&lt;/P&gt;&lt;P&gt;#define _MX6Q_PAD_SD3_DAT7__UART1_TXD IOMUX_PAD(0x0690, 0x02A8, 1, 0, 0, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my modified pin definition to be DTE mode as follow:&lt;/P&gt;&lt;P&gt;#define _MX6Q_PAD_SD3_DAT6__UART1_RXD IOMUX_PAD(0x0694, 0x02AC, 1, 0x0920, 3, 0)&lt;/P&gt;&lt;P&gt;#define _MX6Q_PAD_SD3_DAT7__UART1_TXD IOMUX_PAD(0x0690, 0x02A8, 1, 0x0920, 2, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my uart1 still not work, maybe I have a wrong way to modify registers, how could I fix this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 05:55:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Modify-UART1-as-DTE-mode-for-IMX6Q-using-Android-4-4-2-BSP/m-p/389661#M56663</guid>
      <dc:creator>changyuheng</dc:creator>
      <dc:date>2015-03-17T05:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modify UART1 as DTE mode for IMX6Q using Android 4.4.2 BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Modify-UART1-as-DTE-mode-for-IMX6Q-using-Android-4-4-2-BSP/m-p/389662#M56664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It still not work when I modify as follow:&lt;/P&gt;&lt;P&gt;#define _MX6Q_PAD_SD3_DAT6__UART1_RXD IOMUX_PAD(0x0694, 0x02AC, 1, 0, 0, 0)&lt;/P&gt;&lt;P&gt;#define _MX6Q_PAD_SD3_DAT7__UART1_TXD IOMUX_PAD(0x0690, 0x02A8, 1, 0x0920, 2, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 06:02:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Modify-UART1-as-DTE-mode-for-IMX6Q-using-Android-4-4-2-BSP/m-p/389662#M56664</guid>
      <dc:creator>changyuheng</dc:creator>
      <dc:date>2015-03-17T06:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Modify UART1 as DTE mode for IMX6Q using Android 4.4.2 BSP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Modify-UART1-as-DTE-mode-for-IMX6Q-using-Android-4-4-2-BSP/m-p/389663#M56665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; IMX6 UART has some specific implementation features. The i.MX6 DQ Reference&lt;/P&gt;&lt;P&gt;Manual provides clear description about internal signals and (external) multiplexing &lt;BR /&gt; for them. Table in the Datasheet helps to clarify it. Also - the next thread in Community &lt;BR /&gt; may be helpful.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"i.MX6: What does the DTE/DCE in i.MX6's UART do and how are RTS and CTS affected &lt;BR /&gt; by the UARTxUFCR[DTEDCE] bit?"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="97509" data-objecttype="102" href="https://community.freescale.com/docs/DOC-97509"&gt;https://community.freescale.com/docs/DOC-97509&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 01 Apr 2015 08:06:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Modify-UART1-as-DTE-mode-for-IMX6Q-using-Android-4-4-2-BSP/m-p/389663#M56665</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-04-01T08:06:32Z</dc:date>
    </item>
  </channel>
</rss>

