<?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 EEPROM Read/Write in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074767#M57394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;P&gt;is specified as 5ms but can be shorter. The best way to handle it is by using the acknowledgement method advised by the chip manufacturer.&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/113496i0E49D4B25EBC6A0F/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;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2020 20:39:49 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2020-06-22T20:39:49Z</dc:date>
    <item>
      <title>I2C EEPROM Read/Write</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074763#M57390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've some problem with an I2C EEPROM (24LC64T).&lt;/P&gt;&lt;P&gt;If I do single Read/Write of one byte / page all works well.&lt;/P&gt;&lt;P&gt;If I try do due consecutive Read or Write&amp;nbsp;I notice some malfunctions&amp;nbsp;with writing the bytes in the wrong position.&lt;/P&gt;&lt;P&gt;Even introducing delays between one writing and another respecting the times indicated in the datasheet (I also tried with very large delays beyond 10ms)&amp;nbsp;the problem remains.&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;Must the delay be by chance between the address byte and the data byte?&lt;/P&gt;&lt;P&gt;I am attaching the examples that I have used. They are for a custom board with the k22 microcontroller but can also be used on other micro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 10:01:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074763#M57390</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2020-06-22T10:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: I2C EEPROM Read/Write</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074764#M57391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you scoped the lines?&amp;nbsp; I'm wondering if you have marginal signals which are not being read by the EEPROM as intended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 14:04:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074764#M57391</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2020-06-22T14:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: I2C EEPROM Read/Write</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074765#M57392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Myke,&lt;/P&gt;&lt;P&gt;thanks but I should have solved it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I have seen you must always wait 5 ms after an operation and as regards writing a page you must always write from a multiple address of a page itself (in my case 32 bytes) otherwise it does not increase the internal counter but starts overwriting the same page.&lt;/P&gt;&lt;P&gt;I hope it will be useful to others too :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 15:57:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074765#M57392</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2020-06-22T15:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: I2C EEPROM Read/Write</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074766#M57393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good news - thanx for letting me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 16:10:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074766#M57393</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2020-06-22T16:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: I2C EEPROM Read/Write</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074767#M57394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;P&gt;is specified as 5ms but can be shorter. The best way to handle it is by using the acknowledgement method advised by the chip manufacturer.&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/113496i0E49D4B25EBC6A0F/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;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 20:39:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I2C-EEPROM-Read-Write/m-p/1074767#M57394</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-06-22T20:39:49Z</dc:date>
    </item>
  </channel>
</rss>

