<?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: High current in LLS MKL27Z64VLH4</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987429#M55554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="336830" data-username="dusek.martin@email.cz" href="https://community.nxp.com/people/dusek.martin@email.cz"&gt;Martin Dušek&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp; Please share your hardware power consumption test point, we need to check whether the test point just contains the MCU consumption.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp; BTW, after you download the low power code, please power off the board ,disconnect your debugger, then power on, and test the power consumption.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;If you still have questions about it, please kindly let us know.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Nov 2019 03:08:40 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2019-11-01T03:08:40Z</dc:date>
    <item>
      <title>High current in LLS MKL27Z64VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987426#M55551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;I have&amp;nbsp;MKL27Z64VLH4,&amp;nbsp;1n87m mask.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;It is soldered on a custom board without any other components around (only SWD connector is soldered).&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Upon entering main function, I call:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;   &lt;P&gt;&lt;/P&gt;   &lt;P&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt; smc_power_mode_lls_config_t lls_config;&lt;BR /&gt; lls_config.enableLpoClock = 0;&lt;/P&gt;   &lt;P&gt;SMC_PreEnterStopModes();&lt;BR /&gt;SMC_SetPowerModeLls(SMC, &amp;amp;lls_config);&lt;BR /&gt;SMC_PostExitStopModes();&lt;/P&gt;   &lt;P&gt;}&lt;/P&gt; &lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;I can then measure 160 uA current consumption. However, it should be around 2 uA.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Can you please advise how to make&amp;nbsp;MKL27Z64VLH4 consume 2 uA in LLS mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2019 20:19:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987426#M55551</guid>
      <dc:creator>dusek_martin</dc:creator>
      <dc:date>2019-10-31T20:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: High current in LLS MKL27Z64VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987427#M55552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Make sure that no pins are floating by either configuring pull-up/downs on inputs or driving unused ports. Floating pins cause quite high current consumption and you should find that there is a good saving in case you haven't ensured this yet.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Complete Kinetis solutions for faster/more efficient professional needs, training and support: &lt;A href="http://www.utasker.com/kinetis.html" target="test_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;BR /&gt;i.MX RT project compatibility: &lt;A href="http://www.utasker.com/iMX.html" target="test_blank"&gt;http://www.utasker.com/iMX.html&lt;/A&gt;&lt;BR /&gt;Including FreeRTOS integration for all Kinetis parts&lt;BR /&gt;&lt;BR /&gt;Kinetis KL25, KL26, KL27, KL28, KL43, KL46, KL82&lt;BR /&gt;- &lt;A href="http://http://www.utasker.com/kinetis/FRDM-KL25Z.html" target="test_blank"&gt;http://http://www.utasker.com/kinetis/FRDM-KL25Z.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/TWR-KL25Z48M.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TWR-KL25Z48M.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-KL26Z.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL26Z.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/TEENSY_LC.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TEENSY_LC.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-KL27Z.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL27Z.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/Capuccino-KL27.html" target="test_blank"&gt;http://www.utasker.com/kinetis/Capuccino-KL27.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-KL28Z.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL28Z.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-KL43Z.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL43Z.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/TWR-KL43Z48M.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TWR-KL43Z48M.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-KL46Z.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL46Z.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/TWR-KL46Z48M.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TWR-KL46Z48M.html&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-KL82Z.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL82Z.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Low Power reference video: &lt;A href="https://www.youtube.com/watch?v=kWNlsAoMly4&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&amp;amp;index=1" target="test_blank"&gt;https://www.youtube.com/watch?v=kWNlsAoMly4&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&amp;amp;index=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;uTasker: supporting &amp;gt;1'000 registered Kinetis users get products faster and cheaper to market&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Request Free emergency remote desk-top consulting at &lt;A href="http://www.utasker.com/services.html" target="test_blank"&gt;http://www.utasker.com/services.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Open Source version at &lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="test_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/thread/512558" target="test_blank"&gt;https://community.nxp.com/thread/512558&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/thread/352862" target="test_blank"&gt;https://community.nxp.com/thread/352862&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/thread/498809" target="test_blank"&gt;https://community.nxp.com/thread/498809&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2019 21:11:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987427#M55552</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-10-31T21:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: High current in LLS MKL27Z64VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987428#M55553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;thank you for your reply. I have all pins configured as GPIO outputs. No matter if they drive 0 or 1, the current consumption is always 160 uA.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Debugger is disconnected from the board.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Do I have to turn off some peripheral/clock that is turned on automatically after POR?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2019 22:25:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987428#M55553</guid>
      <dc:creator>dusek_martin</dc:creator>
      <dc:date>2019-10-31T22:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: High current in LLS MKL27Z64VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987429#M55554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="336830" data-username="dusek.martin@email.cz" href="https://community.nxp.com/people/dusek.martin@email.cz"&gt;Martin Dušek&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp; Please share your hardware power consumption test point, we need to check whether the test point just contains the MCU consumption.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp; BTW, after you download the low power code, please power off the board ,disconnect your debugger, then power on, and test the power consumption.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;If you still have questions about it, please kindly let us know.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2019 03:08:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987429#M55554</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-11-01T03:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: High current in LLS MKL27Z64VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987430#M55555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry Zhou,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;what do you mean by my&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;hardware power consumption test point? I already mentioned that there is only MCU (and 6 pin SWD connector) on my board.There is no other component - no resistors, no capacitors, no other ICs.&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;There is 3V3 connected to all VDD pins of MCU, VFREH and VDDA. There is GND connected to all VSS pins, VREFL and VSSA. GPIOs are configured to drive zero. All other pins (USB_VDD, USB_D+, USB_d-) are floating. The power consumption is measured on 3V3 rail. It is not possible that the power is consumeed by any&amp;nbsp;other component than MCU.&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Yes, I already mentioned that I have debugger disconnected. I measure pwoer consumption after POR with debugger disconnected.&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Can you please confirm that you can achieve 2 uA power consumption for&amp;nbsp;MKL27Z64VLH4 with this code?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2019 06:01:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987430#M55555</guid>
      <dc:creator>dusek_martin</dc:creator>
      <dc:date>2019-11-01T06:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: High current in LLS MKL27Z64VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987431#M55556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="336830" data-username="dusek.martin@email.cz" href="https://community.nxp.com/people/dusek.martin@email.cz"&gt;Martin Dušek&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please test the FRDM-KL27 SDK code :&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;SDK_2.5.0_FRDM-KL27Z\boards\frdmkl27z\demo_apps\power_manager&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;1. &amp;nbsp; modify power_manager.c, line 674 to:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ch ='G';&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;2. modify power_manager.c, line 266 to:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ch = 'S';//GETCHAR();&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Then this is my FRDM-KL27 power consumption test result:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&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/91798i4DF4486A5E0F9E72/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;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;This board's chip is KL27Z64VLH4,1n87m mask, totally the same as you.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;So, I highly recommend you test the official SDK code, just to check whether it is the software problem or the hardware problem.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;If you still have questions about it, please kindly let us know.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2019 07:11:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987431#M55556</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-11-01T07:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: High current in LLS MKL27Z64VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987432#M55557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry, thank you very much for confirming the current consumption. I will look at the SDK code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2019 08:04:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987432#M55557</guid>
      <dc:creator>dusek_martin</dc:creator>
      <dc:date>2019-11-01T08:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: High current in LLS MKL27Z64VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987433#M55558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have it - I forgot to allow power modes:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;SMC_SetPowerModeProtection(SMC, kSMC_AllowPowerModeAll);&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Sorry for my stupid mistake and again thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2019 08:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987433#M55558</guid>
      <dc:creator>dusek_martin</dc:creator>
      <dc:date>2019-11-01T08:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: High current in LLS MKL27Z64VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987434#M55559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="336830" data-username="dusek.martin@email.cz" href="https://community.nxp.com/people/dusek.martin@email.cz"&gt;Martin Dušek&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You are welcome!&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you still have question after you test it, just let me know.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;If you still have questions about it, please kindly let us know.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2019 08:37:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987434#M55559</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-11-01T08:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: High current in LLS MKL27Z64VLH4</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987435#M55560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good, thank you for the root problem sharing.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;If you still have questions about it, please kindly let us know.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2019 08:39:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/High-current-in-LLS-MKL27Z64VLH4/m-p/987435#M55560</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-11-01T08:39:22Z</dc:date>
    </item>
  </channel>
</rss>

