<?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: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377915#M12975</link>
    <description>&lt;P&gt;all the pins are configed&amp;nbsp; to the input mode.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Nov 2021 05:15:28 GMT</pubDate>
    <dc:creator>ananan</dc:creator>
    <dc:date>2021-11-29T05:15:28Z</dc:date>
    <item>
      <title>S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1375930#M12893</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;At present, s32K148 enters VLPS mode from RUN mode, and the test circuit board current changes from 120mA to 9mA. It feels that the circuit board has entered VLPS mode, and the WFI command is executed. During the simulation, the following WFI command is not executed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Then, I configured the Icu module and added the wake source and Sleep mode of Icu and EcuM in davinci Config software. The INTERRUPTION of THE Icu was working, but the Icu pin was triggered externally after Sleep, but the test current did not respond&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The following figure shows the register values when entering VLPS&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ananan_1-1637725260830.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163029iD90AFD0702F01445/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ananan_1-1637725260830.png" alt="ananan_1-1637725260830.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now I don't know how to wake up MCU. I hope experienced experts can help me!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 03:45:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1375930#M12893</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-24T03:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1376776#M12925</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/97124"&gt;@ananan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check if &lt;SPAN&gt;Icu pin was triggered externally after Sleep, then is the ICU interrupt handler&amp;nbsp; called.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 06:42:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1376776#M12925</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-25T06:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1376793#M12926</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In VLPS mode, THE Icu interrupt cannot be triggered because I called serial port print in the Icu callback function, but in RUN mode, the Icu interrupt is working and when the Icu interrupt is triggered, the callback function can be called&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 07:09:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1376793#M12926</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-25T07:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377845#M12964</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/97124"&gt;@ananan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I understand, the Icu interrupt handler cannot be called if your application is in VLPS mode. Could you please confirm. Could you please also share if you are using OS in your application. If yes, could you please share the Priority of the Icu&amp;nbsp;interrupt handler and also share the value of BASEPRI in&amp;nbsp;in VLPS mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hung&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 02:13:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377845#M12964</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-29T02:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377880#M12968</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I used freertos system, icu priority is 2, freertos boundary function priority is 7, as shown in the picture below, is you said "the value of BASEPRI in VLPS mode" is the&amp;nbsp;freertos boundary function priority?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ananan_0-1638156298300.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163385i2EB14F60B0E54398/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ananan_0-1638156298300.png" alt="ananan_0-1638156298300.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ananan_1-1638156323965.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163386i7B5C6DB2D9EE5A93/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ananan_1-1638156323965.png" alt="ananan_1-1638156323965.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 03:25:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377880#M12968</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-29T03:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377887#M12970</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/97124"&gt;@ananan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hungnguyenphi_1-1638156841813.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163390iC5AF768A8AD088D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hungnguyenphi_1-1638156841813.png" alt="hungnguyenphi_1-1638156841813.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Could you please run to the WFI then check the basepri(above picture) value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 03:35:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377887#M12970</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-29T03:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377910#M12973</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ananan_0-1638162125281.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163394i52F256982F843B2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ananan_0-1638162125281.png" alt="ananan_0-1638162125281.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the basepri value is&amp;nbsp;above picture.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tested the current of MCU is 8.3mA, and the supply voltage of MCU is 3.3V. I felt that MCU did not enter VLPS mode, but the MCU entered sleep mode according to the value of the register. How to explain this phenomenon?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ananan_1-1638162449066.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163395iB473FC6EBCD42693/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ananan_1-1638162449066.png" alt="ananan_1-1638162449066.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ananan_2-1638162463639.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163396iA7A266E8CFD5BB60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ananan_2-1638162463639.png" alt="ananan_2-1638162463639.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 05:08:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377910#M12973</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-29T05:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377913#M12974</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ananan_0-1638162581695.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163397i4A05B1833B6E3087/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ananan_0-1638162581695.png" alt="ananan_0-1638162581695.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 05:10:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377913#M12974</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-29T05:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377915#M12975</link>
      <description>&lt;P&gt;all the pins are configed&amp;nbsp; to the input mode.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 05:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1377915#M12975</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-29T05:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378034#M12980</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/97124"&gt;@ananan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does you mean that the current is so high. If yes, we can reduce the current by disable all unused peripherals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 07:57:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378034#M12980</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-29T07:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378040#M12981</link>
      <description>&lt;P&gt;&lt;SPAN&gt;But the problem of wakeup is still unresolved&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 08:06:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378040#M12981</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-29T08:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378044#M12982</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/97124"&gt;@ananan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can have a call to check it together. Could you please share your email and also suggest the time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 08:10:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378044#M12982</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-29T08:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378046#M12983</link>
      <description>&lt;P&gt;&lt;A href="mailto:23811420@qq.com,tellphone" target="_blank"&gt;23811420@qq.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 08:15:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378046#M12983</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-29T08:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378445#M12994</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ananan_0-1638233408110.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163485iD6BC13D8E8633558/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ananan_0-1638233408110.png" alt="ananan_0-1638233408110.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ananan_1-1638233457976.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163486i71C30FF1DBAC5890/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ananan_1-1638233457976.png" alt="ananan_1-1638233457976.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The program cannot enter Icu_Ipw_SetSleepMode, which means Icu cannot enter sleep mode. What is the cause of this&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 00:53:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378445#M12994</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-30T00:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378492#M12997</link>
      <description>&lt;P&gt;哈罗老哥&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 02:17:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378492#M12997</guid>
      <dc:creator>mysteryli</dc:creator>
      <dc:date>2021-11-30T02:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378574#M13002</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/97124"&gt;@ananan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Icu_SetMode just set all channel which does not use for wakeup to sleep mode. So with the channel which use for wakeup, the Icu_SetMode will not set it, this is normal behavior.&lt;/P&gt;
