<?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: MKE15 Stop Mode in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE15-Stop-Mode/m-p/1266948#M60348</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have the example about power manage in directory '2.9.0_FRDM-KE15Z\boards\frdmke15z\demo_apps\power_mode_switch'.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Fri, 23 Apr 2021 01:45:19 GMT</pubDate>
    <dc:creator>nxf56274</dc:creator>
    <dc:date>2021-04-23T01:45:19Z</dc:date>
    <item>
      <title>MKE15 Stop Mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE15-Stop-Mode/m-p/1266420#M60336</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to make the MKE15 enter STOP mode. I found this code on the forum&lt;/P&gt;&lt;PRE&gt;void stop (void)
{
 /* Set the SLEEPDEEP bit to enable deep sleep mode (STOP) */
 SCB-&amp;gt;SCR |= SCB_SCR_SLEEPDEEP_Msk; 

 /* WFI instruction will start entry into STOP mode */
#ifndef KEIL
        // If not using KEIL's uVision use the standard assembly command
 asm("WFI");
#else
        // If using KEIL's uVision, use the CMSIS intrinsic
 __wfi();
#endif
}&lt;/PRE&gt;&lt;P&gt;Is it enough?&lt;/P&gt;&lt;P&gt;How do I have to set registers in order that the micro wake up from stop mode if I have an active edge on the UART?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 07:22:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE15-Stop-Mode/m-p/1266420#M60336</guid>
      <dc:creator>David_94</dc:creator>
      <dc:date>2021-04-22T07:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: MKE15 Stop Mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE15-Stop-Mode/m-p/1266753#M60345</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;STOP mode is controlled by the Cortex core so doesn't need any more registers configured (the various low leakage modes require additional setup).&lt;/P&gt;&lt;P&gt;STOP mode will exit whenever there is a pending interrupt so any peripheral (whose clock is not stopped in STOP mode) configured with an interrupt is adequate.&lt;/P&gt;&lt;P&gt;The asynchronous UART rx edge wake up is not needed in STOP mode - it is only needed in VLPS.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;Contact me by personal message or on the uTasker web site to discuss professional training, solutions to problems or rapid product development requirements&lt;BR /&gt;&lt;BR /&gt;For professionals searching for faster, problem-free Kinetis and i.MX RT 10xx developments the uTasker project holds the key: &lt;A href="https://www.utasker.com/kinetis/FRDM-KE15Z.html" target="_blank"&gt;https://www.utasker.com/kinetis/FRDM-KE15Z.html&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 15:51:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE15-Stop-Mode/m-p/1266753#M60345</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2021-04-22T15:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: MKE15 Stop Mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE15-Stop-Mode/m-p/1266948#M60348</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have the example about power manage in directory '2.9.0_FRDM-KE15Z\boards\frdmke15z\demo_apps\power_mode_switch'.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 01:45:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE15-Stop-Mode/m-p/1266948#M60348</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-04-23T01:45:19Z</dc:date>
    </item>
  </channel>
</rss>

