<?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>Kinetis MicrocontrollersのトピックRe: Is LLS available in K22F?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-LLS-available-in-K22F/m-p/845893#M50902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The K22 has LLS2 and LLS3 modes, which are both essentially LLS but with different levels of SRAM remaining powered.&lt;BR /&gt;The method to get to LLS2 or LLS3 is the same as core deep sleep, with the choice of exactly which LLS made in SMC_STOPCTRL and SMC_PMCTRL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can load binary files to NXP development boards from the links below which allows the mode to be dynamically changed via the OpenSDA VCOM interface at 115kBaud, displaying the available modes as follows:&lt;BR /&gt;RUN = 0&lt;BR /&gt;WAIT = 1 [active]&lt;BR /&gt;STOP = 2&lt;BR /&gt;VLPR = 3&lt;BR /&gt;VLPW = 4&lt;BR /&gt;VLPS = 5&lt;BR /&gt;LLS2 = 6&lt;BR /&gt;LLS3 = 7&lt;BR /&gt;VLLS0 = 8&lt;BR /&gt;VLLS1 = 9&lt;BR /&gt;VLLS2 = 10&lt;BR /&gt;VLLS3 = 11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more details and videos are at:&lt;BR /&gt;&lt;SPAN&gt;Low power and LLWU: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FLLWU.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/LLWU.html&lt;/A&gt;&lt;BR /&gt;Low power videos:&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fyoutu.be%2FkWNlsAoMly4" rel="nofollow" target="_blank"&gt;https://youtu.be/kWNlsAoMly4&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fyoutu.be%2FiZEMRiDmHzw" rel="nofollow" target="_blank"&gt;https://youtu.be/iZEMRiDmHzw&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fyoutu.be%2Fv4UnfcDiaE4" rel="nofollow" target="_blank"&gt;https://youtu.be/v4UnfcDiaE4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the uTasker project the power mode is controlled by (for K22)&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(RUN_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(WAIT_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(STOP_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLPW_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLPR_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLPS_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(LLS3_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(LLS2_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLLS0_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLLS1_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLLS2_MODE);&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLLS3_MODE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of problems with the PE methods you can also just copy the code from the open source project on Github (which supports dynamic power management).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;BR /&gt;Kinetis K22:&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-K22F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-K22F.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FTWR-K22F120M.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/TWR-K22F120M.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FBLAZE_K22.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/BLAZE_K22.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FtinyK22.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/tinyK22.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For less questions and faster, cheaper developments: try uTasker for Kinetis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2018 20:38:12 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2018-09-19T20:38:12Z</dc:date>
    <item>
      <title>Is LLS available in K22F?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-LLS-available-in-K22F/m-p/845892#M50901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working with a Kinetis MK22FX512AVLQ12 in a KDS project, using Processor Expert.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, I am trying to verify the MCU's power usage in LLS mode. Datasheets for the K22 suggest that LLS is a valid mode for this MCU, for example see p.10 and p.11 of this document:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/data-sheet/K22P144M120SF5V2.pdf" title="https://www.nxp.com/docs/en/data-sheet/K22P144M120SF5V2.pdf"&gt;https://www.nxp.com/docs/en/data-sheet/K22P144M120SF5V2.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 6 calls out Id_LLS as the current consumption in LLS mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AN4470 lists LLS as a distinct low-power mode as well, distinct from VLLS1/VLLS2/VLLS3 modes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, AN4503 does not show LLS as a mode in Figure 4:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cache.freescale.com/files/32bit/doc/app_note/AN4503.pdf" title="http://cache.freescale.com/files/32bit/doc/app_note/AN4503.pdf"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4503.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, the reference manual lists LLS3 and LLS2 as valid modes, but does not mention LLS:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/reference-manual/K22P121M120SF8RM.pdf" title="https://www.nxp.com/docs/en/reference-manual/K22P121M120SF8RM.pdf"&gt;https://www.nxp.com/docs/en/reference-manual/K22P121M120SF8RM.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I'm asking is because I'm attempting to enter LLS using the following PE command:&lt;/P&gt;&lt;P&gt;Cpu_SetOperationMode(DOM_STOP, NULL, NULL);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm measuring 7mA to my board, which suggests that we're not actually in LLS mode.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 16:05:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-LLS-available-in-K22F/m-p/845892#M50901</guid>
      <dc:creator>asfarley</dc:creator>
      <dc:date>2018-09-19T16:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is LLS available in K22F?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-LLS-available-in-K22F/m-p/845893#M50902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The K22 has LLS2 and LLS3 modes, which are both essentially LLS but with different levels of SRAM remaining powered.&lt;BR /&gt;The method to get to LLS2 or LLS3 is the same as core deep sleep, with the choice of exactly which LLS made in SMC_STOPCTRL and SMC_PMCTRL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can load binary files to NXP development boards from the links below which allows the mode to be dynamically changed via the OpenSDA VCOM interface at 115kBaud, displaying the available modes as follows:&lt;BR /&gt;RUN = 0&lt;BR /&gt;WAIT = 1 [active]&lt;BR /&gt;STOP = 2&lt;BR /&gt;VLPR = 3&lt;BR /&gt;VLPW = 4&lt;BR /&gt;VLPS = 5&lt;BR /&gt;LLS2 = 6&lt;BR /&gt;LLS3 = 7&lt;BR /&gt;VLLS0 = 8&lt;BR /&gt;VLLS1 = 9&lt;BR /&gt;VLLS2 = 10&lt;BR /&gt;VLLS3 = 11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more details and videos are at:&lt;BR /&gt;&lt;SPAN&gt;Low power and LLWU: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FLLWU.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/LLWU.html&lt;/A&gt;&lt;BR /&gt;Low power videos:&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fyoutu.be%2FkWNlsAoMly4" rel="nofollow" target="_blank"&gt;https://youtu.be/kWNlsAoMly4&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fyoutu.be%2FiZEMRiDmHzw" rel="nofollow" target="_blank"&gt;https://youtu.be/iZEMRiDmHzw&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fyoutu.be%2Fv4UnfcDiaE4" rel="nofollow" target="_blank"&gt;https://youtu.be/v4UnfcDiaE4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the uTasker project the power mode is controlled by (for K22)&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(RUN_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(WAIT_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(STOP_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLPW_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLPR_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLPS_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(LLS3_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(LLS2_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLLS0_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLLS1_MODE);&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLLS2_MODE);&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;fnSetLowPowerMode(VLLS3_MODE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of problems with the PE methods you can also just copy the code from the open source project on Github (which supports dynamic power management).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;BR /&gt;Kinetis K22:&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-K22F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-K22F.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FTWR-K22F120M.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/TWR-K22F120M.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FBLAZE_K22.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/BLAZE_K22.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FtinyK22.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/tinyK22.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For less questions and faster, cheaper developments: try uTasker for Kinetis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 20:38:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-LLS-available-in-K22F/m-p/845893#M50902</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-09-19T20:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is LLS available in K22F?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-LLS-available-in-K22F/m-p/845894#M50903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; &lt;A _jive_internal="true" data-content-finding="Community" data-userid="36474" data-username="asfarley" href="https://community.nxp.com/people/asfarley"&gt;Alexander:&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K22 has many different part numbers, MK22FN512, MK22FN256, MK22FN1M0....etc, There are functional differences between the devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are different documentation sets for the different parts, please refer to below picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/73862iF6305A4D7DA874A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the bulletin for more details&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/engineering-bulletin/EB811.pdf" title="https://www.nxp.com/docs/en/engineering-bulletin/EB811.pdf"&gt;https://www.nxp.com/docs/en/engineering-bulletin/EB811.pdf&lt;/A&gt;&amp;nbsp;&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>Sat, 29 Sep 2018 06:32:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-LLS-available-in-K22F/m-p/845894#M50903</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-09-29T06:32:07Z</dc:date>
    </item>
  </channel>
</rss>

