<?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中的主题 I2C1 not work</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I2C1-not-work/m-p/224586#M15623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I work on custom board based on iMX538, I succesfully get video from CMOS via CSI0, now I solve problem with I2C1.&lt;/P&gt;&lt;P&gt;I2C1 configuration:&lt;BR /&gt;IOMUXC_SW_MUX_CTL_PAD_CSI0_DAT8 0x15&lt;BR /&gt;IOMUXC_SW_PAD_CTL_PAD_CSI0_DAT8 0x1ec&lt;BR /&gt;IOMUXC_I2C1_IPP_SDA_IN_SELECT_INPUT 0x0&lt;BR /&gt;IOMUXC_SW_MUX_CTL_PAD_CSI0_DAT9 0x15&lt;BR /&gt;IOMUXC_SW_PAD_CTL_PAD_CSI0_DAT9 0x1ec&lt;BR /&gt;IOMUXC_I2C1_IPP_SCL_IN_SELECT_INPUT 0x0&lt;BR /&gt;According with i.MX53 Multimedia Applications Processor Reference Manual (Rev. 2,.1, 6/2012) I not see any errors in I2C1 configuration, unfortunally it not work and I have very strange situation:&lt;BR /&gt;- in U-Boot I not see change signal level, it always hight&lt;BR /&gt;- in Linux I see change signal level, but I not see clock&lt;/P&gt;&lt;P&gt;Linux debug output:&lt;/P&gt;&lt;P&gt;i2c i2c-0: ioctl, cmd=0x707, arg=0x7ec3dbfc&lt;/P&gt;&lt;P&gt;i2c i2c-0: master_xfer[0] W, addr=0x5c, len=3&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_xfer&amp;gt;&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_start&amp;gt;&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_bus_busy&amp;gt;&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_xfer&amp;gt; transfer message: 0&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_xfer&amp;gt; CONTROL: IEN=1, IIEN=1, MSTA=1, MTX=1, TXAK=1, RSTA=0&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_xfer&amp;gt; STATUS: ICF=1, IAAS=0, IBB=1, IAL=0, SRW=0, IIF=0, RXAK=1&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_write&amp;gt; write slave address: addr=0xb8&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_trx_complete&amp;gt; TRX complete&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_acked&amp;gt; No ACK&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_stop&amp;gt;&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_bus_busy&amp;gt;&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_xfer&amp;gt; exit with: error: -5&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I try use OBDS (I201139_mx53_sbrth_lcb_release.tar.gz), unfortunally it not run on our board.&lt;/P&gt;&lt;P&gt;How can I solve this problem?&lt;/P&gt;&lt;P&gt;Thank you and excuse me my bad english.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2013 07:43:28 GMT</pubDate>
    <dc:creator>BrilliantovKiri</dc:creator>
    <dc:date>2013-01-15T07:43:28Z</dc:date>
    <item>
      <title>I2C1 not work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C1-not-work/m-p/224586#M15623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I work on custom board based on iMX538, I succesfully get video from CMOS via CSI0, now I solve problem with I2C1.&lt;/P&gt;&lt;P&gt;I2C1 configuration:&lt;BR /&gt;IOMUXC_SW_MUX_CTL_PAD_CSI0_DAT8 0x15&lt;BR /&gt;IOMUXC_SW_PAD_CTL_PAD_CSI0_DAT8 0x1ec&lt;BR /&gt;IOMUXC_I2C1_IPP_SDA_IN_SELECT_INPUT 0x0&lt;BR /&gt;IOMUXC_SW_MUX_CTL_PAD_CSI0_DAT9 0x15&lt;BR /&gt;IOMUXC_SW_PAD_CTL_PAD_CSI0_DAT9 0x1ec&lt;BR /&gt;IOMUXC_I2C1_IPP_SCL_IN_SELECT_INPUT 0x0&lt;BR /&gt;According with i.MX53 Multimedia Applications Processor Reference Manual (Rev. 2,.1, 6/2012) I not see any errors in I2C1 configuration, unfortunally it not work and I have very strange situation:&lt;BR /&gt;- in U-Boot I not see change signal level, it always hight&lt;BR /&gt;- in Linux I see change signal level, but I not see clock&lt;/P&gt;&lt;P&gt;Linux debug output:&lt;/P&gt;&lt;P&gt;i2c i2c-0: ioctl, cmd=0x707, arg=0x7ec3dbfc&lt;/P&gt;&lt;P&gt;i2c i2c-0: master_xfer[0] W, addr=0x5c, len=3&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_xfer&amp;gt;&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_start&amp;gt;&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_bus_busy&amp;gt;&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_xfer&amp;gt; transfer message: 0&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_xfer&amp;gt; CONTROL: IEN=1, IIEN=1, MSTA=1, MTX=1, TXAK=1, RSTA=0&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_xfer&amp;gt; STATUS: ICF=1, IAAS=0, IBB=1, IAL=0, SRW=0, IIF=0, RXAK=1&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_write&amp;gt; write slave address: addr=0xb8&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_trx_complete&amp;gt; TRX complete&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_acked&amp;gt; No ACK&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_stop&amp;gt;&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_bus_busy&amp;gt;&lt;/P&gt;&lt;P&gt;i2c i2c-0: &amp;lt;i2c_imx_xfer&amp;gt; exit with: error: -5&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I try use OBDS (I201139_mx53_sbrth_lcb_release.tar.gz), unfortunally it not run on our board.&lt;/P&gt;&lt;P&gt;How can I solve this problem?&lt;/P&gt;&lt;P&gt;Thank you and excuse me my bad english.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 07:43:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C1-not-work/m-p/224586#M15623</guid>
      <dc:creator>BrilliantovKiri</dc:creator>
      <dc:date>2013-01-15T07:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: I2C1 not work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C1-not-work/m-p/224587#M15624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved, I think &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;problem was&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in a particular sample our board, now I2C1 work in Linux.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Unfortunally I can't check I2C in U-Boot because I2C not work in U-Boot if I load it via MFGTool, I check this on QSB-R.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 08:44:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C1-not-work/m-p/224587#M15624</guid>
      <dc:creator>BrilliantovKiri</dc:creator>
      <dc:date>2013-01-17T08:44:14Z</dc:date>
    </item>
  </channel>
</rss>

