<?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のトピックLPCXpresso55S36, I3C cannot read more than 16 bytes</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1967552#M56958</link>
    <description>&lt;P&gt;I'm running I3C on&amp;nbsp;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/lpcxpresso-boards/lpcxpresso55s36-development-board:LPCXpresso55S36?_gl=1*1tcrfjv*_gcl_aw*R0NMLjE3MjYxMjgwMDUuQ2p3S0NBandvb3EzQmhCM0Vpd0FZcVlvRWdtUVotSnRGOHFNWGZyczBMcXVibjZZc0ZuUzNYbXVMUWE2dktMWXFjZURkVThHX2hZN0ZCb0NPeTBRQXZEX0J3RQ..*_ga*MzI2NTY2MzE0LjE3MjYxMjgwMDU.*_ga_WM5LE0KMSH*MTcyODI2ODI2NC4xMS4xLjE3MjgyNjgzOTcuMC4wLjA." target="_self"&gt;LPC55S36-EVK&lt;/A&gt;&amp;nbsp;and find out that it cannot be read more than 16 bytes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This issue can be reproduced in&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN13577SW.zip?_gl=1*1iaxy8t*_gcl_aw*R0NMLjE3MjYxMjgwMDUuQ2p3S0NBandvb3EzQmhCM0Vpd0FZcVlvRWdtUVotSnRGOHFNWGZyczBMcXVibjZZc0ZuUzNYbXVMUWE2dktMWXFjZURkVThHX2hZN0ZCb0NPeTBRQXZEX0J3RQ..*_ga*MzI2NTY2MzE0LjE3MjYxMjgwMDU.*_ga_WM5LE0KMSH*MTcyODI2ODI2NC4xMS4xLjE3MjgyNjg1MjUuMC4wLjA." target="_self"&gt;Building an I3C Sensor Network Using LPC553x/LPC55S3x&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;example. After initialization of the icm42688p is complete, reading 17 bytes from the icm42688p sensor causes I3C_ReadSensor to hang. And we can see that SDA will be pulled down forever.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;if (demo_icm42688pDev != NULL ) {    
  // ...
  result = ICM42688P_Init(&amp;amp;icmp42688p_handle, &amp;amp;icm42688p_sensorConfig);
  if (result != kStatus_Success)
  {
    PRINTF("\r\nSensor reset failed.\r\n");
    return -1;
  }
  // ...

  uint8_t bankSel = 0;
  /* Select bank 0 to read sensor data.*/
  result = ICM42688P_WriteReg(&amp;amp;icmp42688p_handle, BANK_SEL, &amp;amp;bankSel, 1);
  if (result != kStatus_Success)
  {
    PRINTF("\r\nSelect sensor bank 0 failure.\r\n");
    return -1;
  }

  // test
  SDK_DelayAtLeastUs(1000 * 1000, SystemCoreClock);
  static uint8_t buffer[256];
  I3C_ReadSensor(demo_icm42688pDev, 0x00, buffer, 17);
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bell_huang_0-1728269126809.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/302975i0196E15F5D95C3B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bell_huang_0-1728269126809.png" alt="bell_huang_0-1728269126809.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;1. If the length of reading is less or equal to 16 bytes, there is no problem.&lt;/P&gt;&lt;P&gt;2. I am assuming that this is not a problem with the icm42688p as I get the same problem with an another sensor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Environment&lt;/P&gt;&lt;P&gt;Platform:&amp;nbsp;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/lpcxpresso-boards/lpcxpresso55s36-development-board:LPCXpresso55S36?_gl=1*1tcrfjv*_gcl_aw*R0NMLjE3MjYxMjgwMDUuQ2p3S0NBandvb3EzQmhCM0Vpd0FZcVlvRWdtUVotSnRGOHFNWGZyczBMcXVibjZZc0ZuUzNYbXVMUWE2dktMWXFjZURkVThHX2hZN0ZCb0NPeTBRQXZEX0J3RQ..*_ga*MzI2NTY2MzE0LjE3MjYxMjgwMDU.*_ga_WM5LE0KMSH*MTcyODI2ODI2NC4xMS4xLjE3MjgyNjgzOTcuMC4wLjA." target="_self"&gt;LPC55S36-EVK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SDK:&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com/en/builder?hw=LPCXpresso55S36" target="_self"&gt;Build SDK for LPCXpresso55S36&lt;/A&gt;&amp;nbsp;2.16.000 (released 2024-07-12)&lt;/P&gt;&lt;P&gt;Sample:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN13577SW.zip?_gl=1*1iaxy8t*_gcl_aw*R0NMLjE3MjYxMjgwMDUuQ2p3S0NBandvb3EzQmhCM0Vpd0FZcVlvRWdtUVotSnRGOHFNWGZyczBMcXVibjZZc0ZuUzNYbXVMUWE2dktMWXFjZURkVThHX2hZN0ZCb0NPeTBRQXZEX0J3RQ..*_ga*MzI2NTY2MzE0LjE3MjYxMjgwMDU.*_ga_WM5LE0KMSH*MTcyODI2ODI2NC4xMS4xLjE3MjgyNjg1MjUuMC4wLjA." target="_self"&gt;Building an I3C Sensor Network Using LPC553x/LPC55S3x&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2024 02:56:08 GMT</pubDate>
    <dc:creator>bell_huang</dc:creator>
    <dc:date>2024-10-07T02:56:08Z</dc:date>
    <item>
      <title>LPCXpresso55S36, I3C cannot read more than 16 bytes</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1967552#M56958</link>
      <description>&lt;P&gt;I'm running I3C on&amp;nbsp;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/lpcxpresso-boards/lpcxpresso55s36-development-board:LPCXpresso55S36?_gl=1*1tcrfjv*_gcl_aw*R0NMLjE3MjYxMjgwMDUuQ2p3S0NBandvb3EzQmhCM0Vpd0FZcVlvRWdtUVotSnRGOHFNWGZyczBMcXVibjZZc0ZuUzNYbXVMUWE2dktMWXFjZURkVThHX2hZN0ZCb0NPeTBRQXZEX0J3RQ..*_ga*MzI2NTY2MzE0LjE3MjYxMjgwMDU.*_ga_WM5LE0KMSH*MTcyODI2ODI2NC4xMS4xLjE3MjgyNjgzOTcuMC4wLjA." target="_self"&gt;LPC55S36-EVK&lt;/A&gt;&amp;nbsp;and find out that it cannot be read more than 16 bytes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This issue can be reproduced in&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN13577SW.zip?_gl=1*1iaxy8t*_gcl_aw*R0NMLjE3MjYxMjgwMDUuQ2p3S0NBandvb3EzQmhCM0Vpd0FZcVlvRWdtUVotSnRGOHFNWGZyczBMcXVibjZZc0ZuUzNYbXVMUWE2dktMWXFjZURkVThHX2hZN0ZCb0NPeTBRQXZEX0J3RQ..*_ga*MzI2NTY2MzE0LjE3MjYxMjgwMDU.*_ga_WM5LE0KMSH*MTcyODI2ODI2NC4xMS4xLjE3MjgyNjg1MjUuMC4wLjA." target="_self"&gt;Building an I3C Sensor Network Using LPC553x/LPC55S3x&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;example. After initialization of the icm42688p is complete, reading 17 bytes from the icm42688p sensor causes I3C_ReadSensor to hang. And we can see that SDA will be pulled down forever.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;if (demo_icm42688pDev != NULL ) {    
  // ...
  result = ICM42688P_Init(&amp;amp;icmp42688p_handle, &amp;amp;icm42688p_sensorConfig);
  if (result != kStatus_Success)
  {
    PRINTF("\r\nSensor reset failed.\r\n");
    return -1;
  }
  // ...

  uint8_t bankSel = 0;
  /* Select bank 0 to read sensor data.*/
  result = ICM42688P_WriteReg(&amp;amp;icmp42688p_handle, BANK_SEL, &amp;amp;bankSel, 1);
  if (result != kStatus_Success)
  {
    PRINTF("\r\nSelect sensor bank 0 failure.\r\n");
    return -1;
  }

  // test
  SDK_DelayAtLeastUs(1000 * 1000, SystemCoreClock);
  static uint8_t buffer[256];
  I3C_ReadSensor(demo_icm42688pDev, 0x00, buffer, 17);
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bell_huang_0-1728269126809.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/302975i0196E15F5D95C3B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bell_huang_0-1728269126809.png" alt="bell_huang_0-1728269126809.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;1. If the length of reading is less or equal to 16 bytes, there is no problem.&lt;/P&gt;&lt;P&gt;2. I am assuming that this is not a problem with the icm42688p as I get the same problem with an another sensor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Environment&lt;/P&gt;&lt;P&gt;Platform:&amp;nbsp;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/lpcxpresso-boards/lpcxpresso55s36-development-board:LPCXpresso55S36?_gl=1*1tcrfjv*_gcl_aw*R0NMLjE3MjYxMjgwMDUuQ2p3S0NBandvb3EzQmhCM0Vpd0FZcVlvRWdtUVotSnRGOHFNWGZyczBMcXVibjZZc0ZuUzNYbXVMUWE2dktMWXFjZURkVThHX2hZN0ZCb0NPeTBRQXZEX0J3RQ..*_ga*MzI2NTY2MzE0LjE3MjYxMjgwMDU.*_ga_WM5LE0KMSH*MTcyODI2ODI2NC4xMS4xLjE3MjgyNjgzOTcuMC4wLjA." target="_self"&gt;LPC55S36-EVK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SDK:&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com/en/builder?hw=LPCXpresso55S36" target="_self"&gt;Build SDK for LPCXpresso55S36&lt;/A&gt;&amp;nbsp;2.16.000 (released 2024-07-12)&lt;/P&gt;&lt;P&gt;Sample:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN13577SW.zip?_gl=1*1iaxy8t*_gcl_aw*R0NMLjE3MjYxMjgwMDUuQ2p3S0NBandvb3EzQmhCM0Vpd0FZcVlvRWdtUVotSnRGOHFNWGZyczBMcXVibjZZc0ZuUzNYbXVMUWE2dktMWXFjZURkVThHX2hZN0ZCb0NPeTBRQXZEX0J3RQ..*_ga*MzI2NTY2MzE0LjE3MjYxMjgwMDU.*_ga_WM5LE0KMSH*MTcyODI2ODI2NC4xMS4xLjE3MjgyNjg1MjUuMC4wLjA." target="_self"&gt;Building an I3C Sensor Network Using LPC553x/LPC55S3x&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 02:56:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1967552#M56958</guid>
      <dc:creator>bell_huang</dc:creator>
      <dc:date>2024-10-07T02:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso55S36, I3C cannot read more than 16 bytes</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1969662#M56985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228396"&gt;@bell_huang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested the&amp;nbsp;lpcxpresso55s36_i3c_master_read_sensor_icm42688p example.&lt;/P&gt;
