<?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: RTI as Wakeup Sources for passive wakeup</title>
    <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2130561#M50696</link>
    <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm working on configuring the MCU power modes for my application, and I have a question regarding the different options available in `MCUModesettings`. I see modes like core standby, SOC standby, and fast standby.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My application will have four states: sleep, deep sleep, run, and standby. For the sleep, deep sleep, and standby states, could you please advise on which `MCUModesettings` I should configure for each?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
    <pubDate>Wed, 09 Jul 2025 04:31:30 GMT</pubDate>
    <dc:creator>aryandis</dc:creator>
    <dc:date>2025-07-09T04:31:30Z</dc:date>
    <item>
      <title>RTI as Wakeup Sources for passive wakeup</title>
      <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2128825#M50593</link>
      <description>&lt;P&gt;i am using s32k312/311 for my applications and wanted to use RTI as periodic wakeup source whenever application go in to sleep mode. And RTI must start only when there no active sources for wakeup present like any button/switch.&lt;/P&gt;&lt;P&gt;Can i configure RTI or do we have other solution for it in same controller.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jul 2025 06:02:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2128825#M50593</guid>
      <dc:creator>aryandis</dc:creator>
      <dc:date>2025-07-05T06:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: RTI as Wakeup Sources for passive wakeup</title>
      <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2129052#M50608</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;aryandis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;"And RTI must start only when there no active sources for wakeup present like any button/switch."&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In my opinion, this sentence is contradictory.&lt;/P&gt;
&lt;P&gt;The wakeup source of S32K3 can be RTI, or some external GPIO ports, such as the buttons you mentioned.&lt;/P&gt;
&lt;P&gt;You can enable these as wakeup sources at the same time, but according to your idea, the logic of enabling RTI through buttons is not correct.&lt;BR /&gt;1. If these buttons are not used as wakeup sources, then they cannot be used to enable RTI during STANDBY MODE.&lt;BR /&gt;2. If these buttons are used as wakeup sources, then there is no need to start RTI because the MCU has already been woken up.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 06:38:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2129052#M50608</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-07T06:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: RTI as Wakeup Sources for passive wakeup</title>
      <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2129152#M50612</link>
      <description>&lt;P&gt;let me correct this.&lt;/P&gt;&lt;P&gt;Idea of application is to have two wakeup sources one is Active wakeup like button/switch and passive wakeup with RTI periodic wakeup.&lt;/P&gt;&lt;P&gt;There will be two case in my application.&lt;/P&gt;&lt;P&gt;1- If switch is pressed then application will be in&amp;nbsp;awaken up always no need to&amp;nbsp; &amp;nbsp; &amp;nbsp; check RTI timer elapsed.&lt;/P&gt;&lt;P&gt;2- Once application go in to sleep (if switch is not pressed) then this RTI will be used as periodic timer interval wakeup interrupt to wakeup the ECU at every fix time interval and will go in sleep once time elapsed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have RTI configured application based on RTD 3.0.0?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 08:47:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2129152#M50612</guid>
      <dc:creator>aryandis</dc:creator>
      <dc:date>2025-07-07T08:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: RTI as Wakeup Sources for passive wakeup</title>
      <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2129172#M50614</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;aryandis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This is feasible. After waking up, you can determine what the wakeup source is and decide to execute your application based on the wakeup source.&lt;/P&gt;
&lt;P&gt;I don't have a sample program based on RTD 3.0.0 for your reference.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 08:59:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2129172#M50614</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-07T08:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: RTI as Wakeup Sources for passive wakeup</title>
      <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2129258#M50619</link>
      <description>&lt;P&gt;Do u have sample program based on other RTD like 2.0.3 or others.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 10:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2129258#M50619</guid>
      <dc:creator>aryandis</dc:creator>
      <dc:date>2025-07-07T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: RTI as Wakeup Sources for passive wakeup</title>
      <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2129656#M50641</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;aryandis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1.&lt;/P&gt;
&lt;P&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;2.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Low-Power-Management-AN-and-demos-RTD-4-0-0-amp-5-0-0/ta-p/1993152" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Low-Power-Management-AN-and-demos-RTD-4-0-0-amp-5-0-0/ta-p/1993152&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 02:04:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2129656#M50641</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-08T02:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: RTI as Wakeup Sources for passive wakeup</title>
      <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2130036#M50668</link>
      <description>&lt;P&gt;Have query regarding configuration for RTI.&lt;/P&gt;&lt;P&gt;1- Is WAKEUP module (With ICU in case of HLD or without ICU in case of IP ) is itself capable for generating wakeup cyclic interrupt?&lt;/P&gt;&lt;P&gt;2- along with Wakeup and POWER module , Do i need PIT module&amp;nbsp; for triggering RTI as well?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 09:40:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2130036#M50668</guid>
      <dc:creator>aryandis</dc:creator>
      <dc:date>2025-07-08T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: RTI as Wakeup Sources for passive wakeup</title>
      <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2130486#M50695</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;aryandis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please take a moment to read the examples we provide.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here you're refer to HLD not LLD.&lt;/P&gt;
&lt;P&gt;So, the GPT, Mcu,&amp;nbsp; Icu module is necessary and Power, Wakeup module is for LLD only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 02:16:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2130486#M50695</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-09T02:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: RTI as Wakeup Sources for passive wakeup</title>
      <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2130561#M50696</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm working on configuring the MCU power modes for my application, and I have a question regarding the different options available in `MCUModesettings`. I see modes like core standby, SOC standby, and fast standby.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My application will have four states: sleep, deep sleep, run, and standby. For the sleep, deep sleep, and standby states, could you please advise on which `MCUModesettings` I should configure for each?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Jul 2025 04:31:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2130561#M50696</guid>
      <dc:creator>aryandis</dc:creator>
      <dc:date>2025-07-09T04:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: RTI as Wakeup Sources for passive wakeup</title>
      <link>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2130814#M50720</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;aryandis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This answer explains your first question.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K/S32K3-Standby-mode/m-p/1459573" target="_blank"&gt;https://community.nxp.com/t5/S32K/S32K3-Standby-mode/m-p/1459573&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In fact, S32K3xx has only two power modes, RUN mode and STANDBY mode.. For your question, you can reduce power consumption in RUN by reducing the clock frequency or turning off unused peripherals， this way you can define your own power consumption modes.&lt;/P&gt;
&lt;P&gt;But only the Standby mode has the lowest power consumption。&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 09:42:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTI-as-Wakeup-Sources-for-passive-wakeup/m-p/2130814#M50720</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-09T09:42:16Z</dc:date>
    </item>
  </channel>
</rss>

