<?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: HSE_SRV_ID_IMPORT_KEY returns HSE_SRV_RSP_INVALID_PARAM 0x55A5A399 on S32k314 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380622#M59234</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Thank you for the quick response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to installed the key catalogue with a minimal configuration, but it was not successful. It respond with&amp;nbsp;&lt;SPAN&gt;HSE_SRV_RSP_NOT_ALLOWED.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is my catalogue configuration.&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="CosminSbera_0-1781250627017.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/388838iE94BDCB575EB1CB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CosminSbera_0-1781250627017.png" alt="CosminSbera_0-1781250627017.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any tips on what I could check next?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2026 07:52:29 GMT</pubDate>
    <dc:creator>CosminSbera</dc:creator>
    <dc:date>2026-06-12T07:52:29Z</dc:date>
    <item>
      <title>HSE_SRV_ID_IMPORT_KEY returns HSE_SRV_RSP_INVALID_PARAM 0x55A5A399 on S32k314</title>
      <link>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380138#M59208</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm currently working with S32K314 microcontroller, using&amp;nbsp;S32K344_0_2_55_0 HSE with AB swap configuration.&lt;/P&gt;&lt;P&gt;I'm trying to import a AES CMAC key using service HSE_SRV_ID_IMPORT_KEY and it always return&amp;nbsp;HSE_SRV_RSP_INVALID_PARAM. My current microcontroller state is:&lt;/P&gt;&lt;P&gt;- Lifecycle = CUST_DEL (0x04)&lt;/P&gt;&lt;P&gt;- INSTALL_OK = 0&lt;/P&gt;&lt;P&gt;I've try to create a custom AES catalogue. This request generates an error error&amp;nbsp;&lt;SPAN&gt;HSE_SRV_RSP_NOT_ALLOWED&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;0xAA55A21.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've make sure that all the buffers that parsed to HSE are located inside SRAM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I even manage to run the erase service. It respond ok.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Given all the above I sill end up in HSE_SRV_RSP_INVALID_PARAM&amp;nbsp; error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any idea what I could check next?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 10:58:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380138#M59208</guid>
      <dc:creator>CosminSbera</dc:creator>
      <dc:date>2026-06-11T10:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: HSE_SRV_ID_IMPORT_KEY returns HSE_SRV_RSP_INVALID_PARAM 0x55A5A399 on S32k314</title>
      <link>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380313#M59218</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255457"&gt;@CosminSbera&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If HSE_STATUS_INSTALL_OK is ‘0’, the catalogs are not formatted, so you can’t import a key.&lt;/P&gt;
&lt;P&gt;How did you configured the catalogs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at description of hseFormatKeyCatalogsSrv_t structure in HSE Service API reference manual:&lt;/P&gt;
&lt;P&gt;c:\NXP\HSE_FW_S32K344_0_2_55_0\docs\S32K3X4_HSE_Service_API_Reference_Manual.pdf&lt;/P&gt;
&lt;P&gt;There’s a list of requirements which need to be met.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And take a look at section “6.1.5.3 Key catalog formatting” in HSE firmware reference manual rev. 2.7. There’s a list of reasons why the formatting may fail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 16:41:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380313#M59218</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2026-06-11T16:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: HSE_SRV_ID_IMPORT_KEY returns HSE_SRV_RSP_INVALID_PARAM 0x55A5A399 on S32k314</title>
      <link>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380622#M59234</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Thank you for the quick response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to installed the key catalogue with a minimal configuration, but it was not successful. It respond with&amp;nbsp;&lt;SPAN&gt;HSE_SRV_RSP_NOT_ALLOWED.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is my catalogue configuration.&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="CosminSbera_0-1781250627017.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/388838iE94BDCB575EB1CB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CosminSbera_0-1781250627017.png" alt="CosminSbera_0-1781250627017.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any tips on what I could check next?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 07:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380622#M59234</guid>
      <dc:creator>CosminSbera</dc:creator>
      <dc:date>2026-06-12T07:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: HSE_SRV_ID_IMPORT_KEY returns HSE_SRV_RSP_INVALID_PARAM 0x55A5A399 on S32k314</title>
      <link>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380821#M59242</link>
      <description>&lt;P&gt;All groups in RAM catalog must use owner HSE_KEY_OWNER_ANY. You can’t use HSE_KEY_OWNER_CUST here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All groups in NVM catalog must use owner HSE_KEY_OWNER_CUST or HSE_KEY_OWNER_OEM. But HSE_KEY_TYPE_SHE is an exception – this must be HSE_KEY_OWNER_ANY also in NVM catalog.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_0-1781266224583.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/388858iC0D14B2C0F83F0DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_0-1781266224583.png" alt="lukaszadrapa_0-1781266224583.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="lukaszadrapa_1-1781266231149.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/388859iA1076D80E3A241ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_1-1781266231149.png" alt="lukaszadrapa_1-1781266231149.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 12:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380821#M59242</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2026-06-12T12:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: HSE_SRV_ID_IMPORT_KEY returns HSE_SRV_RSP_INVALID_PARAM 0x55A5A399 on S32k314</title>
      <link>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380845#M59244</link>
      <description>Thank you for the quick replay!&lt;BR /&gt;&lt;BR /&gt;The problem was indeed the content of the key catalogue!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Cosmin</description>
      <pubDate>Fri, 12 Jun 2026 13:22:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HSE-SRV-ID-IMPORT-KEY-returns-HSE-SRV-RSP-INVALID-PARAM/m-p/2380845#M59244</guid>
      <dc:creator>CosminSbera</dc:creator>
      <dc:date>2026-06-12T13:22:47Z</dc:date>
    </item>
  </channel>
</rss>

