<?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: MKL03Z8 Sleep Current too high in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL03Z8-Sleep-Current-too-high/m-p/620522#M37112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One reason for high consumption is floating inputs - make sure that you either drive unused pins or switch internal pull-ups on them. Also ensure not to leave peripheral inputs floating (again it is best to switch a pull-up on such inputs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of SW difficulties there is a complete solution (including automatic switching between power modes to optimise consumption and wake ups from modules or pins) at the links below.&lt;BR /&gt;The KL03 link includes a FRDM-KL03 application which allows switching between modes in order to measure the current which achieves about that specified in the documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;SPAN&gt;Kinetis for Professionals: &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;&lt;SPAN&gt;KL03: &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-KL03Z.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL03Z.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Nov 2016 22:54:03 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2016-11-25T22:54:03Z</dc:date>
    <item>
      <title>MKL03Z8 Sleep Current too high</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL03Z8-Sleep-Current-too-high/m-p/620521#M37111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to get a MKL03Z8 device to enter low power mode with the code attached, but I can't get less than 192uA. Looking at the datasheet the VPLS mode should be around 2.2uA. I already tried disabling clocks, seeing if there are any floating pins but no luck so far.&lt;/P&gt;&lt;P&gt;What could be the source of this high consumption? I'm running out of ideas to try. Is there any simple code example where I can get the specified currents in the datasheet? That way I could see what I was doing wrong.&lt;/P&gt;&lt;P&gt;I've tried looking into the example on the SDK but it didn't help much. This product is meant to be used with batteries sleeping currents can be a deal breaker.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for the help&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337418"&gt;Test.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 19:11:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL03Z8-Sleep-Current-too-high/m-p/620521#M37111</guid>
      <dc:creator>micaelsantos</dc:creator>
      <dc:date>2016-11-25T19:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: MKL03Z8 Sleep Current too high</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL03Z8-Sleep-Current-too-high/m-p/620522#M37112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One reason for high consumption is floating inputs - make sure that you either drive unused pins or switch internal pull-ups on them. Also ensure not to leave peripheral inputs floating (again it is best to switch a pull-up on such inputs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of SW difficulties there is a complete solution (including automatic switching between power modes to optimise consumption and wake ups from modules or pins) at the links below.&lt;BR /&gt;The KL03 link includes a FRDM-KL03 application which allows switching between modes in order to measure the current which achieves about that specified in the documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;SPAN&gt;Kinetis for Professionals: &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;&lt;SPAN&gt;KL03: &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-KL03Z.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL03Z.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 22:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL03Z8-Sleep-Current-too-high/m-p/620522#M37112</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-11-25T22:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: MKL03Z8 Sleep Current too high</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL03Z8-Sleep-Current-too-high/m-p/620523#M37113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already found the problem after some research here and there. There is a bug on the microcontroller related to the RTC mentioned on the errata. So after POR reset we need to do the code bellow &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIM-&amp;gt;SCGC6 |= SIM_SCGC6_RTC_MASK;&lt;/P&gt;&lt;P&gt;RTC-&amp;gt;TSR = 0x00;&lt;BR /&gt;SIM-&amp;gt;SCGC6 &amp;amp;= ~SIM_SCGC6_RTC_MASK;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it saves someone in the future :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 16:27:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL03Z8-Sleep-Current-too-high/m-p/620523#M37113</guid>
      <dc:creator>micaelsantos</dc:creator>
      <dc:date>2016-11-28T16:27:57Z</dc:date>
    </item>
  </channel>
</rss>

