<?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: S32K312 Wakeup Behavior in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K312-Wakeup-Behavior/m-p/2259964#M55306</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244193"&gt;@harsh_95&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;After waking up, execution begins either at the reset vector or at the fast wakeup boot address if fast wakeup is enabled.&lt;BR /&gt;Have you enabled fast wakeup? Even when fast wakeup is used, the application should eventually jump to the reset vector.&lt;BR /&gt;For reference, check the examples provided here:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Low-Power-Management-AN-and-demos/ta-p/1527724" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Low-Power-Management-AN-and-demos/ta-p/1527724&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can also trap the execution at the reset vector after wakeup and attach the debugger.&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Loop:
mov r0, #1
cmp  r0, 0 /* Change r0 to 0 in register view */
bne Loop   /* Capture after power-on reset */&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you elaborate on this?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"Due to the above problem we are observing some delay in Wakeup and it is not fitting as per our requirement."&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;S32K3xx DS rev13,&amp;nbsp;Table 6. Power mode transition operating behavior.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Dec 2025 09:54:32 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2025-12-11T09:54:32Z</dc:date>
    <item>
      <title>S32K312 Wakeup Behavior</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Wakeup-Behavior/m-p/2259702#M55298</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We are developing a sleep wakeup functionality on NXP S32K312 for Autosar based Requirement.&lt;BR /&gt;&lt;BR /&gt;Currently, we are able to configure the ICU channel to detect Wakeup event. And no issue observed while Sleep wakeup behavior. We have configured Standby mode.&lt;BR /&gt;&lt;BR /&gt;Problem Statement: After wakeup, we are not able to see where the control is going. From our understanding, as per NXP it says the Standby exit sequence will trigger the functional reset. But we don't see any Reset happening.&lt;BR /&gt;&lt;BR /&gt;Due to the above problem we are observing some delay in Wakeup and it is not fitting as per our requirement.&lt;BR /&gt;&lt;BR /&gt;Need clarification on where the control will start from if there is no functional reset is observed after standby exit sequence.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 07:02:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Wakeup-Behavior/m-p/2259702#M55298</guid>
      <dc:creator>harsh_95</dc:creator>
      <dc:date>2025-12-11T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Wakeup Behavior</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Wakeup-Behavior/m-p/2259964#M55306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244193"&gt;@harsh_95&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;After waking up, execution begins either at the reset vector or at the fast wakeup boot address if fast wakeup is enabled.&lt;BR /&gt;Have you enabled fast wakeup? Even when fast wakeup is used, the application should eventually jump to the reset vector.&lt;BR /&gt;For reference, check the examples provided here:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Low-Power-Management-AN-and-demos/ta-p/1527724" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Low-Power-Management-AN-and-demos/ta-p/1527724&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can also trap the execution at the reset vector after wakeup and attach the debugger.&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Loop:
mov r0, #1
cmp  r0, 0 /* Change r0 to 0 in register view */
bne Loop   /* Capture after power-on reset */&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you elaborate on this?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"Due to the above problem we are observing some delay in Wakeup and it is not fitting as per our requirement."&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;S32K3xx DS rev13,&amp;nbsp;Table 6. Power mode transition operating behavior.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 09:54:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Wakeup-Behavior/m-p/2259964#M55306</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-12-11T09:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Wakeup Behavior</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Wakeup-Behavior/m-p/2260915#M55335</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We have a requirement of CAN response during wakeup within 50ms. But , in our case currently we are observing is approximate 1 seconds.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We wanted to debug the 1st point after wakeup to see which module is taking more time during wakeup.&lt;BR /&gt;&lt;BR /&gt;We have tried to configure fastwakeup also, but in that case as well control is not jumping to user defined handler.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 09:32:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Wakeup-Behavior/m-p/2260915#M55335</guid>
      <dc:creator>harsh_95</dc:creator>
      <dc:date>2025-12-12T09:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Wakeup Behavior</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Wakeup-Behavior/m-p/2261285#M55342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244193"&gt;@harsh_95&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This issue may be caused by a waiting loop in your custom code, for example, waiting for the PLL to lock.&lt;BR /&gt;To monitor progress, you can enable and toggle a GPIO at various checkpoints in the code.&lt;BR /&gt;The MCU should wake up within the time period specified in the datasheet.&lt;BR /&gt;For any unpredictable behavior, the most common root cause is an incorrect system clock configuration. Ensure that all clocks are configured precisely according to one of the options listed in the reference manual (e.g., Table 158: Option B – Reduced Speed Mode with CORE_CLK @ 120 MHz).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 13:44:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Wakeup-Behavior/m-p/2261285#M55342</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-12-12T13:44:17Z</dc:date>
    </item>
  </channel>
</rss>

