<?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 Stuck in Reset in S32M</title>
    <link>https://community.nxp.com/t5/S32M/Stuck-in-Reset/m-p/2126116#M88</link>
    <description>&lt;P&gt;I have been working with S32M24x EVB and the controller is stuck in reset. I am using on board debugger.&lt;BR /&gt;I could see the reset led is high always and I am unable to flash anything in the controller.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am using design studio and I have tried by enabling "attach to running target", the on board debugger is able to attack but could not halt or reset, after some time the attachment also seem to be breaking.&lt;BR /&gt;&lt;BR /&gt;I tried by directly using the "arm-none-eabi-gdb.exe" and it says the device is secured and soft reset failed.&lt;BR /&gt;&lt;BR /&gt;I have also checked the hw and no component is damaged.&lt;BR /&gt;&lt;BR /&gt;The flash config words in the running program are -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;.section .flash_config, "a"
.long 0xFFFFFFFF ; 8 bytes backdoor comparison key
.long 0xFFFFFFFF ;
.long 0xFFFFFFFF ; 4 bytes program flash protection bytes
.long 0xFFFF7FFE ; FDPROT:FEPROT:FOPT:FSEC(0xFE = unsecured)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;and the flash section is -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;MEMORY
{
int_flash_config : ORIGIN = 0x00000400, LENGTH = 0x00000010 
}
SECTIONS
{
.flash_config                                ALIGN(4)      : &amp;gt; int_flash_config
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;What would be the possible cause of this situation and ways to get the controller properly working again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 06:19:11 GMT</pubDate>
    <dc:creator>Satyajit_Patil</dc:creator>
    <dc:date>2025-07-01T06:19:11Z</dc:date>
    <item>
      <title>Stuck in Reset</title>
      <link>https://community.nxp.com/t5/S32M/Stuck-in-Reset/m-p/2126116#M88</link>
      <description>&lt;P&gt;I have been working with S32M24x EVB and the controller is stuck in reset. I am using on board debugger.&lt;BR /&gt;I could see the reset led is high always and I am unable to flash anything in the controller.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am using design studio and I have tried by enabling "attach to running target", the on board debugger is able to attack but could not halt or reset, after some time the attachment also seem to be breaking.&lt;BR /&gt;&lt;BR /&gt;I tried by directly using the "arm-none-eabi-gdb.exe" and it says the device is secured and soft reset failed.&lt;BR /&gt;&lt;BR /&gt;I have also checked the hw and no component is damaged.&lt;BR /&gt;&lt;BR /&gt;The flash config words in the running program are -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;.section .flash_config, "a"
.long 0xFFFFFFFF ; 8 bytes backdoor comparison key
.long 0xFFFFFFFF ;
.long 0xFFFFFFFF ; 4 bytes program flash protection bytes
.long 0xFFFF7FFE ; FDPROT:FEPROT:FOPT:FSEC(0xFE = unsecured)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;and the flash section is -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;MEMORY
{
int_flash_config : ORIGIN = 0x00000400, LENGTH = 0x00000010 
}
SECTIONS
{
.flash_config                                ALIGN(4)      : &amp;gt; int_flash_config
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;What would be the possible cause of this situation and ways to get the controller properly working again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 06:19:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32M/Stuck-in-Reset/m-p/2126116#M88</guid>
      <dc:creator>Satyajit_Patil</dc:creator>
      <dc:date>2025-07-01T06:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck in Reset</title>
      <link>https://community.nxp.com/t5/S32M/Stuck-in-Reset/m-p/2127454#M91</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251693"&gt;@Satyajit_Patil&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check the reset signal using an oscilloscope? Measure the reset pin directly and share an image of the waveform you observe. We expect to see a signal similar to the one attached, with the reset line toggling as shown.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1751479151415.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345803i56B96BDA6D473878/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1751479151415.png" alt="VaneB_0-1751479151415.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Additionally, could you try a process that has worked for me and other customers experiencing similar behavior? To re-flash your MCU,&amp;nbsp;keep the reset button pressed while trying to flash it with a blink example. It might fail and ask if you want to retry. When that happens, release the reset button and then try again to load the program under that prompt. After doing this, the program should load successfully and the board should recover.&lt;/P&gt;
&lt;P&gt;If the issue persists after trying the steps above, please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 18:03:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32M/Stuck-in-Reset/m-p/2127454#M91</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-07-02T18:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck in Reset</title>
      <link>https://community.nxp.com/t5/S32M/Stuck-in-Reset/m-p/2291698#M180</link>
      <description>&lt;P&gt;The issue occurred because flash config words were cleared in startup.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 10:52:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32M/Stuck-in-Reset/m-p/2291698#M180</guid>
      <dc:creator>Satyajit_Patil</dc:creator>
      <dc:date>2026-01-12T10:52:27Z</dc:date>
    </item>
  </channel>
</rss>