&lt;P&gt;And i reproduce the issue that you mentioned.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HangZhang_0-1728458914217.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/303665i28F5F51375BBACD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HangZhang_0-1728458914217.png" alt="HangZhang_0-1728458914217.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have tracked this function.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HangZhang_1-1728459059008.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/303670i224B7307616C09B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HangZhang_1-1728459059008.png" alt="HangZhang_1-1728459059008.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The parameter handle -&amp;gt;remaining bytes is finally passed into the read function.&lt;/P&gt;
&lt;P&gt;Therefore, it is believed that the sensor can only return a maximum of 16 bytes of data.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Hang&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 07:34:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1969662#M56985</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-10-09T07:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso55S36, I3C cannot read more than 16 bytes</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1973764#M57059</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; ,&lt;/P&gt;&lt;P&gt;Thanks for responses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this is a problem caused by the LPC55S366 for the following three reasons:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;There are similar conditions for other sensors besides icm42688p, and they don't necessarily occur at the case of more than 16 bytes.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;In addition to the SDA possibly being pulled out, the SCL may also be pulled out. There is no reason that any sensor should be designed to control SCL.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;I moved the same sensor to another MCU platform that supports I3C and this problem does not occur.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This problem can also be reproduced using the NXP p3t1175 temperature sensor.&amp;nbsp;&lt;SPAN&gt;After initialization of the p3t1175 is complete, reading 23 bytes from the p3t1175 sensor causes I3C_ReadSensor to hang. And we can see that SCL will be pulled down forever.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;if (demo_p3t1175Dev != NULL ) {		
  //...
  result = P3T1175_Init(&amp;amp;p3t1175_handle, &amp;amp;p3t1175_sensorConfig);
  if (result != kStatus_Success)
  {
    PRINTF("\r\nTemp Sensor reset failed.\r\n");
    return -1;
  }

  //
  // readLength = 22, no problem
  // readLength = 23, SCL or SDA be pulled low
  //
  size_t readLength = 23;
  SDK_DelayAtLeastUs(1000 * 1000, SystemCoreClock);
  static uint8_t buffer[256];
  I3C_ReadSensor(demo_p3t1175Dev, 0x00, buffer, readLength);
}

