<?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>LPC MicrocontrollersのトピックRe: LPC55S36 I3C SCL isn't completed during Hot Join</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2155021#M58680</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253902"&gt;@sam_wu_7911&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May i ask is your target also lpc55s36 board?&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
    <pubDate>Wed, 20 Aug 2025 07:31:54 GMT</pubDate>
    <dc:creator>Harry_Zhang</dc:creator>
    <dc:date>2025-08-20T07:31:54Z</dc:date>
    <item>
      <title>LPC55S36 I3C SCL isn't completed during Hot Join</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2153982#M58675</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm trying to implement the flow of hotjoin with the I3C bus. However, when the target triggers the hot join address (0x02), the SCL stop at the 8th clock tick. No clock for R/W and ACK, do you have any idea?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="螢幕擷取畫面 2025-08-19 100931.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/352879i4FEB675CE7F1400B/image-size/large?v=v2&amp;amp;px=999" role="button" title="螢幕擷取畫面 2025-08-19 100931.png" alt="螢幕擷取畫面 2025-08-19 100931.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 02:15:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2153982#M58675</guid>
      <dc:creator>sam_wu_7911</dc:creator>
      <dc:date>2025-08-19T02:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S36 I3C SCL isn't completed during Hot Join</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2155021#M58680</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253902"&gt;@sam_wu_7911&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May i ask is your target also lpc55s36 board?&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 07:31:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2155021#M58680</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-08-20T07:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S36 I3C SCL isn't completed during Hot Join</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2155627#M58684</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229957"&gt;@Harry_Zhang&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Yes, I did try the target of the LPC55S36 board.&lt;BR /&gt;&lt;BR /&gt;Also, I tried another sensor IC with the same situation.&lt;BR /&gt;&lt;BR /&gt;Could you please provide me with a solution for triggering the last two clock ticks? I'll appreciate it.</description>
      <pubDate>Thu, 21 Aug 2025 02:15:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2155627#M58684</guid>
      <dc:creator>sam_wu_7911</dc:creator>
      <dc:date>2025-08-21T02:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S36 I3C SCL isn't completed during Hot Join</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2157420#M58688</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253902"&gt;@sam_wu_7911&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you enter Hot join,&lt;/P&gt;
&lt;P&gt;You can try to send response ACK.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;I3C_MasterEmitIBIResponse(EXAMPLE_MASTER, kI3C_IbiRespAck);&lt;/LI-CODE&gt;
&lt;P&gt;And then&amp;nbsp; dynamically assigning addresses.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 08:20:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2157420#M58688</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-08-25T08:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S36 I3C SCL isn't completed during Hot Join</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2157427#M58689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229957"&gt;@Harry_Zhang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you mean when the Controller received the Hot Join Interrupt,&amp;nbsp;&lt;SPAN&gt;sending a response ACK?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it like the code below?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="螢幕擷取畫面 2025-08-25 162747.png" style="width: 693px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/353908i5C736EED19BE8169/image-size/large?v=v2&amp;amp;px=999" role="button" title="螢幕擷取畫面 2025-08-25 162747.png" alt="螢幕擷取畫面 2025-08-25 162747.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BRs,&lt;/P&gt;&lt;P&gt;Sam&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 08:30:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2157427#M58689</guid>
      <dc:creator>sam_wu_7911</dc:creator>
      <dc:date>2025-08-25T08:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S36 I3C SCL isn't completed during Hot Join</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2157870#M58694</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253902"&gt;@sam_wu_7911&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you are right. and&amp;nbsp;then dynamically assigning addresses.&amp;nbsp; you can try.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 01:40:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2157870#M58694</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-08-26T01:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S36 I3C SCL isn't completed during Hot Join</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2188193#M58872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229957"&gt;@Harry_Zhang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After applying your solution, the last two clocks appear. However, after the ack is the stop condition, and that doesn't match the I3C spec.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="22. Hot Join ACK with stop condition.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/361374i58970F2E20789559/image-size/large?v=v2&amp;amp;px=999" role="button" title="22. Hot Join ACK with stop condition.png" alt="22. Hot Join ACK with stop condition.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Following the spec, there shall be a repeated START condition rather than a STOP. Do you have further ideas?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15. HJ (Hot-join).png" style="width: 746px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/361375i9B9EFA56CBA42B90/image-size/large?v=v2&amp;amp;px=999" role="button" title="15. HJ (Hot-join).png" alt="15. HJ (Hot-join).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 09:19:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2188193#M58872</guid>
      <dc:creator>sam_wu_7911</dc:creator>
      <dc:date>2025-10-17T09:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S36 I3C SCL isn't completed during Hot Join</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2196262#M58942</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253902"&gt;@sam_wu_7911&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In i3c spec,&amp;nbsp;after the ack is the stop condition or repeated start condition.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_0-1761878366328.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/363387iE786A931F41F606C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_0-1761878366328.png" alt="Harry_Zhang_0-1761878366328.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is my code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_1-1761878525136.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/363388i2D55D4ADDA3E7008/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_1-1761878525136.png" alt="Harry_Zhang_1-1761878525136.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_2-1761878543145.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/363390i240E6301DF2431D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_2-1761878543145.png" alt="Harry_Zhang_2-1761878543145.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_3-1761878585315.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/363391i9DB7EFB136B252C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_3-1761878585315.png" alt="Harry_Zhang_3-1761878585315.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can try.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 02:43:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S36-I3C-SCL-isn-t-completed-during-Hot-Join/m-p/2196262#M58942</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-10-31T02:43:26Z</dc:date>
    </item>
  </channel>
</rss>

