<?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 KL0 power consumption @ 4 mhz - 3x higher than expected. in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL0-power-consumption-4-mhz-3x-higher-than-expected/m-p/273649#M9522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing some basic power consumption tests on a MLK05Z32 chip and am seeing much higher power consumption than expected - with a 4 mhz system clock (fast internal reference clock, FLL disabled) and 2 mhz bus clock (OUTDIV4=1), the chip is drawing about 1.5 milliamps in a simple LED blink test. That's about 3x the draw of the competitor's chip with the same clocks &amp;amp; code - rather disappointing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for ways to reduce the power draw, but not having much luck - the application I'm evaluating the chip for will require some cycle-accurate bitbanging, so I don't think VLPR mode will work for me as the 0.8 mhz flash clock in that mode slows things down whenever there's an instruction cache miss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any other ways to reduce the power draw that I'm missing? I need deterministic 4 mhz operation, no wait states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Austin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Aug 2013 09:38:12 GMT</pubDate>
    <dc:creator>austinappleby</dc:creator>
    <dc:date>2013-08-24T09:38:12Z</dc:date>
    <item>
      <title>KL0 power consumption @ 4 mhz - 3x higher than expected.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL0-power-consumption-4-mhz-3x-higher-than-expected/m-p/273649#M9522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing some basic power consumption tests on a MLK05Z32 chip and am seeing much higher power consumption than expected - with a 4 mhz system clock (fast internal reference clock, FLL disabled) and 2 mhz bus clock (OUTDIV4=1), the chip is drawing about 1.5 milliamps in a simple LED blink test. That's about 3x the draw of the competitor's chip with the same clocks &amp;amp; code - rather disappointing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for ways to reduce the power draw, but not having much luck - the application I'm evaluating the chip for will require some cycle-accurate bitbanging, so I don't think VLPR mode will work for me as the 0.8 mhz flash clock in that mode slows things down whenever there's an instruction cache miss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any other ways to reduce the power draw that I'm missing? I need deterministic 4 mhz operation, no wait states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Austin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 09:38:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL0-power-consumption-4-mhz-3x-higher-than-expected/m-p/273649#M9522</guid>
      <dc:creator>austinappleby</dc:creator>
      <dc:date>2013-08-24T09:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: KL0 power consumption @ 4 mhz - 3x higher than expected.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL0-power-consumption-4-mhz-3x-higher-than-expected/m-p/273650#M9523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Austin&lt;/P&gt;&lt;P&gt;The current consume depends on both code and hardware. Would you please help to provide your schematic then tell me where you measure current. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 01:19:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL0-power-consumption-4-mhz-3x-higher-than-expected/m-p/273650#M9523</guid>
      <dc:creator>Paul_Tian</dc:creator>
      <dc:date>2013-08-27T01:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: KL0 power consumption @ 4 mhz - 3x higher than expected.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL0-power-consumption-4-mhz-3x-higher-than-expected/m-p/273651#M9524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's no schematic to it - it's a bare MKL05Z32 chip on a breakout board with a 1 uF ceramic capacitor right next to it and I'm measuring the current into VDD through a 1 ohm resistor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing the code is doing is switching to the internal fast reference clock (IRCS 1, FCRDIV = 0, CLKS = 1, LP = 1, OUTDIV4 = 1), enabling PTB0 (SIM_SCGC5.PORTB = 1, PORTB_PCR0.MUX = 1, GPIOB_PDDR = 1), and then toggling the pin once a second.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 05:46:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL0-power-consumption-4-mhz-3x-higher-than-expected/m-p/273651#M9524</guid>
      <dc:creator>austinappleby</dc:creator>
      <dc:date>2013-08-28T05:46:43Z</dc:date>
    </item>
  </channel>
</rss>

