<?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: KM14 Which I2C to use? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821333#M49690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello agostino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After checking the information with the Kinetis apps team we noticed that the table 2-2 of the reference manual is wrong. You actually have two I2Cs available in the package 44 LGA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67726i7D967125FFE9D8EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Although you have two I2Cs available I still recommend you to use the I2C0 in the pins 38 and 39 for the reasons that I mentioned in my last reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2018 15:37:00 GMT</pubDate>
    <dc:creator>victorjimenez</dc:creator>
    <dc:date>2018-08-30T15:37:00Z</dc:date>
    <item>
      <title>KM14 Which I2C to use?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821330#M49687</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;I'm using a KM14Z64ACHH5 MCU;&lt;/P&gt;&lt;P&gt;in the section "Device Configuration" of the RM (see image below) it is stated that the package LGA-44 has only one I2C peripheral: &lt;STRONG&gt;which one of the two I2C peripherals (I2C0 or I2C1) cited in the pinout diagram is implemented in that package?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="MK14_DeviceConfiguration.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67383iFC64D1F8D6F0629C/image-size/large?v=v2&amp;amp;px=999" role="button" title="MK14_DeviceConfiguration.PNG" alt="MK14_DeviceConfiguration.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;agostino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 15:33:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821330#M49687</guid>
      <dc:creator>agostinofacotti</dc:creator>
      <dc:date>2018-08-23T15:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: KM14 Which I2C to use?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821331#M49688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello agostino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;The I2C pin for your LGA-44 package list as follows:&lt;BR clear="none" /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Pin No.26 I2C1_SDA PTE2, EXTAL1&amp;nbsp;&lt;BR clear="none" /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Pin No.27 I2C1_SCL PTE3, XTAL1, these two pins are external crystal pins, I don't recommend you to use it.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Pin No.32 I2C0_SCL PTE6, SWD_IO&lt;BR clear="none" /&gt;Pin No.33 I2C0_SDA PTE7,SWD_CLK, these two pins are the SWD interface, it is used for the debugger, I don't recommend you to use it.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Pin No.38 I2C0_SCL , PTG3&lt;BR clear="none" /&gt;Pin No.39 I2C0_SDA , PTG4, these pins don't have special functions, you can use these pins.&lt;BR clear="none" /&gt;So, I suggest you to USE I2C0, pin 38,39.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 14:40:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821331#M49688</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-08-24T14:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: KM14 Which I2C to use?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821332#M49689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Victor for the answer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your is a really good suggestion but I'm still in doubt if in the chip is present the I2C0 peripheral... How can you be sure that it is present?&lt;BR /&gt;I've searched for this information both in the datasheet and in the reference manual but I've found no results...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;agostino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 20:18:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821332#M49689</guid>
      <dc:creator>agostinofacotti</dc:creator>
      <dc:date>2018-08-24T20:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: KM14 Which I2C to use?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821333#M49690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello agostino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After checking the information with the Kinetis apps team we noticed that the table 2-2 of the reference manual is wrong. You actually have two I2Cs available in the package 44 LGA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67726i7D967125FFE9D8EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Although you have two I2Cs available I still recommend you to use the I2C0 in the pins 38 and 39 for the reasons that I mentioned in my last reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 15:37:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821333#M49690</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-08-30T15:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: KM14 Which I2C to use?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821334#M49691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Victor!&lt;/P&gt;&lt;P&gt;agostino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 12:39:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KM14-Which-I2C-to-use/m-p/821334#M49691</guid>
      <dc:creator>agostinofacotti</dc:creator>
      <dc:date>2018-09-03T12:39:44Z</dc:date>
    </item>
  </channel>
</rss>

