<?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: How to Configure LPC55S28 I2C to Fast Mode Plus in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Configure-LPC55S28-I2C-to-Fast-Mode-Plus/m-p/1750409#M54606</link>
    <description>&lt;P class="lia-align-justify"&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224935"&gt;@AmberLin&lt;/a&gt;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Could you please try using the &lt;EM&gt;i2c_polling_transfer_master&lt;/EM&gt; and/or&amp;nbsp;&lt;EM&gt;i2c_dma_transfer_master&lt;/EM&gt; examples? With those have you achieved a faster speed communication?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P class="lia-align-justify"&gt;&lt;EM&gt;Are FC0 to FC7 able to reach 1M, or just FC1&amp;nbsp;(PIO0_13 and PIO0_14)&amp;nbsp;can be configured to 1M?&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P class="lia-align-justify"&gt;Let us double check this information, since as you mentioned it is not very clear which specific I2C pins should be used for&lt;EM&gt; Fast-mode Plus&lt;/EM&gt;&amp;nbsp;or &lt;EM&gt;High-speed mode&lt;/EM&gt;. We will let you know any information regarding your case as soon as possible.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Best regards, Raul.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2023 16:29:27 GMT</pubDate>
    <dc:creator>RaRo</dc:creator>
    <dc:date>2023-11-01T16:29:27Z</dc:date>
    <item>
      <title>How to Configure LPC55S28 I2C to Fast Mode Plus</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Configure-LPC55S28-I2C-to-Fast-Mode-Plus/m-p/1747779#M54556</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I need 1Mbits/s I2c communication, but it just reach 800kbits/s&lt;/P&gt;&lt;P&gt;The attachment &lt;SPAN class=""&gt;lpcxpresso55s28_i2c_interrupt_b2b_transfer_master.7z&lt;/SPAN&gt;&amp;nbsp;is SDK example code that use FC4 (PIO1_20 and PIO1_21).&lt;/P&gt;&lt;P&gt;In addition, I refer to &lt;A title="How to Configure LPC55S16 I2C to Fast Mode Plus" href="https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Configure-LPC55S16-I2C-to-Fast-Mode-Plus/m-p/1388985" target="_self"&gt;How to Configure LPC55S16 I2C to Fast Mode Plus&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to be a different problem, because it already enable the FRG4 in example code.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmberLin_0-1698396900345.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247222iC26F1E539D622E63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmberLin_0-1698396900345.png" alt="AmberLin_0-1698396900345.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The attachment &lt;SPAN class=""&gt;LPC55S28_test.7z is my own code that use FC1 (PIO0_13 and PIO0_14) based on MCUXpresso config tool. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I follow the document UM11126 (Table 336.)&amp;nbsp; to set pins with config tool, but t&lt;/SPAN&gt;&lt;SPAN class=""&gt;he result is still 800k.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmberLin_1-1698399857546.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247228iAE0C787B98B8D404/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmberLin_1-1698399857546.png" alt="AmberLin_1-1698399857546.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 09:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Configure-LPC55S28-I2C-to-Fast-Mode-Plus/m-p/1747779#M54556</guid>
      <dc:creator>AmberLin</dc:creator>
      <dc:date>2023-10-27T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure LPC55S28 I2C to Fast Mode Plus</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Configure-LPC55S28-I2C-to-Fast-Mode-Plus/m-p/1749628#M54592</link>
      <description>&lt;P class="lia-align-justify"&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224935"&gt;@AmberLin&lt;/a&gt;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Could you please tell us if you are using an NXP's EVK or a custom board? Which slave are you connecting with the master LPC5528?&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Also, could you please check the &lt;A href="https://www.nxp.com/docs/en/user-guide/UM10204.pdf" target="_blank" rel="noopener"&gt;I2C-bus specification and user manual&lt;/A&gt; and &lt;A href="https://www.nxp.com/docs/en/nxp/data-sheets/LPC55S2x_LPC552x.pdf" target="_blank" rel="noopener"&gt;LPC55S2x/LPC552x Product data sheet&lt;/A&gt;. Section 11.9 I2C-bus? There is mentioned some extra considerations of bus timing.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Kind regards, Raul.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 15:10:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Configure-LPC55S28-I2C-to-Fast-Mode-Plus/m-p/1749628#M54592</guid>
      <dc:creator>RaRo</dc:creator>
      <dc:date>2023-10-31T15:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure LPC55S28 I2C to Fast Mode Plus</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Configure-LPC55S28-I2C-to-Fast-Mode-Plus/m-p/1749908#M54597</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206649"&gt;@RaRo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using LPC55S28-EVK, and the slave that I am connecting with is HX83192 automotive TDDI.&lt;/P&gt;&lt;P&gt;I'll check documents you provide.&lt;/P&gt;&lt;P&gt;By the way. Refer to the document UM11126 CH.33.&lt;/P&gt;&lt;P&gt;Are FC0 to FC7 able to reach 1M, or just FC1&amp;nbsp;&lt;SPAN class=""&gt;(PIO0_13 and PIO0_14)&lt;/SPAN&gt; can be configured to 1M?&lt;/P&gt;&lt;P&gt;It doesn't mention about which are the specific I2C pins for FM+.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmberLin_0-1698804301955.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247817i0AFCC96AA6F9ACBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmberLin_0-1698804301955.png" alt="AmberLin_0-1698804301955.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Amber Lin.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 02:19:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Configure-LPC55S28-I2C-to-Fast-Mode-Plus/m-p/1749908#M54597</guid>
      <dc:creator>AmberLin</dc:creator>
      <dc:date>2023-11-01T02:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure LPC55S28 I2C to Fast Mode Plus</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Configure-LPC55S28-I2C-to-Fast-Mode-Plus/m-p/1750409#M54606</link>
      <description>&lt;P class="lia-align-justify"&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224935"&gt;@AmberLin&lt;/a&gt;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Could you please try using the &lt;EM&gt;i2c_polling_transfer_master&lt;/EM&gt; and/or&amp;nbsp;&lt;EM&gt;i2c_dma_transfer_master&lt;/EM&gt; examples? With those have you achieved a faster speed communication?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P class="lia-align-justify"&gt;&lt;EM&gt;Are FC0 to FC7 able to reach 1M, or just FC1&amp;nbsp;(PIO0_13 and PIO0_14)&amp;nbsp;can be configured to 1M?&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P class="lia-align-justify"&gt;Let us double check this information, since as you mentioned it is not very clear which specific I2C pins should be used for&lt;EM&gt; Fast-mode Plus&lt;/EM&gt;&amp;nbsp;or &lt;EM&gt;High-speed mode&lt;/EM&gt;. We will let you know any information regarding your case as soon as possible.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Best regards, Raul.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-Configure-LPC55S28-I2C-to-Fast-Mode-Plus/m-p/1750409#M54606</guid>
      <dc:creator>RaRo</dc:creator>
      <dc:date>2023-11-01T16:29:27Z</dc:date>
    </item>
  </channel>
</rss>

