<?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: How to integrate HSE firmware with SPI functionality using RTD on S32K310 (S32DS)</title>
    <link>https://community.nxp.com/t5/S32K/How-to-integrate-HSE-firmware-with-SPI-functionality-using-RTD/m-p/2107868#M49417</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I couldn't find the following documents in my local installation directory. Could you please let me know where I can download them?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;C:\NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\SEC_CRYPT\Crypto_43_ACE_TS_T40D34M50I0R0\doc&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;C:\NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\SEC_CRYPTO\Crypto_43_HSE_TS_T40D34M50I0R0\doc&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Fri, 30 May 2025 08:37:26 GMT</pubDate>
    <dc:creator>hyebin</dc:creator>
    <dc:date>2025-05-30T08:37:26Z</dc:date>
    <item>
      <title>How to integrate HSE firmware with SPI functionality using RTD on S32K310 (S32DS)</title>
      <link>https://community.nxp.com/t5/S32K/How-to-integrate-HSE-firmware-with-SPI-functionality-using-RTD/m-p/2107160#M49362</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm working with the &lt;STRONG&gt;S32K310 board&lt;/STRONG&gt; using &lt;STRONG&gt;S32 Design Studio&lt;/STRONG&gt;, and I was able to successfully build and load the HSE demo app provided on NXP's website.&lt;/P&gt;&lt;P&gt;Now, I would like to create a project that combines &lt;STRONG&gt;SPI communication using RTD (Real-Time Drivers)&lt;/STRONG&gt; with &lt;STRONG&gt;HSE crypto functionality&lt;/STRONG&gt;.&lt;BR /&gt;In other words, I'm trying to build a custom project that includes both &lt;STRONG&gt;SPI&lt;/STRONG&gt; and &lt;STRONG&gt;HSE&lt;/STRONG&gt; features.&lt;/P&gt;&lt;P&gt;I tried the following two approaches:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Starting with the HSE demo app (which builds and runs fine), and attempting to integrate RTD-based SPI functionality into it.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Starting from an RTD-based SPI example project, and trying to add the HSE components.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;However, I wasn’t sure how to properly integrate the HSE firmware into the RTD-based project, and I ran into configuration issues.&lt;/P&gt;&lt;P&gt;So now, instead of merging existing projects, I would like to &lt;STRONG&gt;create a new project from scratch&lt;/STRONG&gt; that supports both &lt;STRONG&gt;RTD-based SPI communication&lt;/STRONG&gt; and &lt;STRONG&gt;HSE crypto functionality&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I tried setting this up myself, but I’m not sure how to configure the project correctly to support both:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;HSE firmware features (e.g., key management, AES encryption)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;RTD SPI drivers (using EB tresos or the S32 Configuration Tool)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you please point me to any &lt;STRONG&gt;official documentation, integration guides, or example projects&lt;/STRONG&gt; that explain how to build such a combined project from the beginning?&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;BR /&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 12:18:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-integrate-HSE-firmware-with-SPI-functionality-using-RTD/m-p/2107160#M49362</guid>
      <dc:creator>hyebin</dc:creator>
      <dc:date>2025-05-29T12:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate HSE firmware with SPI functionality using RTD on S32K310 (S32DS)</title>
      <link>https://community.nxp.com/t5/S32K/How-to-integrate-HSE-firmware-with-SPI-functionality-using-RTD/m-p/2107336#M49373</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251062"&gt;@hyebin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The HSE demo application is intended for testing HSE functionality and is not recommended as a base for developing a full application project. The recommended approach is to create a project from scratch that supports both SPI communication and HSE cryptographic functionality.&lt;/P&gt;
&lt;P&gt;Since you are already interested in using RTD for SPI communication, I also recommend using the available RTD drivers: &lt;EM&gt;&lt;STRONG&gt;"Hse_Ip"&lt;/STRONG&gt;&lt;/EM&gt; for low-level drivers and &lt;EM&gt;&lt;STRONG&gt;"Crypto"&lt;/STRONG&gt; &lt;/EM&gt;for high-level drivers. These drivers support cryptographic primitives, key storage, key configuration, and key management by accessing the HSE core functionalities and communicating via the Messaging Unit (MU) module.&lt;/P&gt;
&lt;P&gt;For HSE integration, I suggest reviewing the following documentation included with the RTDs:&lt;BR /&gt;S32K3_S32M27x CRYPTO_43_HSE Driver and S32K3_S32M27x CRYPTO_43_ACE Driver Integration Manual and the User Manual. These documents provide detailed information about the driver, including its limitations, hardware and software requirements, usage instructions, and configuration guidelines. They are valuable resources for gaining a deeper understanding of the driver's functionality.&lt;BR /&gt;You can find these documents at:&lt;BR /&gt;C:\NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\SEC_CRYPT\Crypto_43_ACE_TS_T40D34M50I0R0\doc&lt;BR /&gt;C:\NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\SEC_CRYPTO\Crypto_43_HSE_TS_T40D34M50I0R0\doc&lt;/P&gt;
&lt;P&gt;Additionally, the RTDs include example applications demonstrating the use of both low-level and high-level drivers.&amp;nbsp;These examples may not match your exact device, but they are still a good reference since functionality is mostly the same across the S32K3 devices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 17:25:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-integrate-HSE-firmware-with-SPI-functionality-using-RTD/m-p/2107336#M49373</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-05-29T17:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate HSE firmware with SPI functionality using RTD on S32K310 (S32DS)</title>
      <link>https://community.nxp.com/t5/S32K/How-to-integrate-HSE-firmware-with-SPI-functionality-using-RTD/m-p/2107868#M49417</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I couldn't find the following documents in my local installation directory. Could you please let me know where I can download them?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;C:\NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\SEC_CRYPT\Crypto_43_ACE_TS_T40D34M50I0R0\doc&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;C:\NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\SEC_CRYPTO\Crypto_43_HSE_TS_T40D34M50I0R0\doc&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 30 May 2025 08:37:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-integrate-HSE-firmware-with-SPI-functionality-using-RTD/m-p/2107868#M49417</guid>
      <dc:creator>hyebin</dc:creator>
      <dc:date>2025-05-30T08:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate HSE firmware with SPI functionality using RTD on S32K310 (S32DS)</title>
      <link>https://community.nxp.com/t5/S32K/How-to-integrate-HSE-firmware-with-SPI-functionality-using-RTD/m-p/2108166#M49438</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251062"&gt;@hyebin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry for the confusion.&lt;/P&gt;
&lt;P&gt;The path may vary depending on the software version you have installed. The paths I previously shared correspond to the installation of S32K3_S32M27x Real-Time Drivers ASR R21-11 Version 5.0.0 P08.&lt;/P&gt;
&lt;P&gt;Another example of where you can find it is:&lt;BR /&gt;C:\NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\RTD\Crypto_43_HSE_TS_T40D34M40I0R0\doc&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 17:14:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-integrate-HSE-firmware-with-SPI-functionality-using-RTD/m-p/2108166#M49438</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-05-30T17:14:23Z</dc:date>
    </item>
  </channel>
</rss>

