<?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: UART5 PAD Muxing  in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/UART5-PAD-Muxing/m-p/608997#M91863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bipul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check attached Porting Guide Chapter 2 Configuring the IOMUX Controller.&lt;/P&gt;&lt;P&gt;Nxp does not support wince for i.MX6 processors and one can apply to partners for such support.&lt;/P&gt;&lt;P&gt;It may be helpful to look at i.MX6 linux bsps on&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fmicrocontrollers-and-processors%2Farm-processors%2Fi.mx-applications-processors%2Fi.mx-6-processors%2Fi.mx6qp%2Fi.mx-6-series-software-and-development-tool-resources%3AIMX6_SW" rel="nofollow" target="_blank"&gt;http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-processors/i.mx-6-processors/i.mx6qp/i.mx-6-series-software-and-development-tool-resources:IMX6_SW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&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>Wed, 14 Dec 2016 23:45:33 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-12-14T23:45:33Z</dc:date>
    <item>
      <title>UART5 PAD Muxing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART5-PAD-Muxing/m-p/608996#M91862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I need an&amp;nbsp;assistance of UART5 configuration (pad muxing) in the BSP. I am working on WINCE7.0 BSP. I have done all pad configuration but still something that is left.&lt;/P&gt;&lt;P&gt;if anyone is having BSP UART5&amp;nbsp;muxing file please share .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Config uart5.UART_RX_DATA to pad KEY_ROW1&lt;/P&gt;&lt;P&gt;HW_IOMUXC_SW_MUX_CTL_PAD_KEY_ROW1_WR(&lt;BR /&gt;BF_IOMUXC_SW_MUX_CTL_PAD_KEY_ROW1_SION_V(DISABLED)|&lt;BR /&gt;BF_IOMUXC_SW_MUX_CTL_PAD_KEY_ROW1_MUX_MODE_V(ALT4));&lt;BR /&gt; &lt;BR /&gt;HW_IOMUXC_SW_PAD_CTL_PAD_KEY_ROW1_WR(&lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_ROW1_HYS_V(ENABLED) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_ROW1_PUS_V(100K_OHM_PU) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_ROW1_PUE_V(PULL) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_ROW1_PKE_V(ENABLED) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_ROW1_ODE_V(DISABLED) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_ROW1_SPEED_V(100MHZ) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_ROW1_DSE_V(40_OHM) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_ROW1_SRE_V(SLOW));&lt;/P&gt;&lt;P&gt;HW_IOMUXC_UART5_UART_RX_DATA_SELECT_INPUT_WR(&lt;BR /&gt;&amp;nbsp;BF_IOMUXC_UART5_UART_RX_DATA_SELECT_INPUT_DAISY_V(KEY_ROW1_ALT4));&lt;/P&gt;&lt;P&gt;//----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;HW_IOMUXC_SW_MUX_CTL_PAD_KEY_COL1_WR(&lt;BR /&gt;BF_IOMUXC_SW_MUX_CTL_PAD_KEY_COL1_SION_V(DISABLED) | &lt;BR /&gt;BF_IOMUXC_SW_MUX_CTL_PAD_KEY_COL1_MUX_MODE_V(ALT4));&lt;/P&gt;&lt;P&gt;HW_IOMUXC_SW_PAD_CTL_PAD_KEY_COL1_WR(&lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_COL1_HYS_V(ENABLED) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_COL1_PUS_V(100K_OHM_PU) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_COL1_PUE_V(PULL) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_COL1_PKE_V(ENABLED) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_COL1_ODE_V(DISABLED) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_COL1_SPEED_V(100MHZ) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_COL1_DSE_V(40_OHM) | &lt;BR /&gt;BF_IOMUXC_SW_PAD_CTL_PAD_KEY_COL1_SRE_V(SLOW));&lt;/P&gt;&lt;P&gt;HW_IOMUXC_UART5_UART_RX_DATA_SELECT_INPUT_WR(&lt;BR /&gt;&amp;nbsp;BF_IOMUXC_UART5_UART_RX_DATA_SELECT_INPUT_DAISY_V(KEY_ROW1_ALT4));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anything need to correct here&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;bipul Pandey&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 13:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART5-PAD-Muxing/m-p/608996#M91862</guid>
      <dc:creator>bipulpandey</dc:creator>
      <dc:date>2016-12-14T13:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: UART5 PAD Muxing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART5-PAD-Muxing/m-p/608997#M91863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bipul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check attached Porting Guide Chapter 2 Configuring the IOMUX Controller.&lt;/P&gt;&lt;P&gt;Nxp does not support wince for i.MX6 processors and one can apply to partners for such support.&lt;/P&gt;&lt;P&gt;It may be helpful to look at i.MX6 linux bsps on&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fmicrocontrollers-and-processors%2Farm-processors%2Fi.mx-applications-processors%2Fi.mx-6-processors%2Fi.mx6qp%2Fi.mx-6-series-software-and-development-tool-resources%3AIMX6_SW" rel="nofollow" target="_blank"&gt;http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-processors/i.mx-6-processors/i.mx6qp/i.mx-6-series-software-and-development-tool-resources:IMX6_SW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&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>Wed, 14 Dec 2016 23:45:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART5-PAD-Muxing/m-p/608997#M91863</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-12-14T23:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: UART5 PAD Muxing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART5-PAD-Muxing/m-p/608998#M91864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;ThanksFor reply&lt;/P&gt;&lt;P&gt;As I know you are not supporting the WINCE7&lt;/P&gt;&lt;P&gt;I want to up and running silex Bluetooth on the&amp;nbsp;sabre dual core.I am having cable as suggested.&lt;/P&gt;&lt;P&gt;I &amp;nbsp;took reference of application note&amp;nbsp;AN3979 and IMX6_SX-SDCAN_BT_AppNote_142-00207-517A. My UART5 is working fine as I am able get data while loopback.&lt;/P&gt;&lt;P&gt;but my Bluetooth dll is loading and unloading&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done same as suggested&amp;nbsp;&lt;/P&gt;&lt;P&gt;below&lt;/P&gt;&lt;P&gt;1. cross RX and TX&lt;/P&gt;&lt;P&gt;2 &amp;nbsp;hardware modification as suggested&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.BT_DISABLE, BT_WAKEUP and BT_PWD_L should be high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what else I need to do for the same or is there any thing that should not to do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/136i912E4518C92DBFA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 14:59:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART5-PAD-Muxing/m-p/608998#M91864</guid>
      <dc:creator>bipulpandey</dc:creator>
      <dc:date>2016-12-22T14:59:22Z</dc:date>
    </item>
  </channel>
</rss>

