<?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>Processor Expert SoftwareのトピックRe: MK10DX128VLK7 Low power mode</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/MK10DX128VLK7-Low-power-mode/m-p/1406793#M4979</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195850"&gt;@altatke&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are well and thanks for your patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to share with you a thread of our community using other Kinetis, but it is being used Processor Expert too, so this thread might be very helpful to solve your concern about entering to a low power mode in your Kinetis, almost at the end of this link you will find a example code written by Kerry, so it can help you too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/Processor-expert-10-4-MKL05Z32-how-to-configure-the-system-can/m-p/320349" target="_blank"&gt;https://community.nxp.com/t5/Kinetis-Microcontrollers/Processor-expert-10-4-MKL05Z32-how-to-configure-the-system-can/m-p/320349&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition, we have another Application Note that includes best practices to use Kinetis in Very Low Power Mode. My suggestion is to follow this guide and take in consideration the necessary hardware on your board. AN is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope the information is helpful for you, please let me know if you have more questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards.&lt;BR /&gt;Pablo Avalos.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 21:58:14 GMT</pubDate>
    <dc:creator>PabloAvalos</dc:creator>
    <dc:date>2022-01-28T21:58:14Z</dc:date>
    <item>
      <title>MK10DX128VLK7 Low power mode</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK10DX128VLK7-Low-power-mode/m-p/1400473#M4954</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a simple project using the MK10 which requires low power mode for its functioning. Basically, the code has the board go to sleep and wake up every 5 seconds using LPTMR and blink an RGB LED attached as it wakes up and continues in the main infinite for loop.&lt;/P&gt;&lt;P&gt;My issue is that it seems the lowest I can get is a regular stop aka about 0.384V. The code itself just uses the CPU_SetOperationMode function to get into the low power mode, but I am not sure what I am missing configuration wise. This is what I have so far.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="altatke_0-1642449384110.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/167882iE2BC777C626BC438/image-size/medium?v=v2&amp;amp;px=400" role="button" title="altatke_0-1642449384110.png" alt="altatke_0-1642449384110.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="altatke_1-1642449433478.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/167883i10A7FAC079D3B07F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="altatke_1-1642449433478.png" alt="altatke_1-1642449433478.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any area within the CPU component or other I should look into to make sure I am able to access those low power mode settings?&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 19:58:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK10DX128VLK7-Low-power-mode/m-p/1400473#M4954</guid>
      <dc:creator>altatke</dc:creator>
      <dc:date>2022-01-17T19:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: MK10DX128VLK7 Low power mode</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK10DX128VLK7-Low-power-mode/m-p/1404769#M4967</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195850"&gt;@altatke&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to apologize for the delay, I got sick and couldn't write a response to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding your question about accessing low power mode settings on a Kinetis Board, you can use config tools from MCUXpresso to configure LLWU (Low Leakage Wakeup Unit). May you tell me which IDE you are using to configure this low power modes? and which Development Board you are using with MK10?&amp;nbsp; So I can help you further.&lt;/P&gt;
&lt;P&gt;Also as a suggestion, I would like to share with you this Application Note that might be helpful to your application:&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4503.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN4503.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you have more concerns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards.&lt;BR /&gt;Pablo Avalos.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 20:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK10DX128VLK7-Low-power-mode/m-p/1404769#M4967</guid>
      <dc:creator>PabloAvalos</dc:creator>
      <dc:date>2022-01-25T20:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: MK10DX128VLK7 Low power mode</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK10DX128VLK7-Low-power-mode/m-p/1406047#M4973</link>
      <description>&lt;P&gt;Hey Pablo,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply. For this project, I am using Kinetis Design Studio as IDE since the MK10 is not compatible/supported by MCUxpresso, and using&lt;SPAN&gt;&amp;nbsp;LPC-Link 2&amp;nbsp;as debug probe for a company specific board&lt;/SPAN&gt;. I've read through the document you've sent before, it was helpful in some ways but not entirely. With KDS, the following function is available to access those low power modes: Cpu_SetOperationMode, and I am using it as Cpu_SetOperationMode(DOM_STOP, NULL, NULL) to get to VLLSx when configured as such in PE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="altatke_0-1643290728440.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169038i9F2DD999E8C22E4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="altatke_0-1643290728440.png" alt="altatke_0-1643290728440.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, regardless of the mode, the current drawn is the same (about 0.38mA) which seems to correspond to a regular STOP mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 14:48:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK10DX128VLK7-Low-power-mode/m-p/1406047#M4973</guid>
      <dc:creator>altatke</dc:creator>
      <dc:date>2022-01-27T14:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: MK10DX128VLK7 Low power mode</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MK10DX128VLK7-Low-power-mode/m-p/1406793#M4979</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195850"&gt;@altatke&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are well and thanks for your patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to share with you a thread of our community using other Kinetis, but it is being used Processor Expert too, so this thread might be very helpful to solve your concern about entering to a low power mode in your Kinetis, almost at the end of this link you will find a example code written by Kerry, so it can help you too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/Processor-expert-10-4-MKL05Z32-how-to-configure-the-system-can/m-p/320349" target="_blank"&gt;https://community.nxp.com/t5/Kinetis-Microcontrollers/Processor-expert-10-4-MKL05Z32-how-to-configure-the-system-can/m-p/320349&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition, we have another Application Note that includes best practices to use Kinetis in Very Low Power Mode. My suggestion is to follow this guide and take in consideration the necessary hardware on your board. AN is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope the information is helpful for you, please let me know if you have more questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards.&lt;BR /&gt;Pablo Avalos.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 21:58:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MK10DX128VLK7-Low-power-mode/m-p/1406793#M4979</guid>
      <dc:creator>PabloAvalos</dc:creator>
      <dc:date>2022-01-28T21:58:14Z</dc:date>
    </item>
  </channel>
</rss>

