<?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: BIST configuration sets choose in S32K</title>
    <link>https://community.nxp.com/t5/S32K/BIST-configuration-sets-choose/m-p/1767150#M29228</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;What is the difference between these two configuration sets, &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The difference is in the table you shared from SAF user manual.&lt;/P&gt;
&lt;P&gt;Diagnostic configuration contains every single BIST available on the platform. It is designed for the "garage" use case.&lt;/P&gt;
&lt;P&gt;So in runtime you are using only BIST_SAFETYBOOT_CFG, but if you have serious failure you can run in the garage the full test to check the integrity of the chip.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;and how do we choose them in a production environment?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You will simply define in the code which test you want to execute. But for calling diagnostic, you will need to implement some function which you will call in garage to execute diagnostic test. This is not part of the SAF.&lt;/P&gt;
&lt;P&gt;For production we recommend to use SAFETYBOOT.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_2-1701420108020.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/252477iF4DAED6F5C3EF1DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="petervlna_2-1701420108020.png" alt="petervlna_2-1701420108020.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_1-1701420080915.png" style="width: 636px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/252476i6C9F2D201A435EFE/image-dimensions/636x491?v=v2" width="636" height="491" role="button" title="petervlna_1-1701420080915.png" alt="petervlna_1-1701420080915.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 08:53:30 GMT</pubDate>
    <dc:creator>petervlna</dc:creator>
    <dc:date>2023-12-01T08:53:30Z</dc:date>
    <item>
      <title>BIST configuration sets choose</title>
      <link>https://community.nxp.com/t5/S32K/BIST-configuration-sets-choose/m-p/1766507#M29194</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am currently using the BIST module of the SPD toolkit. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the BIST user manual S32K3_SPD_BIST_UM -&amp;gt; 3 BIST Configuration -&amp;gt; 3.1 Supported BIST configurations, I found that there are two optional configurations for starting BIST. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What is the difference between these two configuration sets, and how do we choose them in a production environment?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pusoy_0-1701348031222.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/252309iC97BCB550147078B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pusoy_0-1701348031222.png" alt="Pusoy_0-1701348031222.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 12:40:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BIST-configuration-sets-choose/m-p/1766507#M29194</guid>
      <dc:creator>Pusoy</dc:creator>
      <dc:date>2023-11-30T12:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: BIST configuration sets choose</title>
      <link>https://community.nxp.com/t5/S32K/BIST-configuration-sets-choose/m-p/1767150#M29228</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;What is the difference between these two configuration sets, &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The difference is in the table you shared from SAF user manual.&lt;/P&gt;
&lt;P&gt;Diagnostic configuration contains every single BIST available on the platform. It is designed for the "garage" use case.&lt;/P&gt;
&lt;P&gt;So in runtime you are using only BIST_SAFETYBOOT_CFG, but if you have serious failure you can run in the garage the full test to check the integrity of the chip.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;and how do we choose them in a production environment?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You will simply define in the code which test you want to execute. But for calling diagnostic, you will need to implement some function which you will call in garage to execute diagnostic test. This is not part of the SAF.&lt;/P&gt;
&lt;P&gt;For production we recommend to use SAFETYBOOT.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_2-1701420108020.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/252477iF4DAED6F5C3EF1DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="petervlna_2-1701420108020.png" alt="petervlna_2-1701420108020.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_1-1701420080915.png" style="width: 636px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/252476i6C9F2D201A435EFE/image-dimensions/636x491?v=v2" width="636" height="491" role="button" title="petervlna_1-1701420080915.png" alt="petervlna_1-1701420080915.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 08:53:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/BIST-configuration-sets-choose/m-p/1767150#M29228</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2023-12-01T08:53:30Z</dc:date>
    </item>
  </channel>
</rss>

