<?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: How Do I Obtain the SBAF Version Information? in S32K</title>
    <link>https://community.nxp.com/t5/S32K/How-Do-I-Obtain-the-SBAF-Version-Information/m-p/1787994#M30596</link>
    <description>&lt;P&gt;Thank you for your reply, I encountered the following problems when debugging S32K344_Advanced_SecureBoot Project, please help support.&lt;/P&gt;&lt;P&gt;my project test on s32k312.&lt;/P&gt;&lt;P&gt;1.The Secure Boot CFG result is as follows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luhaiou_1-1705058078123.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/257990i762CF8F3EB3ACE01/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luhaiou_1-1705058078123.jpeg" alt="luhaiou_1-1705058078123.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. I change to secure boot by setting BOOT_SEQ&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luhaiou_2-1705058359708.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/257991iA5136657984151A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luhaiou_2-1705058359708.png" alt="luhaiou_2-1705058359708.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but ,my app can not be boot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2024 11:49:01 GMT</pubDate>
    <dc:creator>luhaiou</dc:creator>
    <dc:date>2024-01-12T11:49:01Z</dc:date>
    <item>
      <title>How Do I Obtain the SBAF Version Information?</title>
      <link>https://community.nxp.com/t5/S32K/How-Do-I-Obtain-the-SBAF-Version-Information/m-p/1782284#M30164</link>
      <description>&lt;P&gt;How Do I Obtain the SBAF Version Information?&lt;/P&gt;&lt;P&gt;I try get the SBAF version from location of 0x4039C020-0x4039C027,&lt;/P&gt;&lt;P&gt;But caused HardFault,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luhaiou_0-1704282049875.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256534i9011D25928EC14DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luhaiou_0-1704282049875.png" alt="luhaiou_0-1704282049875.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The chips purchased by our company are at different times, and the SBAF version is different.&lt;/P&gt;&lt;P&gt;I need to make a judgment about the sbaf version in my project ,&lt;/P&gt;&lt;P&gt;and decide if I need to upgrade the SBAF.&lt;/P&gt;&lt;P&gt;I Need NXP to help me to get the SBAF version&amp;nbsp;in my project,thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 11:48:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-Do-I-Obtain-the-SBAF-Version-Information/m-p/1782284#M30164</guid>
      <dc:creator>luhaiou</dc:creator>
      <dc:date>2024-01-03T11:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Obtain the SBAF Version Information?</title>
      <link>https://community.nxp.com/t5/S32K/How-Do-I-Obtain-the-SBAF-Version-Information/m-p/1782690#M30188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;luhaiou,&lt;/P&gt;
&lt;P&gt;Please download&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=S32K3_HSE_DemoExamples" target="_self"&gt;S32K3 MCUs for General Purpose HSE Demo Examples&lt;/A&gt;(&lt;SPAN&gt;S32K3_HSE_DemoExamples.exe). After install it, you will find the&amp;nbsp;&lt;STRONG&gt;S32K344_SBAF_UPDATE&lt;/STRONG&gt; example. (C:\NXP\S32K3_HSE_DemoExamples_1_0_0\S32K3_HSE_DemoExamples\Device_Configuration\S32K344_SBAF_UPDATE)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Get the current installed SBAF version.png" style="width: 872px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256616i7337C481EBE5CE75/image-size/large?v=v2&amp;amp;px=999" role="button" title="Get the current installed SBAF version.png" alt="Get the current installed SBAF version.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;typedef struct
{
    uint8_t     reserved1;
    uint8_t     socTypeId;
    uint16_t    reserved2;
    uint8_t     majorVersion;
    uint8_t     minorVersion;
    uint16_t    patchVersion;
} sbafVersion_t;
/* Variable to store SBAF version details */
sbafVersion_t gsbafVersion = {0U};
    /* Get the current installed SBAF version */
    memcpy(&amp;amp;gsbafVersion, (uint8_t*)0x4039C020, sizeof(sbafVersion_t));&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 05:46:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-Do-I-Obtain-the-SBAF-Version-Information/m-p/1782690#M30188</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2024-01-04T05:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Obtain the SBAF Version Information?</title>
      <link>https://community.nxp.com/t5/S32K/How-Do-I-Obtain-the-SBAF-Version-Information/m-p/1787994#M30596</link>
      <description>&lt;P&gt;Thank you for your reply, I encountered the following problems when debugging S32K344_Advanced_SecureBoot Project, please help support.&lt;/P&gt;&lt;P&gt;my project test on s32k312.&lt;/P&gt;&lt;P&gt;1.The Secure Boot CFG result is as follows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luhaiou_1-1705058078123.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/257990i762CF8F3EB3ACE01/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luhaiou_1-1705058078123.jpeg" alt="luhaiou_1-1705058078123.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. I change to secure boot by setting BOOT_SEQ&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luhaiou_2-1705058359708.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/257991iA5136657984151A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luhaiou_2-1705058359708.png" alt="luhaiou_2-1705058359708.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but ,my app can not be boot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 11:49:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-Do-I-Obtain-the-SBAF-Version-Information/m-p/1787994#M30596</guid>
      <dc:creator>luhaiou</dc:creator>
      <dc:date>2024-01-12T11:49:01Z</dc:date>
    </item>
  </channel>
</rss>

