<?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: LPC1765 I2C EEPROM does not return ACK in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1811429#M55459</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As you know that the I2C of LPC1765 is master, after the 7 bits I2C slave address+W, the EEPROM must provide the ACK signal.&lt;/P&gt;
&lt;P&gt;Pls check the EEPROM and check if the slave address of EEPROM is correct.&lt;/P&gt;
&lt;P&gt;Can you tell us the part number of third party EEPROM?&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 03:49:18 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2024-02-20T03:49:18Z</dc:date>
    <item>
      <title>LPC1765 I2C EEPROM does not return ACK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1810990#M55454</link>
      <description>&lt;P&gt;We try to control 24Lc16 EEPROM using I2C0 on LPC1765.&lt;/P&gt;&lt;P&gt;We can see the address going out on the bus, but no ACK is received after the address.&lt;/P&gt;&lt;P&gt;We have 4.7k pull up resistor on SDA and SCL.&lt;/P&gt;&lt;P&gt;I2C1 seems to work fine with the same configuration.&lt;/P&gt;&lt;P&gt;What can be the problem here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 14:36:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1810990#M55454</guid>
      <dc:creator>Ronaa</dc:creator>
      <dc:date>2024-02-19T14:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1765 I2C EEPROM does not return ACK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1811429#M55459</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As you know that the I2C of LPC1765 is master, after the 7 bits I2C slave address+W, the EEPROM must provide the ACK signal.&lt;/P&gt;
&lt;P&gt;Pls check the EEPROM and check if the slave address of EEPROM is correct.&lt;/P&gt;
&lt;P&gt;Can you tell us the part number of third party EEPROM?&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 03:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1811429#M55459</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-02-20T03:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1765 I2C EEPROM does not return ACK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1811482#M55461</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The slave i write is 0XA0 and this is what is should be according the the EEPROM data sheet. the device is AT24LC16.&lt;/P&gt;&lt;P&gt;We try to write 3 times and get 0X20 the the status register. we also try to read, but the response is the same.&lt;/P&gt;&lt;P&gt;I attach the scope image, it looks a bit different than what I expected, but it can be scope problem, not bus problem&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 05:51:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1811482#M55461</guid>
      <dc:creator>Ronaa</dc:creator>
      <dc:date>2024-02-20T05:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1765 I2C EEPROM does not return ACK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1811551#M55462</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;The slave i write is 0XA0&amp;nbsp;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A common source of misunderstanding and confusion is the definition of this address. As mentioned, it is 7 bit, &lt;EM&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/EM&gt; 8 bit.&lt;BR /&gt;The datasheet either expects an AND operation with the RW-bit, or implies a left-shift of this address by one bit. Often, these datasheets reveal this only indirectly, in either their figures or waveform examples.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The easiest way would be to try out both.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 07:15:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1811551#M55462</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2024-02-20T07:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1765 I2C EEPROM does not return ACK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1811664#M55465</link>
      <description>&lt;P&gt;Thanks all for the quick help. using 0x50 instead of 0xA0 works.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 08:43:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1765-I2C-EEPROM-does-not-return-ACK/m-p/1811664#M55465</guid>
      <dc:creator>Ronaa</dc:creator>
      <dc:date>2024-02-20T08:43:27Z</dc:date>
    </item>
  </channel>
</rss>

