<?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: S32K3 Secure Boot in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2168983#M52646</link>
    <description>&lt;P&gt;&lt;SPAN&gt;In my current state, is it still possible to program normally using JTAG, or is this already considered a bricked state?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Sep 2025 14:10:24 GMT</pubDate>
    <dc:creator>mws</dc:creator>
    <dc:date>2025-09-12T14:10:24Z</dc:date>
    <item>
      <title>S32K3 Secure Boot</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2167530#M52584</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently developing Secure Boot on the S32K3 series, and I have encountered an issue where I am unable to program via JTAG.&lt;BR /&gt;I would like to ask: when the device enters Recovery Mode, is it expected that JTAG cannot be used together with the IDE for direct programming?&lt;/P&gt;&lt;P&gt;Here are the test conditions:&lt;/P&gt;&lt;P&gt;1.HSE AB Swap is installed&lt;/P&gt;&lt;P&gt;2.ADKP is enabled&lt;/P&gt;&lt;P&gt;3.LifeCycle is set to OEM_PROD&lt;/P&gt;&lt;P&gt;4.Using Basic Secure Boot, with an intentionally incorrect GMAC TAG&lt;/P&gt;&lt;P&gt;5.IVT_AUTH is disabled&lt;/P&gt;&lt;P&gt;6.Before programming, ADKP was successfully unlocked using the official Python script&lt;/P&gt;&lt;P&gt;Could you please advise whether these settings would prevent JTAG programming in Recovery Mode, and if there are any recommended steps to resolve this issue?&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 07:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2167530#M52584</guid>
      <dc:creator>mws</dc:creator>
      <dc:date>2025-09-11T07:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 Secure Boot</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2167872#M52603</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If the device is in OEM_PROD mode, there is only a limited time window (with a 30-second timeout) during which the recovery counter must be between 8 and 16. Within this range, the debugger must establish a connection and likely also perform debug authorization, since the MCU has been reset. If the counter exceeds 16, the device remains in reset.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 12:37:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2167872#M52603</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2025-09-11T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 Secure Boot</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2168688#M52632</link>
      <description>&lt;P&gt;I am currently using HSE firmware version V2.55. Based on my current configuration:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;IVT BCW = 0x09 → the RESET_RECOVERY_MODE bit is 0&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;DCMRWP1 was not modified → so it should also be 0&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;According to the &lt;EM&gt;Entry into Recovery Mode behavior&lt;/EM&gt; table in the HSE Reference Manual, if both of these control bits are set to 0, it means that Recovery Mode is disabled.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Therefore, when I attempt to enter Recovery Mode, the device actually does not enter it, which explains why I cannot use JTAG with the IDE for programming under this condition.&lt;/P&gt;&lt;P&gt;My understanding is that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If I want to be able to program/debug through Recovery Mode using JTAG, I would need to configure RESET_RECOVERY_MODE to 1 in either IVT or DCMRWP1.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In addition, since the device LifeCycle is already set to OEM_PROD, this may further restrict certain debug and recovery options. I believe this could also be related to why the JTAG functionality is blocked under the current Secure Boot setup.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you please confirm if my interpretation is correct?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 07:12:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2168688#M52632</guid>
      <dc:creator>mws</dc:creator>
      <dc:date>2025-09-12T07:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 Secure Boot</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2168852#M52639</link>
      <description>&lt;P&gt;Yes, correct.&lt;/P&gt;
&lt;P&gt;Recovery mode can be disabled in configuration, so in this case it is not invoked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 09:36:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2168852#M52639</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2025-09-12T09:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 Secure Boot</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2168983#M52646</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In my current state, is it still possible to program normally using JTAG, or is this already considered a bricked state?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 14:10:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2168983#M52646</guid>
      <dc:creator>mws</dc:creator>
      <dc:date>2025-09-12T14:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 Secure Boot</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2169462#M52670</link>
      <description>&lt;P&gt;Yes, in my opinion you have it is bricked state. Without recovery you cannot connect by JTAG.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 07:26:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-Secure-Boot/m-p/2169462#M52670</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2025-09-15T07:26:27Z</dc:date>
    </item>
  </channel>
</rss>

