<?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: System Reset after Wakeup in S32K</title>
    <link>https://community.nxp.com/t5/S32K/System-Reset-after-Wakeup/m-p/2091304#M48424</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I seen DES type reset in RGM and getting Power on reset.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Make sure you clear the reset flags after power on reset in your SW.&lt;/P&gt;
&lt;P&gt;This way you will remove all the possible remnant latched resets in DES/FES.&lt;/P&gt;
&lt;P&gt;So you see DES flags set? Which ones?&lt;/P&gt;
&lt;P&gt;POR flag can be remnant of the board power up phase from before wakeup.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Mon, 05 May 2025 08:54:12 GMT</pubDate>
    <dc:creator>petervlna</dc:creator>
    <dc:date>2025-05-05T08:54:12Z</dc:date>
    <item>
      <title>System Reset after Wakeup</title>
      <link>https://community.nxp.com/t5/S32K/System-Reset-after-Wakeup/m-p/2088315#M48239</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi ,&lt;BR /&gt;I am working with the NXP S32K344 board and have implemented a low-power sleep mode with wake-up functionality. However, I am encountering an issue where the system resets after waking up from sleep when I attempt to change the clock configuration back to normal.&lt;/P&gt;&lt;P class=""&gt;Below is the code for entering sleep mode and the wake-up routine:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Entering Sleep Mode:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;void Wkup_EnterStandby(void)&lt;BR /&gt;{&lt;BR /&gt;/* Switch to FRIC clock */&lt;BR /&gt;Clock_Ip_Init(&amp;amp;Clock_Ip_aClockConfig[1]);&lt;/P&gt;&lt;P&gt;/* Disabling all Interrupts */&lt;BR /&gt;DisableAllInterrupts();&lt;/P&gt;&lt;P&gt;/* Enabling wakeup Event */&lt;BR /&gt;Wkup_Config();&lt;/P&gt;&lt;P&gt;/******* LOW POWER DEBUG MODE *******/&lt;BR /&gt;/* Disable POR_WDG */&lt;BR /&gt;IP_DCM_GPR-&amp;gt;DCMRWP1 |= DCM_GPR_DCMRWP1_STANBDY_PWDOG_DIS_MASK;&lt;/P&gt;&lt;P&gt;/* Enable STANDBY IO configurations and enter Standby Mode */&lt;BR /&gt;Power_Ip_SetMode(&amp;amp;Power_Ip_aModeConfigPB[1]);&lt;/P&gt;&lt;P&gt;/* Enabling all Interrupts */&lt;BR /&gt;EnableAllInterrupts();&lt;BR /&gt;}&lt;BR /&gt;&lt;STRONG&gt;Wake-up Routine:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;void Wakeup_rotine(void)&lt;BR /&gt;{&lt;BR /&gt;// If we are coming from sleep mode, switch to run mode clocks&lt;BR /&gt;Clock_Ip_Init(&amp;amp;Clock_Ip_aClockConfig[0]); // Run mode clock configuration&lt;/P&gt;&lt;P&gt;// Initialize Interrupts&lt;BR /&gt;Intr_init();&lt;/P&gt;&lt;P&gt;// Initialize required modules&lt;BR /&gt;Can_Setup();&lt;BR /&gt;FlexCAN_Ip_RxFifo(INST_FLEXCAN_0, &amp;amp;rxFifoData);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt; When I attempt to change the clock configuration to normal after waking up, the system resets. Please provide guidance or suggestions on what might be causing this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 10:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/System-Reset-after-Wakeup/m-p/2088315#M48239</guid>
      <dc:creator>Vamsi421</dc:creator>
      <dc:date>2025-04-28T10:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: System Reset after Wakeup</title>
      <link>https://community.nxp.com/t5/S32K/System-Reset-after-Wakeup/m-p/2089329#M48294</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;When I attempt to change the clock configuration to normal after waking up, the system resets. Please provide guidance or suggestions on what might be causing this issue.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which kind of reset do you see after reset in the RGM (FES/DES) module?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1745926784896.png" style="width: 654px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/335557i9FC060581F57CE49/image-dimensions/654x349?v=v2" width="654" height="349" role="button" title="petervlna_0-1745926784896.png" alt="petervlna_0-1745926784896.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 11:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/System-Reset-after-Wakeup/m-p/2089329#M48294</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2025-04-29T11:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: System Reset after Wakeup</title>
      <link>https://community.nxp.com/t5/S32K/System-Reset-after-Wakeup/m-p/2090567#M48377</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;I seen DES type reset in RGM and getting Power on reset.&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 10:03:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/System-Reset-after-Wakeup/m-p/2090567#M48377</guid>
      <dc:creator>Vamsi421</dc:creator>
      <dc:date>2025-05-01T10:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: System Reset after Wakeup</title>
      <link>https://community.nxp.com/t5/S32K/System-Reset-after-Wakeup/m-p/2091304#M48424</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I seen DES type reset in RGM and getting Power on reset.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Make sure you clear the reset flags after power on reset in your SW.&lt;/P&gt;
&lt;P&gt;This way you will remove all the possible remnant latched resets in DES/FES.&lt;/P&gt;
&lt;P&gt;So you see DES flags set? Which ones?&lt;/P&gt;
&lt;P&gt;POR flag can be remnant of the board power up phase from before wakeup.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 08:54:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/System-Reset-after-Wakeup/m-p/2091304#M48424</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2025-05-05T08:54:12Z</dc:date>
    </item>
  </channel>
</rss>

