<?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: I2C test application from userspace in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265616#M27562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi Srinivasan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you look into data sheet the first 4 bits of device address always be 1010 ie. 0xa while last 4 bits can be changed based on "Table 3. Device Select Code" on page no 3 of datasheet. check for chip enable pin(3) is connected to vcc or gnd ie 1 or 0. if that pin is connected to 1 then b3 bit of address should be 1 &amp;amp; if pin is connected to 0 then b3 bit of address should be 0.otherwise device wont response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if chip enable pin is 1 then device address is 10101XXX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if chip enable pin is 0 then device address is 10100XXX.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Please read "write operation" on page no 7 of data sheet carefully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;also refer following link&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;A href="https://www.kernel.org/doc/Documentation/i2c/dev-interface" title="https://www.kernel.org/doc/Documentation/i2c/dev-interface"&gt;https://www.kernel.org/doc/Documentation/i2c/dev-interface&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sasidhar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 13:38:48 GMT</pubDate>
    <dc:creator>Raybiztech</dc:creator>
    <dc:date>2013-10-09T13:38:48Z</dc:date>
    <item>
      <title>I2C test application from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265612#M27558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;Dear All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;I'm trying to write the eeprom userspace test application, &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;when I run the below test app, I see the below messages&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;BusyBox v1.15.0 () built-in shell (ash)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;Enter 'help' for a list of built-in commands.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;root@freescale ~$ MY_TEST_APPLICATION_EEPROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;SUCCESS: open(3) passed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;ERROR: ioctl(fd, I2C_SLAVE, 0x50) failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;root@freescale ~$&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;I even tried changing it to&amp;nbsp;&amp;nbsp; "status = ioctl(fd, I2C_SLAVE_FORCE, i2c_addr);"&amp;nbsp; , but still the same issue, could you please let me know how to get rid of this issue, as am trying this from since 2 days, not able to succeed further&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;Any help would be greatly appreciated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;unistd.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;sys/types.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;sys/stat.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;sys/ioctl.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;fcntl.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;linux/fs.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;errno.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;string.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;linux/i2c-dev.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;linux/i2c.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* chmod 666 /dev/i2c-0 */&lt;/P&gt;&lt;P&gt;int main(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Data to be written to eeprom&lt;/P&gt;&lt;P&gt;unsigned char wbuf[17] =&amp;nbsp; {&amp;nbsp;&amp;nbsp; 0x00, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F };&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;unsigned char rbuf[16];&lt;/P&gt;&lt;P&gt;int i2c_addr = 0xa0;&lt;/P&gt;&lt;P&gt;int status;&lt;/P&gt;&lt;P&gt;unsigned short int i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// OPENING I2C DEVICE&lt;/P&gt;&lt;P&gt;int fd = open("/dev/i2c-0", O_RDWR);&lt;/P&gt;&lt;P&gt;if (fd &amp;lt; 0) {&lt;/P&gt;&lt;P&gt;printf("ERROR: open(%d) failed\n", fd);&lt;/P&gt;&lt;P&gt;return -1;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf("\nSUCCESS: open(%d) passed\n", fd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// SETTING EEPROM ADDR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = ioctl(fd, I2C_SLAVE, i2c_addr&amp;gt;&amp;gt;1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (status &amp;lt; 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;printf("ERROR: ioctl(fd, I2C_SLAVE, 0x%02X) failed\n", i2c_addr);&lt;/P&gt;&lt;P&gt;close(fd);&lt;/P&gt;&lt;P&gt;return -1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("\nSUCCESS: ioctl(fd, I2C_SLAVE, 0x%02X&amp;gt;&amp;gt;1) passed\n", i2c_addr);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// WRITING TO EEPROM&lt;/P&gt;&lt;P&gt;printf ("\nPerforming EEPROM Write operation\n");&lt;/P&gt;&lt;P&gt;write(fd,wbuf,16);&lt;/P&gt;&lt;P&gt;sleep(10); //till eeprom completes writes&lt;/P&gt;&lt;P&gt;if (write(fd,wbuf,16) != 16) {&lt;/P&gt;&lt;P&gt;printf("ERROR: write() failed\n");&lt;/P&gt;&lt;P&gt;close(fd);&lt;/P&gt;&lt;P&gt;return -1;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;printf("\nSUCCESS: Data written to the EEPROM\n");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// READING FROM EEPROM&lt;/P&gt;&lt;P&gt;printf ("\nPerforming EEPROM Read operation\n");&lt;/P&gt;&lt;P&gt;wbuf[0]=0;&lt;/P&gt;&lt;P&gt;if(write(fd,wbuf,1)!=1){&lt;/P&gt;&lt;P&gt;printf("ERROR: buffer pointer initialization of read() failed\n");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (read(fd,rbuf,16) != 16) {&lt;/P&gt;&lt;P&gt;printf("ERROR: read() failed\n");&lt;/P&gt;&lt;P&gt;close(fd);&lt;/P&gt;&lt;P&gt;return -1;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;for(i = 0; i&amp;lt; 16; i++)&lt;/P&gt;&lt;P&gt;printf("ReadBuffer[%d] %d \r\n", i, rbuf[i]);&lt;/P&gt;&lt;P&gt;printf("\nSUCCESS: Data READ from the EEPROM\n");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;printf("\neerprom test successfull \n");&lt;/P&gt;&lt;P&gt;close(fd);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 03:41:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265612#M27558</guid>
      <dc:creator>srinivasanshanm</dc:creator>
      <dc:date>2013-10-06T03:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: I2C test application from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265613#M27559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could anybody please do the needful in addressing the above thread, as early as possible, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Many thanks in advance again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 17:17:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265613#M27559</guid>
      <dc:creator>srinivasanshanm</dc:creator>
      <dc:date>2013-10-08T17:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: I2C test application from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265614#M27560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There can be 3 different possibilities,&lt;/P&gt;&lt;P&gt;1) &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Each registered i2c adapter gets a number starting from 0 ,&lt;/SPAN&gt;check eeprom is connected to which adaptor.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; see /sys/class/i2c-dev/ to see what number corresponds to which adapter.&lt;/P&gt;&lt;P&gt;2) verify eeprom address in datasheet.&lt;/P&gt;&lt;P&gt;3) I think Right shift operation is not necessary as generally driver is take care of sending 7 bit device address in upper bits of byte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you share eeprom datasheet as well as board specification it will be better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasidhar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 10:44:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265614#M27560</guid>
      <dc:creator>Raybiztech</dc:creator>
      <dc:date>2013-10-09T10:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: I2C test application from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265615#M27561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sasidhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am using eeprom 24c08, whose slave address is 0x50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached datasheet, evn I tried giving seven bit address this didnt work for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 10:50:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265615#M27561</guid>
      <dc:creator>srinivasanshanm</dc:creator>
      <dc:date>2013-10-09T10:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: I2C test application from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265616#M27562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi Srinivasan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you look into data sheet the first 4 bits of device address always be 1010 ie. 0xa while last 4 bits can be changed based on "Table 3. Device Select Code" on page no 3 of datasheet. check for chip enable pin(3) is connected to vcc or gnd ie 1 or 0. if that pin is connected to 1 then b3 bit of address should be 1 &amp;amp; if pin is connected to 0 then b3 bit of address should be 0.otherwise device wont response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if chip enable pin is 1 then device address is 10101XXX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if chip enable pin is 0 then device address is 10100XXX.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Please read "write operation" on page no 7 of data sheet carefully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;also refer following link&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;A href="https://www.kernel.org/doc/Documentation/i2c/dev-interface" title="https://www.kernel.org/doc/Documentation/i2c/dev-interface"&gt;https://www.kernel.org/doc/Documentation/i2c/dev-interface&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sasidhar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 13:38:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265616#M27562</guid>
      <dc:creator>Raybiztech</dc:creator>
      <dc:date>2013-10-09T13:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: I2C test application from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265617#M27563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can refer to &lt;A href="http://www.lm-sensors.org/browser/i2c-tools/trunk/eepromer?rev=5202"&gt;http://www.lm-sensors.org/browser/i2c-tools/trunk/eepromer?rev=5202&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are some examples of i2c utilities to access EEPROM (also including 24Cxx serial eeprom).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 05:17:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265617#M27563</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2013-10-10T05:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: I2C test application from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265618#M27564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinivasan&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help please feel &lt;/P&gt;&lt;P&gt;free to contact Freescale.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 06:44:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265618#M27564</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-02-18T06:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: I2C test application from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265619#M27565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close this issue it is resolved, thanks a lot for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 06:53:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-test-application-from-userspace/m-p/265619#M27565</guid>
      <dc:creator>srinivasanshanm</dc:creator>
      <dc:date>2014-02-18T06:53:48Z</dc:date>
    </item>
  </channel>
</rss>

