<?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 Seeking implementation example for I2C recovery on MCXA153 (Reference Manual Rev. 7) in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Seeking-implementation-example-for-I2C-recovery-on-MCXA153/m-p/2290422#M6016</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I am currently developing a project based on the **MCXA153** microprocessor. The system includes an I2C EEPROM (24C02) connected to the microprocessor I2C bus (P3_28 SDA Pin33 , P3_27 SCL Pin34)&lt;/P&gt;&lt;P&gt;I am looking for the best way to perform a recovery of the I2C peripheral. In the Reference Manual (Rev. 7, 2024-10-22), I found the following note:&lt;/P&gt;&lt;P&gt;&amp;gt; "You can use MCFGR0[RELAX] to attempt to recover a target with SDA stuck low. If MCFGR0[RELAX] is 1, the LPI2C controller does not wait for the I2C bus to be idle before starting a transfer. Initiating a Start command with address FFh, then the Stop condition, should generate sufficient SCL clock edges to cause the target to release SDA."&lt;/P&gt;&lt;P&gt;Could you provide a code example or a more detailed description of how to implement this specific procedure?&lt;/P&gt;&lt;P&gt;Thank you for your help and cooperation.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jan 2026 18:56:08 GMT</pubDate>
    <dc:creator>_Ferrari_</dc:creator>
    <dc:date>2026-01-08T18:56:08Z</dc:date>
    <item>
      <title>Seeking implementation example for I2C recovery on MCXA153 (Reference Manual Rev. 7)</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Seeking-implementation-example-for-I2C-recovery-on-MCXA153/m-p/2290422#M6016</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I am currently developing a project based on the **MCXA153** microprocessor. The system includes an I2C EEPROM (24C02) connected to the microprocessor I2C bus (P3_28 SDA Pin33 , P3_27 SCL Pin34)&lt;/P&gt;&lt;P&gt;I am looking for the best way to perform a recovery of the I2C peripheral. In the Reference Manual (Rev. 7, 2024-10-22), I found the following note:&lt;/P&gt;&lt;P&gt;&amp;gt; "You can use MCFGR0[RELAX] to attempt to recover a target with SDA stuck low. If MCFGR0[RELAX] is 1, the LPI2C controller does not wait for the I2C bus to be idle before starting a transfer. Initiating a Start command with address FFh, then the Stop condition, should generate sufficient SCL clock edges to cause the target to release SDA."&lt;/P&gt;&lt;P&gt;Could you provide a code example or a more detailed description of how to implement this specific procedure?&lt;/P&gt;&lt;P&gt;Thank you for your help and cooperation.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 18:56:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Seeking-implementation-example-for-I2C-recovery-on-MCXA153/m-p/2290422#M6016</guid>
      <dc:creator>_Ferrari_</dc:creator>
      <dc:date>2026-01-08T18:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking implementation example for I2C recovery on MCXA153 (Reference Manual Rev. 7)</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Seeking-implementation-example-for-I2C-recovery-on-MCXA153/m-p/2291968#M6017</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I apologize for the inconvenience, there is no code example, only the instructions available in Reference Manual chapter 36.3.1.5 and MCFGR0 register function description in chapter 36.7.1.8&lt;/P&gt;
&lt;P&gt;Best Regards, Luis&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 20:13:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Seeking-implementation-example-for-I2C-recovery-on-MCXA153/m-p/2291968#M6017</guid>
      <dc:creator>luis_maravilla</dc:creator>
      <dc:date>2026-01-12T20:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking implementation example for I2C recovery on MCXA153 (Reference Manual Rev. 7)</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Seeking-implementation-example-for-I2C-recovery-on-MCXA153/m-p/2295959#M6020</link>
      <description>&lt;P&gt;Are you planning to develop an example for I2C recovery?&lt;BR /&gt;Also, do you know if there is an application note available for reference?&lt;/P&gt;&lt;P&gt;Thank you very much for your help and cooperation&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 10:48:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Seeking-implementation-example-for-I2C-recovery-on-MCXA153/m-p/2295959#M6020</guid>
      <dc:creator>_Ferrari_</dc:creator>
      <dc:date>2026-01-19T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking implementation example for I2C recovery on MCXA153 (Reference Manual Rev. 7)</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Seeking-implementation-example-for-I2C-recovery-on-MCXA153/m-p/2301535#M6024</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I apologize for the inconvenience; there is no example code available to fit your request in specific.&lt;/P&gt;
&lt;P&gt;We only have available the instructions in Reference Manual chapter 36.3.1.5 and MCFGR0 register function description in chapter 36.7.1.8.&lt;/P&gt;
&lt;P&gt;Still, the request you are mentioning is similar to the answer provided in this post &lt;A href="https://community.nxp.com/t5/MCX-Microcontrollers/I3C-stuck-SDA-handling/td-p/2256129" target="_blank"&gt;I3C stuck SDA handling&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also, you could try using as a base the following application note &lt;A href="https://www.nxp.com/docs/en/application-note/AN4803.pdf" target="_blank"&gt;AN4803&lt;/A&gt; as this shows some pseudocode on how you can do an I2C restore (page 18), nonetheless, please consider that you have to check with the MCXA specification along with the reference manual and your requirements to validate if this works for your needs.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 22:23:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Seeking-implementation-example-for-I2C-recovery-on-MCXA153/m-p/2301535#M6024</guid>
      <dc:creator>luis_maravilla</dc:creator>
      <dc:date>2026-01-27T22:23:53Z</dc:date>
    </item>
  </channel>
</rss>

