<?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 is responding with HSE_SRV_RSP_INVALID_PARAM in S32G</title>
    <link>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2329024#M16091</link>
    <description>Hello Chenyin ,Thanks for the reply&lt;BR /&gt;1.Yes right .I was performing Certificate chain verification ,so i was able to verify Intermediate certificate using Root Public key ,Then now i was using Intermediate Public Key to Verify the Leaf (End entity Certificate).&lt;BR /&gt;2.I stored the Data in Global Buffer&lt;BR /&gt;( uint8_t message[430]={0};&lt;BR /&gt;)&lt;BR /&gt;3.Bootloader_S32G3XX_ASR_4.4_M7 Version&lt;BR /&gt;4.I haven't tested the example but i use the same method to pass the data ,sign and key for verification.</description>
    <pubDate>Mon, 09 Mar 2026 14:06:55 GMT</pubDate>
    <dc:creator>Prithviraj_k</dc:creator>
    <dc:date>2026-03-09T14:06:55Z</dc:date>
    <item>
      <title>HSE is responding with HSE_SRV_RSP_INVALID_PARAM</title>
      <link>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2328767#M16089</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;Microcontroller :S32G399A&amp;nbsp;&lt;BR /&gt;HSE FW :2_64&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;I am performing Leaf certificate verification on the NXP Bootloader side using Intermediate Public key ,I pass the tbs data ,sign(R &amp;amp;S ) and Public key that is stored in NVM Slot in HSE.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;&lt;SPAN&gt;hseResponse_verify&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;HSE_Ecdsa&lt;/SPAN&gt;&lt;SPAN&gt;(HSE_AUTH_DIR_VERIFY, HSE_HASH_ALGO_SHA2_256,NVM_ECC_BOOT_KEY_HANDLE,&lt;/SPAN&gt;&lt;SPAN&gt;message&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;ARRAY_SIZE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;message&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;signR&lt;/SPAN&gt;&lt;SPAN&gt; ,&lt;/SPAN&gt;&lt;SPAN&gt;signS&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;signRLen&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;signSLen&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;&lt;SPAN&gt;The HSE is responding with &lt;/SPAN&gt;&lt;SPAN&gt;HSE_SRV_RSP_INVALID_PARAM&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378701iB535E636350E3079/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 09:14:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2328767#M16089</guid>
      <dc:creator>Prithviraj_k</dc:creator>
      <dc:date>2026-03-09T09:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: HSE is responding with HSE_SRV_RSP_INVALID_PARAM</title>
      <link>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2328927#M16090</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/240359"&gt;@Prithviraj_k&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;1. I understand that you added your own implemented functions in the NXP bootloader to do the test, is it right?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Where is the data stored?&lt;/P&gt;
&lt;P&gt;3. Which version of your NXP bootloader used?&lt;/P&gt;
&lt;P&gt;4. May I know if the issue could be reproduced in any of the NXP examples?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 10:42:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2328927#M16090</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2026-03-09T10:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: HSE is responding with HSE_SRV_RSP_INVALID_PARAM</title>
      <link>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2329024#M16091</link>
      <description>Hello Chenyin ,Thanks for the reply&lt;BR /&gt;1.Yes right .I was performing Certificate chain verification ,so i was able to verify Intermediate certificate using Root Public key ,Then now i was using Intermediate Public Key to Verify the Leaf (End entity Certificate).&lt;BR /&gt;2.I stored the Data in Global Buffer&lt;BR /&gt;( uint8_t message[430]={0};&lt;BR /&gt;)&lt;BR /&gt;3.Bootloader_S32G3XX_ASR_4.4_M7 Version&lt;BR /&gt;4.I haven't tested the example but i use the same method to pass the data ,sign and key for verification.</description>
      <pubDate>Mon, 09 Mar 2026 14:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2329024#M16091</guid>
      <dc:creator>Prithviraj_k</dc:creator>
      <dc:date>2026-03-09T14:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: HSE is responding with HSE_SRV_RSP_INVALID_PARAM</title>
      <link>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2329354#M16093</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/240359"&gt;@Prithviraj_k&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;1. For the bootloader, it may be obtained from GoldVIP, right? which GoldVIP version?&lt;/P&gt;
&lt;P&gt;2. Would you mind sharing your original code snippet for the functions(context of function calling with parameters, and the definition of the function used),&lt;/P&gt;
&lt;P&gt;If not convenient to share, feel free to let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 02:41:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2329354#M16093</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2026-03-10T02:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: HSE is responding with HSE_SRV_RSP_INVALID_PARAM</title>
      <link>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2329462#M16095</link>
      <description>&lt;P&gt;Hello Chenyin,&lt;BR /&gt;Could I create a support ticket to discuss the bootloader details and share some code snippets so you can assist me further?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 07:22:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2329462#M16095</guid>
      <dc:creator>Prithviraj_k</dc:creator>
      <dc:date>2026-03-10T07:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: HSE is responding with HSE_SRV_RSP_INVALID_PARAM</title>
      <link>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2329477#M16096</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/240359"&gt;@Prithviraj_k&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sure, you may add&amp;nbsp;@chenyin to the case description, so that I am able to mention it and continue the support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 07:41:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-is-responding-with-HSE-SRV-RSP-INVALID-PARAM/m-p/2329477#M16096</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2026-03-10T07:41:18Z</dc:date>
    </item>
  </channel>
</rss>

