<?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>S32KのトピックRe: Problems with Bist_Run(BIST_SAFETYBOOT_CFG).</title>
    <link>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2249721#M54853</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Before and after initializing the MCU with the sequence:&lt;BR /&gt;&lt;BR /&gt;Mcu_Init(&amp;amp;Mcu_Config);&lt;BR /&gt;Mcu_InitClock(McuClockSettingConfig_0);&lt;BR /&gt;while (MCU_PLL_LOCKED != Mcu_GetPllStatus());&lt;BR /&gt;Mcu_DistributePllClock();&lt;BR /&gt;Mcu_SetMode(McudeSettingConf_0);&lt;BR /&gt;&lt;BR /&gt;these registers are always 0x00, after I call Bist_Run(BIST_SAFETYBOOT_CFG); the s32k344 alredy resets, I can not see return E_OK or E_NOT_OK and check these registers, you need that me to see the values after it restart, after the call Bist_Run(BIST_SAFETYBOOT_CFG), if yes, I can send by a serial the values and check.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brunoGT88_0-1764185844161.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/367447iD2D0C763847557D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brunoGT88_0-1764185844161.png" alt="brunoGT88_0-1764185844161.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the SPD_EVAL package I would like to get, how can we proceed?&lt;/P&gt;</description>
    <pubDate>Wed, 26 Nov 2025 19:37:35 GMT</pubDate>
    <dc:creator>brunoGT88</dc:creator>
    <dc:date>2025-11-26T19:37:35Z</dc:date>
    <item>
      <title>Problems with Bist_Run(BIST_SAFETYBOOT_CFG).</title>
      <link>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2248320#M54801</link>
      <description>&lt;P&gt;Hello everyone !&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I’m using the MR-CANHUBK344 board to develop a VCU solution and I’m finding problems with the BIST self-test, I’m using RTD 4.0.0 and SPD 1.0.5 as recommended , and I’m using the NXP SPD_Demo example as support.&lt;BR /&gt;When I initialize the board and read the reset reason, I can read the flag value in Mcu_GetResetReason() == MCU_POWER_ON_RESET, then I call Bist_Run(BIST_SAFETYBOOT_CFG); and the micro reset again, and the expected behavior is the flag now marking Mcu_GetResetReason() == MCU_ST_DONE_RESET, but returns as MCU_POWER_ON_RESET, then calls the Bist_Run again , according to the example of nxp the flow is this:&lt;BR /&gt;if (MCU_POWER_ON_RESET == resetReason)&lt;BR /&gt;{&lt;BR /&gt;#if (BIST_MODULE_ENABLED == 1U)&lt;BR /&gt;Bist_Run(BIST_SAFETYBOOT_CFG);&lt;BR /&gt;}&lt;BR /&gt;else if(MCU_ST_DONE_RESET == resetReason)&lt;BR /&gt;{&lt;BR /&gt;bistStatus = Bist_GetExecStatus(BIST_SAFETYBOOT_CFG);&lt;BR /&gt;....... etc&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;I don’t know if I need to set up something else in the RTD, SPD or MCAL, or do something on some interruption that I’m not looking at.&lt;BR /&gt;Following print of what I enabled in the RTD and the SPD:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brunoGT88_0-1764066545762.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/367152i756B121A7AB479A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brunoGT88_0-1764066545762.png" alt="brunoGT88_0-1764066545762.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brunoGT88_1-1764066563759.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/367153iBABAEE17AAF8CB10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brunoGT88_1-1764066563759.png" alt="brunoGT88_1-1764066563759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 10:34:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2248320#M54801</guid>
      <dc:creator>brunoGT88</dc:creator>
      <dc:date>2025-11-25T10:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Bist_Run(BIST_SAFETYBOOT_CFG).</title>
      <link>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2249348#M54841</link>
      <description>&lt;P&gt;Can anyone help me?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 11:35:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2249348#M54841</guid>
      <dc:creator>brunoGT88</dc:creator>
      <dc:date>2025-11-26T11:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Bist_Run(BIST_SAFETYBOOT_CFG).</title>
      <link>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2249358#M54843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256974"&gt;@brunoGT88&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What do you see in&amp;nbsp;DCMROPP1-4 registers?&lt;/P&gt;
&lt;P&gt;If you want a SAF 1.0.5 EVAL demo project (for S32DS 3.5), I can share it via a support ticket.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.nxp.com/s/?language=en_US" target="_blank"&gt;https://support.nxp.com/s/?language=en_US&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 11:50:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2249358#M54843</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-11-26T11:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Bist_Run(BIST_SAFETYBOOT_CFG).</title>
      <link>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2249721#M54853</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Before and after initializing the MCU with the sequence:&lt;BR /&gt;&lt;BR /&gt;Mcu_Init(&amp;amp;Mcu_Config);&lt;BR /&gt;Mcu_InitClock(McuClockSettingConfig_0);&lt;BR /&gt;while (MCU_PLL_LOCKED != Mcu_GetPllStatus());&lt;BR /&gt;Mcu_DistributePllClock();&lt;BR /&gt;Mcu_SetMode(McudeSettingConf_0);&lt;BR /&gt;&lt;BR /&gt;these registers are always 0x00, after I call Bist_Run(BIST_SAFETYBOOT_CFG); the s32k344 alredy resets, I can not see return E_OK or E_NOT_OK and check these registers, you need that me to see the values after it restart, after the call Bist_Run(BIST_SAFETYBOOT_CFG), if yes, I can send by a serial the values and check.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brunoGT88_0-1764185844161.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/367447iD2D0C763847557D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brunoGT88_0-1764185844161.png" alt="brunoGT88_0-1764185844161.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the SPD_EVAL package I would like to get, how can we proceed?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 19:37:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2249721#M54853</guid>
      <dc:creator>brunoGT88</dc:creator>
      <dc:date>2025-11-26T19:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Bist_Run(BIST_SAFETYBOOT_CFG).</title>
      <link>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2250267#M54869</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256974"&gt;@brunoGT88&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;F_POR has the sources below.&lt;/P&gt;
&lt;P&gt;So, I suspected POR_WDG.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1764233007828.png" style="width: 673px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/367577iF23CE1AC3430691C/image-dimensions/673x329?v=v2" width="673" height="329" role="button" title="danielmartynek_0-1764233007828.png" alt="danielmartynek_0-1764233007828.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Anyway, please create a support ticket&amp;nbsp;&lt;A href="https://support.nxp.com/s/?language=en_US" target="_blank"&gt;https://support.nxp.com/s/?language=en_US&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can upload your project there privately, so that I can test it.&lt;/P&gt;
&lt;P&gt;Also, I can share the demo there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 08:51:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Problems-with-Bist-Run-BIST-SAFETYBOOT-CFG/m-p/2250267#M54869</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-11-27T08:51:25Z</dc:date>
    </item>
  </channel>
</rss>

