<?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>S32KのトピックRe: S32K312 Wkup</title>
    <link>https://community.nxp.com/t5/S32K/S32K312-Wkup/m-p/2146982#M51614</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252804"&gt;@ZZZZZJH&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm not sure what is the difference between the first and second code snipped, but it sounds like you are missing some configuration in the POWER driver. If a component is not enabled, trying to initialize it or use it will result in a hardfault.&lt;/P&gt;
&lt;P&gt;For example, in the RUN mode, confirm if the ADC and PWM instances are enabled in the McuPeripheral tab:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1754409469175.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/351011i66FB3524FD0B16F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_0-1754409469175.png" alt="Julin_AragnM_0-1754409469175.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also are you using FastStandby or normal Standby exit? If fast is used, you must jump to Reset Handler after a wake up to initialize the MCU correctly.&lt;/P&gt;
&lt;P&gt;There are also some example configurations for low power in the following community posts:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/RTD400-amp-500-MCAL-amp-IP-S32K3-Low-Power-Management-AN-and/ta-p/1993152" target="_blank"&gt;[RTD400 &amp;amp; 500 MCAL &amp;amp; IP] S32K3 Low Power Management AN and demos - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;LI&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;S32K3 Low Power Management AN and demos - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2025 16:00:02 GMT</pubDate>
    <dc:creator>Julián_AragónM</dc:creator>
    <dc:date>2025-08-05T16:00:02Z</dc:date>
    <item>
      <title>S32K312 Wkup</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Wkup/m-p/2146783#M51608</link>
      <description>&lt;P&gt;Hello, supporters of NXP. I have configured a set of code using S32K312 based on LLD. Now I want to integrate the WKUP function, but I have encountered some problems. If I do not add the following code in the code:&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Power_Ip_Init(&amp;amp;Power_Ip_HwIPsConfigPB);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Power_Ip_GetResetReason();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Power_Ip_SetMode(&amp;amp;Power_Ip_aModeConfigPB[0]);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;the program will enter the standby mode, but after waking up, it will run abnormally. If I add the following code:&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Power_Ip_Init(&amp;amp;Power_Ip_HwIPsConfigPB);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Power_Ip_GetResetReason();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Power_Ip_SetMode(&amp;amp;Power_Ip_aModeConfigPB[0]);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;it will enter a hardware error when I call other peripheral interfaces such as ADC, PWM to obtain data.such as&amp;nbsp;Adc_Sar_Ip_GetConvData,Emios_Icu_Ip_StartSignalMeasurement&lt;/P&gt;&lt;P&gt;If I do not call the peripheral interfaces, the program can normally enter the Standby mode and wake up. What is the reason for this? What is the direction for troubleshooting?I'm sorry that my code cannot be shared.I look forward to your reply.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 09:28:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Wkup/m-p/2146783#M51608</guid>
      <dc:creator>ZZZZZJH</dc:creator>
      <dc:date>2025-08-05T09:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Wkup</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Wkup/m-p/2146982#M51614</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252804"&gt;@ZZZZZJH&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm not sure what is the difference between the first and second code snipped, but it sounds like you are missing some configuration in the POWER driver. If a component is not enabled, trying to initialize it or use it will result in a hardfault.&lt;/P&gt;
&lt;P&gt;For example, in the RUN mode, confirm if the ADC and PWM instances are enabled in the McuPeripheral tab:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1754409469175.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/351011i66FB3524FD0B16F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_0-1754409469175.png" alt="Julin_AragnM_0-1754409469175.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also are you using FastStandby or normal Standby exit? If fast is used, you must jump to Reset Handler after a wake up to initialize the MCU correctly.&lt;/P&gt;
&lt;P&gt;There are also some example configurations for low power in the following community posts:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/RTD400-amp-500-MCAL-amp-IP-S32K3-Low-Power-Management-AN-and/ta-p/1993152" target="_blank"&gt;[RTD400 &amp;amp; 500 MCAL &amp;amp; IP] S32K3 Low Power Management AN and demos - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;LI&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;S32K3 Low Power Management AN and demos - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 16:00:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Wkup/m-p/2146982#M51614</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2025-08-05T16:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Wkup</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Wkup/m-p/2147143#M51626</link>
      <description>Thanks,Julián!The above problem occurred because the McuPeripheral component in my Power was not enabled. This led to a hardware error. The problem has been resolved. I am currently using the normal StandBy mode. May I ask if there are any differences between Fast and Normal?</description>
      <pubDate>Wed, 06 Aug 2025 00:50:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Wkup/m-p/2147143#M51626</guid>
      <dc:creator>ZZZZZJH</dc:creator>
      <dc:date>2025-08-06T00:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Wkup</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Wkup/m-p/2147750#M51646</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252804"&gt;@ZZZZZJH&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Yes, there are some differences,&amp;nbsp;normal standby exit will perform both the HSE &amp;amp; sBAF initialization code and HSE_FW verification, while fast standby exit will bypass to save time. Also, fast standby exit will boot to a user defined address, where user can execute some critical tasks before calling the Reset_Handler and fully initializing the MCU.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1754494200655.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/351212iC42D72F9B61D71BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_0-1754494200655.png" alt="Julin_AragnM_0-1754494200655.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can find the full details from chapter 41.2 from the S32K3 Reference Manual.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 15:30:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Wkup/m-p/2147750#M51646</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2025-08-06T15:30:24Z</dc:date>
    </item>
  </channel>
</rss>

