<?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: How can I use I2c slave mode?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285720#M33578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, do you there is no way to use in slave mode in i2c MX53QSB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to improve the mxc_i2c_slave?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&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>Tue, 07 May 2013 07:39:49 GMT</pubDate>
    <dc:creator>daisukekitsunai</dc:creator>
    <dc:date>2013-05-07T07:39:49Z</dc:date>
    <item>
      <title>How can I use I2c slave mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285716#M33574</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’m developing a custom board based on QSB now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This board is implemented connector of i2c.&lt;/P&gt;&lt;P&gt;I want to test the connector to connect the boards to each other.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;I want to use in slave mode i2c device. So I would like to use the mxc_i2c_slave.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;However, Kconfig is adapted to not read the Kconfig of i2c_slave folder.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;Is there a way to use in slave mode of the i2c MX53?&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&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, 25 Apr 2013 10:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285716#M33574</guid>
      <dc:creator>daisukekitsunai</dc:creator>
      <dc:date>2013-04-25T10:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use I2c slave mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285717#M33575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an example mxc_i2c_slave_test and mxc_i2c_test in the imx-test package in the Linux BSP. You can use this command to extract the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./ltib -p imx-test -m prep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source code will be extracted to the &amp;lt;ltib&amp;gt;/rpm/BUILD/ folder.&lt;/P&gt;&lt;P&gt;You can take this test code for reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 01:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285717#M33575</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-05-03T01:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use I2c slave mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285718#M33576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made ​​sure the source code according to your instructions.&lt;/P&gt;&lt;P&gt;I compile and run the source code of these, but the application did not work for / dev/mxc_i2c_slave does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to enable dev/mxc_i2c_slave?&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>Tue, 07 May 2013 01:54:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285718#M33576</guid>
      <dc:creator>daisukekitsunai</dc:creator>
      <dc:date>2013-05-07T01:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use I2c slave mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285719#M33577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh, sorry. After look into the i.MX53 QSB BSP driver manual, the I2C driver do not support the I2C slave mode of operation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 02:52:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285719#M33577</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-05-07T02:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use I2c slave mode?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285720#M33578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, do you there is no way to use in slave mode in i2c MX53QSB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to improve the mxc_i2c_slave?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&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>Tue, 07 May 2013 07:39:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-use-I2c-slave-mode/m-p/285720#M33578</guid>
      <dc:creator>daisukekitsunai</dc:creator>
      <dc:date>2013-05-07T07:39:49Z</dc:date>
    </item>
  </channel>
</rss>

