<?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: S32k322,  Driver Mcu - function Clock_Ip_CMU_ClockFailInt, scheck Test INTM,CMU_FC in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32k322-Driver-Mcu-function-Clock-Ip-CMU-ClockFailInt-scheck/m-p/2102802#M49097</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;the bug has been reported to RTD team.&lt;BR /&gt;&lt;BR /&gt;As a quick fix you can try to add check for NUL__PTR before read e.g.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RadoslavB_0-1747925055314.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339272iE22BF2A314E75F66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RadoslavB_0-1747925055314.png" alt="RadoslavB_0-1747925055314.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;official fix for your production code needs to be done by fix in the RTD release.&lt;BR /&gt;This has been escalated internally within NXP so all stakeholders are aware already.&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Radoslav&lt;/P&gt;</description>
    <pubDate>Thu, 22 May 2025 14:46:28 GMT</pubDate>
    <dc:creator>RadoslavB</dc:creator>
    <dc:date>2025-05-22T14:46:28Z</dc:date>
    <item>
      <title>S32k322,  Driver Mcu - function Clock_Ip_CMU_ClockFailInt, scheck Test INTM,CMU_FC</title>
      <link>https://community.nxp.com/t5/S32K/S32k322-Driver-Mcu-function-Clock-Ip-CMU-ClockFailInt-scheck/m-p/2096371#M48713</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;As discussed in the thread:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/sCheck-Test-CMU-FM-ISR-problem/m-p/2094919/highlight/false?lightbox-message-images-2093314=336627i5065D9B148FA03B3#M48627" target="_blank" rel="noopener"&gt;Re: sCheck Test CMU_FM, ISR problem - NXP Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;While performing the sCheck INTM/CMU_FC test, which uses the interrupt &lt;STRONG&gt;ISR Mcu_Cmu_ClockFail_IRQHandler()&lt;/STRONG&gt;, an error occurs in the &lt;STRONG&gt;MCU driver&lt;/STRONG&gt;, specifically related to &lt;STRONG&gt;Memory Protection&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;Memory Protection Unit (MPU)&lt;/STRONG&gt; is configured to catch reads from a &lt;STRONG&gt;NULL_PTR&lt;/STRONG&gt;.&lt;BR /&gt;In the second iteration, data that is configured as &lt;STRONG&gt;NULL_PTR&lt;/STRONG&gt; in the MCU driver is being accessed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marekp_0-1747130786136.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/337525iE9CC93770B37F0CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marekp_0-1747130786136.png" alt="Marekp_0-1747130786136.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There is no option to change these values in the MCU configuration in TRESOS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should be done in this case, given that the MCU driver does not include protection against reading from NULL_PTR, and this affects SAFETY functionality, as the CMU_FC and INTM tests cannot be executed?&lt;/P&gt;&lt;P&gt;There is no option to modify these values in the MCU configuration, and modifying the SafetyBase files is also not allowed.&lt;BR /&gt;How can this issue be resolved within the constraints of the current configuration and safety guidelines?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marekp_1-1747130940649.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/337526i6D6D5B2CD5B77178/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marekp_1-1747130940649.png" alt="Marekp_1-1747130940649.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 10:09:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k322-Driver-Mcu-function-Clock-Ip-CMU-ClockFailInt-scheck/m-p/2096371#M48713</guid>
      <dc:creator>Marekp</dc:creator>
      <dc:date>2025-05-13T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: S32k322,  Driver Mcu - function Clock_Ip_CMU_ClockFailInt, scheck Test INTM,CMU_FC</title>
      <link>https://community.nxp.com/t5/S32K/S32k322-Driver-Mcu-function-Clock-Ip-CMU-ClockFailInt-scheck/m-p/2102802#M49097</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;the bug has been reported to RTD team.&lt;BR /&gt;&lt;BR /&gt;As a quick fix you can try to add check for NUL__PTR before read e.g.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RadoslavB_0-1747925055314.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339272iE22BF2A314E75F66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RadoslavB_0-1747925055314.png" alt="RadoslavB_0-1747925055314.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;official fix for your production code needs to be done by fix in the RTD release.&lt;BR /&gt;This has been escalated internally within NXP so all stakeholders are aware already.&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Radoslav&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 14:46:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k322-Driver-Mcu-function-Clock-Ip-CMU-ClockFailInt-scheck/m-p/2102802#M49097</guid>
      <dc:creator>RadoslavB</dc:creator>
      <dc:date>2025-05-22T14:46:28Z</dc:date>
    </item>
  </channel>
</rss>

