<?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>Other NXP Products中的主题 SC18IS602: I2C Address setting</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/SC18IS602-I2C-Address-setting/m-p/953360#M7913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello NXP Team,&lt;/P&gt;&lt;P&gt;Does the A0, A1 and A2 address setting pins of the IC has internal pull up?&lt;/P&gt;&lt;P&gt;I had added only 0E pull down option for these 3 pins with which I get 0x28 I2C address for the IC.&lt;/P&gt;&lt;P&gt;Is it possible to get any other address for the IC by removing any of these resistors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2019 17:51:29 GMT</pubDate>
    <dc:creator>emilzachariageo</dc:creator>
    <dc:date>2019-09-20T17:51:29Z</dc:date>
    <item>
      <title>SC18IS602: I2C Address setting</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SC18IS602-I2C-Address-setting/m-p/953360#M7913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello NXP Team,&lt;/P&gt;&lt;P&gt;Does the A0, A1 and A2 address setting pins of the IC has internal pull up?&lt;/P&gt;&lt;P&gt;I had added only 0E pull down option for these 3 pins with which I get 0x28 I2C address for the IC.&lt;/P&gt;&lt;P&gt;Is it possible to get any other address for the IC by removing any of these resistors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 17:51:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SC18IS602-I2C-Address-setting/m-p/953360#M7913</guid>
      <dc:creator>emilzachariageo</dc:creator>
      <dc:date>2019-09-20T17:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: SC18IS602: I2C Address setting</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SC18IS602-I2C-Address-setting/m-p/953361#M7914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c00000;"&gt;Does the A0, A1 and A2 address setting pins of the IC has internal pull up?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[Answer] No, desired logic level need to be driven externally either by connecting external pull-up to referenced to VCC, or connecting them to external GND. You should not leave these pns unconnected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c00000;"&gt;I had added only 0E pull down option for these 3 pins with which I get 0x28 I2C address for the IC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c00000;"&gt;Is it possible to get any other address for the IC by removing any of these resistors?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[Answer] This is correct, the slave address of the SC18IS602B is comprised of a fixed and a programmable part. The programmable part of the slave address enables the maximum possible number of such devices to be connected to the I2C-bus. Since the SC18IS602B has three programmable address bits (defined by the A2, A1, and A0 pins), it is possible to have eight of these devices on the same bus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The slave address is: 0 1 0 1 A2 A1 A0 R/W&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If A2, A1 and A0 are tied to ground, the address would be 0 1 0 1 0 0 0 R/W (7-bit 0x28).&lt;/P&gt;&lt;P&gt;If for example you connect A1 pin to VCC trough an external pull-up and leave A2 and A0 pins connected to GND, the address would be 0 1 0 1 0 1 0 R/W (7-bit 0x2A).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find more details on section 7.1.1 of the device datasheet: &lt;A href="https://www.nxp.com/docs/en/data-sheet/SC18IS602B.pdf"&gt;https://www.nxp.com/docs/en/data-sheet/SC18IS602B.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;P&gt;NXP Semiconductors&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 22:20:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SC18IS602-I2C-Address-setting/m-p/953361#M7914</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2019-09-20T22:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: SC18IS602: I2C Address setting</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SC18IS602-I2C-Address-setting/m-p/953362#M7915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;Thanks for confirming of the absence of internal pull ups.&lt;/P&gt;&lt;P&gt;We shall proceed accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Sep 2019 05:57:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SC18IS602-I2C-Address-setting/m-p/953362#M7915</guid>
      <dc:creator>emilzachariageo</dc:creator>
      <dc:date>2019-09-21T05:57:48Z</dc:date>
    </item>
  </channel>
</rss>

