<?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: Crypto_SymmetricPrimitives_S32K312 example</title>
    <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1631499#M21998</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214449"&gt;@Cppppy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To change the debug configurations to the S32K3x2, right-click on the project and then select at Build Configurations -&amp;gt; Set Active -&amp;gt; 2 S32K3x2. Please refer below image.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1681235435679.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/218785i78F7B8EB7FD3694E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1681235435679.png" alt="VaneB_0-1681235435679.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2023 17:50:46 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2023-04-11T17:50:46Z</dc:date>
    <item>
      <title>Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1618810#M21507</link>
      <description>&lt;P&gt;Hello, NXP&lt;BR /&gt;I recently tried to use the Crypto driver for the S32K312.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I successfully generated the elf file of Crypto_SymmetricPrimitives_S32K312 example provided by NXP and downloaded the elf file into the S32K312 project board I am currently using, but it does not perform the Crypto module functions properly.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The problem should be in the while loop of Wait for the HSE response in the Hse_Ip_ServiceRequest function, how should I solve this problem?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cppppy_0-1679367762839.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215507i335C89C26C86477C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cppppy_0-1679367762839.png" alt="Cppppy_0-1679367762839.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The following is the MCAL version I am using and the specific example path.&lt;BR /&gt;(C:\NXP\SW32K3_RTD_4.4_2.0.2\eclipse\plugins\Crypto_TS_T40D34M20I2R0\examples\EBT\Crypto_SymmetricPrimitives_S32K312)&lt;/P&gt;&lt;P&gt;Attached is the elf file I generated for Crypto_SymmetricPrimitives_S32K312.&lt;/P&gt;&lt;P&gt;Looking forward to your reply, thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 03:05:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1618810#M21507</guid>
      <dc:creator>Cppppy</dc:creator>
      <dc:date>2023-03-21T03:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1619525#M21523</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214449"&gt;@Cppppy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just to confirm, did you install the HSE FW before running the example code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 22:52:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1619525#M21523</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-03-21T22:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1619593#M21525</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before running example, I have installed HSE FW.&lt;BR /&gt;Because if HSE FW is not installed, the elf file cannot be generated. But I found that the installation path of HSE FW and the HSE FW extraction path in project_parameters.mk are not consistent, the direction of the slash is reversed, will this have any effect?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cppppy_0-1679450277647.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215730i60DC97F745D5D097/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cppppy_0-1679450277647.png" alt="Cppppy_0-1679450277647.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="Cppppy_1-1679450284941.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215731i01D7F4DF2F70C6B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cppppy_1-1679450284941.png" alt="Cppppy_1-1679450284941.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 02:00:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1619593#M21525</guid>
      <dc:creator>Cppppy</dc:creator>
      <dc:date>2023-03-22T02:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1620222#M21543</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214449"&gt;@Cppppy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you elaborate on the "extraction path in project_parameters.mk are not consistent"?&lt;/P&gt;
&lt;P&gt;Could you also tell me how you installed the HSE FW?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 21:15:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1620222#M21543</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-03-22T21:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1620506#M21554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The installation path should be OK, the elf file has been generated and can be downloaded into the S32K12 project board.&lt;BR /&gt;I downloaded the HSE FW from the NXP website, the exact address is shown in the picture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxp-2.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215915i746C734754E33628/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxp-2.png" alt="nxp-2.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="nxp-1.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/215916i87F5ECC63594A036/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxp-1.png" alt="nxp-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 05:40:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1620506#M21554</guid>
      <dc:creator>Cppppy</dc:creator>
      <dc:date>2023-03-23T05:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1621848#M21600</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214449"&gt;@Cppppy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your first image posted, the code awaits the HSE's response. So it may not have been installed correctly.&lt;/P&gt;
&lt;P&gt;Additionally, did you perform the following step when debugging?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;"If the debug configuration is set to Debug_FLASH, go to the PEmicro Debugger Tab =&amp;gt; click Advanced Options button =&amp;gt; at the Flash Algorithm Selection =&amp;gt; select nxp_s32k344_1x32x980k_hse_enabled =&amp;gt; click OK button to close Advanced Options dialog."&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 17:51:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1621848#M21600</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-03-24T17:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1626524#M21800</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I reinstalled HSE and did what you suggested during DEBUG, but now the problem persists. Is there any other solution please?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cppppy_0-1680491302482.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/217437i068B2564D3C69615/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cppppy_0-1680491302482.png" alt="Cppppy_0-1680491302482.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 03:10:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1626524#M21800</guid>
      <dc:creator>Cppppy</dc:creator>
      <dc:date>2023-04-03T03:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1627144#M21825</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214449"&gt;@Cppppy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you help me with one last check regarding the HSE FW installation?&lt;/P&gt;