&lt;P&gt;Could you please check if:&lt;/P&gt;
&lt;P&gt;- When the MCU is in run mode, can your application can run to the ICU interrupt handler.&lt;/P&gt;
&lt;P&gt;- When the MCU is in VLPS,&amp;nbsp;can your application can run to the ICU interrupt handler.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 04:53:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378574#M13002</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-30T04:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378579#M13003</link>
      <description>&lt;P&gt;OK,I get it, thank you very much!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I followed the code you showed me yesterday, but after sleep, the code that triggered the external pin, the ICU interrupt callback function was not executed&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 04:58:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378579#M13003</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-30T04:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378581#M13004</link>
      <description>&lt;P&gt;When the MCU is in run mode, can your application can run to the ICU interrupt handler.&lt;/P&gt;&lt;P&gt;yes, mcu&amp;nbsp;can run to the ICU interrupt handler.&lt;/P&gt;&lt;P&gt;- When the MCU is in VLPS,&amp;nbsp;can your application can run to the ICU interrupt handler.&lt;/P&gt;&lt;P&gt;No. mcu&amp;nbsp;can not&amp;nbsp; run to the ICU interrupt handler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 05:00:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378581#M13004</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-30T05:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378595#M13005</link>
      <description>&lt;P&gt;&lt;U&gt;谁？&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 05:34:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378595#M13005</guid>
      <dc:creator>ananan</dc:creator>
      <dc:date>2021-11-30T05:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 Can not wakeup to RUN mode from VLPS mode config in MCAL EB tresos and davinci software</title>
      <link>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378619#M13007</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/97124"&gt;@ananan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your information. Could you please share these below information(when the MCU is in VLPS mode):&lt;/P&gt;
&lt;P&gt;- The pin which you are using for wake up.&lt;/P&gt;
&lt;P&gt;- Value of&amp;nbsp; PORT_PCR(of the wakeup pin) register.&lt;/P&gt;
&lt;P&gt;- Value of NVICISER0,&amp;nbsp;NVICISER1,&amp;nbsp;NVICISER2,&amp;nbsp;NVICISER3&lt;/P&gt;
&lt;P&gt;- Push the wakeup pin in the VLPS mode and check the value of NVICISPR0, NVICISPR1, NVICISPR2, NVICISPR3&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hungnguyenphi_0-1638253210199.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163519i6FAF4001405B53D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hungnguyenphi_0-1638253210199.png" alt="hungnguyenphi_0-1638253210199.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 06:21:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K148-Can-not-wakeup-to-RUN-mode-from-VLPS-mode-config-in-MCAL/m-p/1378619#M13007</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-30T06:21:24Z</dc:date>
    </item>
  </channel>
</rss>