PRINTF("Finished\r\n");
while (true);&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bell_huang_0-1728960444783.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304632iCC6981A5400635E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bell_huang_0-1728960444783.png" alt="bell_huang_0-1728960444783.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bell_huang_0-1728960205997.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304631i281FAEB2A0CD7886/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bell_huang_0-1728960205997.png" alt="bell_huang_0-1728960205997.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However,&amp;nbsp;I tested the p3t1175 on an another I3C supported platform and had no problem reading 100 bytes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bell_huang_1-1728960730435.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304635i8F5C991B6B4EB147/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bell_huang_1-1728960730435.png" alt="bell_huang_1-1728960730435.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>Tue, 15 Oct 2024 02:53:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1973764#M57059</guid>
      <dc:creator>bell_huang</dc:creator>
      <dc:date>2024-10-15T02:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso55S36, I3C cannot read more than 16 bytes</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1974908#M57071</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228396"&gt;@bell_huang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This may be because our SDK currently does not support directly changing the read FIFO to exceed 16 Byte.&lt;/P&gt;
&lt;P&gt;May I ask what your requirements are? Why do we need to change the size of the read FIFO? We can modify the code according to your needs.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Hang&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 07:18:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1974908#M57071</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-10-16T07:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso55S36, I3C cannot read more than 16 bytes</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1976557#M57099</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;My&amp;nbsp;&lt;SPAN&gt;requirements are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Sensors can run on 12.5M I3C bus.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;Sensors can read as many bytes on the I3C bus as they can on the I2C bus.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sensors can run on 12.5M I3C bus&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In&amp;nbsp;Building an I3C Sensor Network Using LPC553x/LPC55S3x example it was 10M. As far as the results are concerned, both 10M and 12.5M have the same problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sensors can read as many bytes on the I3C bus as they can on the I2C bus&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;16 bytes is a very small number for a sensor with FIFO support, for example, my sensor has a FIFO of 4000 bytes. however, I don't require the platform to have no upper limit, it would be sufficient if it could support 250 bytes. If the SDK can adjust the upper limit of read bytes, please let me know how to do it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;icm42688p cannot read more than 16 bytes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ignore my earlier reference to the InvenSense icm42688p. I tested the icm42688p in many cases and it does read 16 bytes at most.&lt;/SPAN&gt;&lt;/P&gt;&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;p3t1175 cannot read more than 22 bytes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried the NXP p3t1175 on another platform and it can read 1000 bytes on I3C 12.5M bus.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;On the LPC55S36 platform, if the I3C bus speed is slowed down to 6.25M, the p3t1175 can read up to 255 bytes.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you can adjust the SDK, so that p3t1175 can read at least 250 bytes on I3C 12.5M bus.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 03:28:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1976557#M57099</guid>
      <dc:creator>bell_huang</dc:creator>
      <dc:date>2024-10-18T03:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso55S36, I3C cannot read more than 16 bytes</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1977706#M57115</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228396"&gt;@bell_huang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. "&lt;SPAN&gt;&amp;nbsp;Sensors can run on 12.5M I3C bus.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;If your sensor supports 12.5M, I think it's possible&lt;/P&gt;
&lt;P&gt;2. "Sensors can read as many bytes on the I3C bus as they can on the I2C bus."&lt;/P&gt;
&lt;P&gt;I think this is also possible.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Hang&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 03:40:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1977706#M57115</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-10-21T03:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso55S36, I3C cannot read more than 16 bytes</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1977981#M57121</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; ,&lt;/P&gt;&lt;P&gt;I confirmed that both my sensor and NXP&amp;nbsp;&lt;SPAN&gt;p3t1175 can run on 12.5M I3C bus, and they can be&amp;nbsp;read as many bytes on the I3C bus as they can on the I2C bus.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But both my sensor and NXP&amp;nbsp;p3t1175 cannot be read 250 bytes on NXP LPC55S36 I3c bus. Could you request to check this issue with internal department?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 08:45:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S36-I3C-cannot-read-more-than-16-bytes/m-p/1977981#M57121</guid>
      <dc:creator>bell_huang</dc:creator>
      <dc:date>2024-10-21T08:45:22Z</dc:date>
    </item>
  </channel>
</rss>