&lt;P&gt;The HSE Demo App has functions that verify if the HSE was correctly installed. See the below image:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1680562413630.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/217572iD473DACB8AC33A9D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1680562413630.png" alt="VaneB_0-1680562413630.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please help me with the result of this test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 22:58:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1627144#M21825</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-04-03T22:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1627252#M21829</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Which installation path can I find the code in this picture? I didn't find this code in C:\NXP\SW32K3_RTD_4.4_2.0.2\eclipse\plugins\Crypto_TS_T40D34M20I2R0\examples and C:\NXP\HSE_FW_S32K3XX_0_2_6_0 path.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 03:12:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1627252#M21829</guid>
      <dc:creator>Cppppy</dc:creator>
      <dc:date>2023-04-04T03:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1627826#M21860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214449"&gt;@Cppppy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These functions are in the HSE Demo App, which you will find where you downloaded the HSE FW.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 17:19:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1627826#M21860</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-04-04T17:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1630222#M21940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the HSE Demo App from the NXP website and tried to open it in S32DS 3.4, but S32DS does not recognize the project. Do I need to do other operations to import the project into S32DS and generate the elf file?&lt;/P&gt;&lt;P&gt;Attached is the HSE Demo App I downloaded, and it doesn't match the code in your picture.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cppppy_0-1681096021634.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/218453iB31F251D94F3DF3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cppppy_0-1681096021634.png" alt="Cppppy_0-1681096021634.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="Cppppy_1-1681096080762.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/218454i348133AEB0B43C83/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cppppy_1-1681096080762.png" alt="Cppppy_1-1681096080762.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 03:10:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1630222#M21940</guid>
      <dc:creator>Cppppy</dc:creator>
      <dc:date>2023-04-10T03:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1630704#M21956</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214449"&gt;@Cppppy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code I share is another version, but the functionality is almost the same.&lt;/P&gt;
&lt;P&gt;At the HSE_DEMOAPP_S32K3XX_0_2_6_0_ReadMe.pdf comes the guide on how to Import and Build the project using S32 Design Studio.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:34:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1630704#M21956</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-04-10T19:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1630987#M21973</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran S32KXX_demo_app in HSE_DEMOAPP_S32K3XX_0_2_6_0, but the program went into a loop in the WaitandSetFWEnablefeatureflag function, which seems to indicate that my S32K312 chip HSE FW usage flag is not already enabled.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is this a hardware problem or is there something wrong with the program's runtime environment?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Another problem is that the HSE_DEMOAPP_S32K3XX_0_2_6_0y I downloaded should correspond to the S32K312, but the DEBUG configuration and program identification in S32DS identifies this program as S32K3X4, so I wonder if this will have any effect on the running of the program?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cppppy_1-1681194378579.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/218653i7F19150A6ED81D3D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cppppy_1-1681194378579.png" alt="Cppppy_1-1681194378579.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="Cppppy_2-1681194535373.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/218654i9050E3D400C0FE34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cppppy_2-1681194535373.png" alt="Cppppy_2-1681194535373.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 06:29:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1630987#M21973</guid>
      <dc:creator>Cppppy</dc:creator>
      <dc:date>2023-04-11T06:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1631499#M21998</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214449"&gt;@Cppppy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To change the debug configurations to the S32K3x2, right-click on the project and then select at Build Configurations -&amp;gt; Set Active -&amp;gt; 2 S32K3x2. Please refer below image.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1681235435679.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/218785i78F7B8EB7FD3694E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1681235435679.png" alt="VaneB_0-1681235435679.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 17:50:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1631499#M21998</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-04-11T17:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1631646#M22003</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I changed the DEBUG configuration to S32K3X2, the result of the program running did not change, still in WaitandSetFWEnablefeatureflag () into the while loop can not be broken out.&lt;/P&gt;&lt;P&gt;Do I need to enable HSE manually or does this mean that there is a problem with my hardware or software environment?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cppppy_0-1681263906013.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/218816i060B7E7F5282A719/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cppppy_0-1681263906013.png" alt="Cppppy_0-1681263906013.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="Cppppy_1-1681264013293.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/218817i35355F169F704911/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cppppy_1-1681264013293.png" alt="Cppppy_1-1681264013293.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 01:47:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1631646#M22003</guid>
      <dc:creator>Cppppy</dc:creator>
      <dc:date>2023-04-12T01:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1632412#M22043</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214449"&gt;@Cppppy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You still have no response from the HSE, so it remains in that loop.&lt;/P&gt;
&lt;P&gt;From the image that you shared, I could see that the project was imported incorrectly since if you look at the following image, you can see that you must have the demo app and SecureBootApp.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1681321728812.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/218979iF261D208422B2385/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1681321728812.png" alt="VaneB_0-1681321728812.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please review the steps listed in the HSE_DEMOAPP_S32K3XX_0_2_6_0_ReadMe file that you find in the following path:&lt;BR /&gt;C:\nxp\HSE_DEMOAPP_S32K3XX_0_2_6_0\HSE_DEMOAPP_S32K3XX_0_2_6_0_ReadMe.pdf&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 17:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1632412#M22043</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-04-12T17:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crypto_SymmetricPrimitives_S32K312 example</title>
      <link>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1634291#M22152</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem has been solved and the HSE Demo is now working properly. The reason for the problem is because the S32K312 chip I am using has not been installed with HSE.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you very much for being very patient in answering my questions for so long!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 03:07:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Crypto-SymmetricPrimitives-S32K312-example/m-p/1634291#M22152</guid>
      <dc:creator>Cppppy</dc:creator>
      <dc:date>2023-04-17T03:07:50Z</dc:date>
    </item>
  </channel>
</rss>

