<?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: Configuration of VLPS using processor expert</title>
    <link>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074046#M7465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program execution stops at the WFI (wait for interrupt) instruction and once there is no pending interrupt, it continues with the next instruction&amp;nbsp;after&amp;nbsp;the WFI instruction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2020 09:38:48 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2020-06-12T09:38:48Z</dc:date>
    <item>
      <title>Configuration of VLPS using processor expert</title>
      <link>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074041#M7460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using S32K144 controller for my product development. To configure the peripherals, I am using a processor expert tool in S32 design studio.&lt;/P&gt;&lt;P&gt;With above mentioned setup, I want to implement features listed below,&lt;/P&gt;&lt;P&gt;1. I want to enter in VLPS mode after certain condition is met in application.&lt;/P&gt;&lt;P&gt;2. Wake up from VLPS mode and enter in normal mode after a rising edge on GPIO or after RTC alarm is triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured the VLPS mode in processor expert but I am not able to find the settings to wake up from VLPS mode based on above mentioned conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know where can I configure the wake up interrupt sources in processor expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 08:08:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074041#M7460</guid>
      <dc:creator>pranavshinde</dc:creator>
      <dc:date>2020-06-09T08:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of VLPS using processor expert</title>
      <link>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074042#M7461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pranav,&lt;/P&gt;&lt;P&gt;Please have a look at the power_mode_switch_s32k144 SDK example.&lt;/P&gt;&lt;P&gt;It shows how to put the MCU in VLPS and it utilizes a PORTC interrupt as a wake-up source.&lt;/P&gt;&lt;P&gt;Regarding RTC, there is an SDK RTC example as well (RTC_alarm_s32k144).&lt;/P&gt;&lt;P&gt;The RTC module is fully-functional in VLPS&amp;nbsp;and the RTC alarm interrupt is a wake-up source provided&amp;nbsp;the selected RTC functional clock is enabled in VLPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 17:47:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074042#M7461</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-06-09T17:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of VLPS using processor expert</title>
      <link>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074043#M7462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Daniel,&lt;/P&gt;&lt;P&gt;Is their any way which can tell us which interrupt caused the wake up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 15:05:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074043#M7462</guid>
      <dc:creator>pranavshinde</dc:creator>
      <dc:date>2020-06-11T15:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of VLPS using processor expert</title>
      <link>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074044#M7463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/pranavshinde"&gt;pranavshinde&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It was discussed here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/493555"&gt;How to identify, which interrupt changed Power Mode from VLPS to RUN?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 08:31:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074044#M7463</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-06-12T08:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of VLPS using processor expert</title>
      <link>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074045#M7464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay,&lt;/P&gt;&lt;P&gt;And from where the program execution will resume after waking up?&lt;/P&gt;&lt;P&gt;I read in the application note that, ISR which caused the wake up will executefirst.&lt;/P&gt;&lt;P&gt;But, once the ISR execution is complete, will the program counter start from the beginning or from the next instruction to be executed before going to sleep?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 09:11:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074045#M7464</guid>
      <dc:creator>pranavshinde</dc:creator>
      <dc:date>2020-06-12T09:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of VLPS using processor expert</title>
      <link>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074046#M7465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program execution stops at the WFI (wait for interrupt) instruction and once there is no pending interrupt, it continues with the next instruction&amp;nbsp;after&amp;nbsp;the WFI instruction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 09:38:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074046#M7465</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-06-12T09:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of VLPS using processor expert</title>
      <link>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074047#M7466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;I am able to enter in the VLPS mode but neither the RTC interrupt nor the port interrupt is able to wake up the controller.&lt;/P&gt;&lt;P&gt;For RTC, I am using LPO_1KHz clock. Is this correct configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 07:12:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074047#M7466</guid>
      <dc:creator>pranavshinde</dc:creator>
      <dc:date>2020-06-19T07:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of VLPS using processor expert</title>
      <link>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074048#M7467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/pranavshinde"&gt;pranavshinde&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;The SDK example (power_mode_switch_s32k144) uses a port interrupt as a wake up source.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does it mean the example does not work?&lt;/P&gt;&lt;P&gt;Yes, LPO_1kHz is functional in VLPS and it can be used for RTC.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113283i0F4099B34ECA4E2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer to this non-SDK example as well:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-341788"&gt;https://community.nxp.com/docs/DOC-341788&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 08:31:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Configuration-of-VLPS-using-processor-expert/m-p/1074048#M7467</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-06-19T08:31:06Z</dc:date>
    </item>
  </channel>
</rss>

