<?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: i.mx6: question in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-question/m-p/225858#M16029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer to iMX6 Reference Manual 35.2.3 "Daisy Chain". IOMUX_INPUT register is used to select a particular source for a function module input. In this case, RXD of UART2. It is confusing that IOMUX_INPUT provides selection to choose TXD as input source. This is only used for loop-back test. So in your case, configure 110 to select SD4_DAT4 as UART2 RXD input will work fine.&lt;/P&gt;&lt;P&gt;It is more confusing for RTS/CTS, because iMX6 (and iMX5) defines RTS as input and CTS as output, which is usually used in opposite way (in fact iMX28 defines RTS as output, CTS as input).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 16:20:12 GMT</pubDate>
    <dc:creator>YS</dc:creator>
    <dc:date>2013-03-14T16:20:12Z</dc:date>
    <item>
      <title>i.mx6: question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-question/m-p/225857#M16028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;Hi,&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;On our i.mx6DL based design, we have the following IOMUX settings for UART2:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;UART2_RX ----&amp;gt; goes to PAD SD4_DAT4&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;UART2_TX ----&amp;gt; goes to PAD SD4_DAT7&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;The routing from signal to pad is easy...just set the following MUX registers:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;37.3.208 Pad Mux Register (IOMUXC_SW_MUX_CTL_PAD_SD4_DATA4)&amp;nbsp; ---&amp;gt; ALT2&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;and&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;37.3.211 Pad Mux Register (IOMUXC_SW_MUX_CTL_PAD_SD4_DATA7) ---&amp;gt;. ALT2&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;So far so good.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;Now, since these two signals&amp;nbsp; (UART2_RX and UART2_TX) can be driven by different PADs, we need to use a select input register. The problem is that there is a UNIQUE input register for the two signals. Specifically:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: #000080; font-family: Arial; background-color: #ffffff;"&gt;IOMUXC_UART2_UART_RX_DATA_&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-family: Arial; background-color: #ffffff;"&gt;SELECT_INPUT (section 37.3.572 in the user manual)&amp;nbsp;&amp;nbsp; (See picture)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;So how can we correctly select the input for these two signals?&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;Thanks a lot&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;-jf simon&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 14:33:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6-question/m-p/225857#M16028</guid>
      <dc:creator>jfsimon</dc:creator>
      <dc:date>2013-03-14T14:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6: question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-question/m-p/225858#M16029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer to iMX6 Reference Manual 35.2.3 "Daisy Chain". IOMUX_INPUT register is used to select a particular source for a function module input. In this case, RXD of UART2. It is confusing that IOMUX_INPUT provides selection to choose TXD as input source. This is only used for loop-back test. So in your case, configure 110 to select SD4_DAT4 as UART2 RXD input will work fine.&lt;/P&gt;&lt;P&gt;It is more confusing for RTS/CTS, because iMX6 (and iMX5) defines RTS as input and CTS as output, which is usually used in opposite way (in fact iMX28 defines RTS as output, CTS as input).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 16:20:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6-question/m-p/225858#M16029</guid>
      <dc:creator>YS</dc:creator>
      <dc:date>2013-03-14T16:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6: question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-question/m-p/225859#M16030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuji,&lt;/P&gt;&lt;P&gt;Thanks a lot for y answer&lt;/P&gt;&lt;P&gt;-jfs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 17:56:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6-question/m-p/225859#M16030</guid>
      <dc:creator>jfsimon</dc:creator>
      <dc:date>2013-03-19T17:56:03Z</dc:date>
    </item>
  </channel>
</rss>

