<?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: iMIMXRT595 I3C DDR Mode not working at 12.5Mhz in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMIMXRT595-I3C-DDR-Mode-not-working-at-12-5Mhz/m-p/2346240#M36464</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/261258"&gt;@sai_sudheer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About the&amp;nbsp; How to configure the baud rate.&lt;/P&gt;
&lt;P&gt;I think you can refer to the&amp;nbsp;void void I3C_MasterSetBaudRate(I3C_Type *base, const i3c_baudrate_hz_t *baudRate_Hz, uint32_t sourceClock_Hz) function.&lt;/P&gt;
&lt;P&gt;This function is located in the fsl_i3c.c.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2026 10:27:08 GMT</pubDate>
    <dc:creator>Harry_Zhang</dc:creator>
    <dc:date>2026-04-07T10:27:08Z</dc:date>
    <item>
      <title>iMIMXRT595 I3C DDR Mode not working at 12.5Mhz</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMIMXRT595-I3C-DDR-Mode-not-working-at-12-5Mhz/m-p/2343391#M36437</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&amp;lt;Priority&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We are experiencing data corruption in I3C HDR-DDR mode at 12.5MHz on the MIMXRT595-EVK board. The issue is specific to higher frequencies and does not occur at lower speeds.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Problem Details:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Hardware:&lt;/STRONG&gt; MIMXRT595-EVK&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Mode:&lt;/STRONG&gt; I3C HDR-DDR&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Frequency:&lt;/STRONG&gt; 12.5MHz (EXAMPLE_I3C_PP_BAUDRATE = 12500000U)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Expected Data:&lt;/STRONG&gt; Sequential pattern (&lt;FONT color="#215bd6"&gt;&lt;SPAN&gt;&lt;U&gt;0, 1, 2, 3) &lt;/U&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#215bd6"&gt;&lt;SPAN&gt;&lt;U&gt;same as SDK example i3c_polling_b2b_transfer/mastter, slave&amp;nbsp;&lt;/U&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Received Data:&lt;/STRONG&gt; Corrupted pattern [1, 0, 2, 1] (tried for reduced samples as when samples increases communication handoff is not happening from slave to master)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Working Frequencies:&lt;/STRONG&gt; 4MHz, 6.25MHz (no data corruption)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;along with this,&amp;nbsp;We need clarification on I3C clock frequency generation capabilities and proper configuration methods for the RT595.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Observed Behavior:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Only specific frequencies are achievable: &amp;lt;4MHz, 6.25MHz, 12.5MHz&lt;/LI&gt;&lt;LI&gt;Intermediate frequencies (5MHz, 7MHz, 8MHz, 10MHz) all result in 6.25MHz output&lt;/LI&gt;&lt;LI&gt;Clock source appears fixed regardless of EXAMPLE_I3C_PP_BAUDRATE setting&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What are ALL supported I3C frequencies on RT595?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can we configure intermediate frequencies&lt;/STRONG&gt; (e.g., 8MHz, 10MHz) by changing the source clock, and if so, how?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 05:21:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMIMXRT595-I3C-DDR-Mode-not-working-at-12-5Mhz/m-p/2343391#M36437</guid>
      <dc:creator>sai_sudheer</dc:creator>
      <dc:date>2026-04-01T05:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: iMIMXRT595 I3C DDR Mode not working at 12.5Mhz</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMIMXRT595-I3C-DDR-Mode-not-working-at-12-5Mhz/m-p/2346240#M36464</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/261258"&gt;@sai_sudheer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About the&amp;nbsp; How to configure the baud rate.&lt;/P&gt;
&lt;P&gt;I think you can refer to the&amp;nbsp;void void I3C_MasterSetBaudRate(I3C_Type *base, const i3c_baudrate_hz_t *baudRate_Hz, uint32_t sourceClock_Hz) function.&lt;/P&gt;
&lt;P&gt;This function is located in the fsl_i3c.c.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 10:27:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/iMIMXRT595-I3C-DDR-Mode-not-working-at-12-5Mhz/m-p/2346240#M36464</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2026-04-07T10:27:08Z</dc:date>
    </item>
  </channel>
</rss>

