<?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>8-bit Microcontrollers中的主题 excessive current consumption</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/excessive-current-consumption/m-p/353611#M21125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anybody have an idea why an otherwise working MC68HC908JL8 would consume around 100mA? Of course it heats up, of course it sucks the juice out of the power supply...&lt;/P&gt;&lt;P&gt;I am using it with RC oscillator, the freq is correct.&lt;/P&gt;&lt;P&gt;It happens almost 50% of the 40 pieces I tried by now.&lt;/P&gt;&lt;P&gt;Pulling down RST will stop the over-current, even if the (test) program only has configuration.&lt;/P&gt;&lt;P&gt;Changing the controller USUALLY does not solve the problem.&lt;/P&gt;&lt;P&gt;I use them in another product where they perform wonderfully. There I use 3.3V supply; the failing ones get 5V.&lt;/P&gt;&lt;P&gt;It could also be a PCB layout issue, as the 5V regulator is about 7" away from the controller. The supply traces are wide with no loop; everybody got their own .1uF near the supply pins.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running out of options/time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 18:54:21 GMT</pubDate>
    <dc:creator>leslie</dc:creator>
    <dc:date>2014-08-12T18:54:21Z</dc:date>
    <item>
      <title>excessive current consumption</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/excessive-current-consumption/m-p/353611#M21125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anybody have an idea why an otherwise working MC68HC908JL8 would consume around 100mA? Of course it heats up, of course it sucks the juice out of the power supply...&lt;/P&gt;&lt;P&gt;I am using it with RC oscillator, the freq is correct.&lt;/P&gt;&lt;P&gt;It happens almost 50% of the 40 pieces I tried by now.&lt;/P&gt;&lt;P&gt;Pulling down RST will stop the over-current, even if the (test) program only has configuration.&lt;/P&gt;&lt;P&gt;Changing the controller USUALLY does not solve the problem.&lt;/P&gt;&lt;P&gt;I use them in another product where they perform wonderfully. There I use 3.3V supply; the failing ones get 5V.&lt;/P&gt;&lt;P&gt;It could also be a PCB layout issue, as the 5V regulator is about 7" away from the controller. The supply traces are wide with no loop; everybody got their own .1uF near the supply pins.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running out of options/time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 18:54:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/excessive-current-consumption/m-p/353611#M21125</guid>
      <dc:creator>leslie</dc:creator>
      <dc:date>2014-08-12T18:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: excessive current consumption</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/excessive-current-consumption/m-p/353612#M21126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laszlo&lt;/P&gt;&lt;P&gt;Your problem may depend on some unused pins incorrectly declared as outputs which were tied to ground or Vcc. This is quite a common issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping it can be useful,&lt;/P&gt;&lt;P&gt;Salvatore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 10:30:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/excessive-current-consumption/m-p/353612#M21126</guid>
      <dc:creator>Encoder1</dc:creator>
      <dc:date>2014-08-22T10:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: excessive current consumption</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/excessive-current-consumption/m-p/353613#M21127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a real long shot, but are you using PLL to bump up your clocks?&amp;nbsp; If so, try a simple test program with and without using PLL and check you consumption.&amp;nbsp; We've just discovered PLL uses 3-4 times the published current numbers (but that's on another micro).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 10:46:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/excessive-current-consumption/m-p/353613#M21127</guid>
      <dc:creator>dougpaulsen</dc:creator>
      <dc:date>2014-08-22T10:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: excessive current consumption</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/excessive-current-consumption/m-p/353614#M21128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the short and long shots...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found an errata showing that the mask set was screwed up. The OSC2 pin is not used in RC mode, and functions only as output (I needed it as input). I had to force it to LO, otherwise it draws extreme amount of current. The errata does not say it though:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I/O Port Function on OSC2/RCCLK/PTA6/KBI6 Pin SE65-IO_PORT&lt;/P&gt;&lt;P&gt;An anomaly has been found with the OSC2/RCCLK/PTA6/KBI6 pin when:&lt;/P&gt;&lt;P&gt;• RC oscillator option is selected (OSCSEL = 0) and the pin is selected as&lt;/P&gt;&lt;P&gt;PTA6 (PTA6EN = 1).&lt;/P&gt;&lt;P&gt;Under this condition, the PTA6 pin can only function as an output pin;&lt;/P&gt;&lt;P&gt;not an input/output pin as stated in the device data sheet.&lt;/P&gt;&lt;P&gt;Because PTA6 is output only:&lt;/P&gt;&lt;P&gt;• The DDRA6 bit has no effect on PTA6.&lt;/P&gt;&lt;P&gt;• The PTAPUE6 bit must not be set to logic 1 to avoid possible current&lt;/P&gt;&lt;P&gt;drain if DDRA6 is logic 0.&lt;/P&gt;&lt;P&gt;• The KBIE6 bit has no effect, as keyboard interrupt, KBI6, is not&lt;/P&gt;&lt;P&gt;available.&lt;/P&gt;&lt;P&gt;To maintain compatibility with future silicon, the DDRA6 bit should be set to a&lt;/P&gt;&lt;P&gt;logic 1 if PTA6 is used as an output port pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strangely during HW reset, the current was minimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll have to live without this input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I can flag this as "answered". Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:02:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/excessive-current-consumption/m-p/353614#M21128</guid>
      <dc:creator>leslie</dc:creator>
      <dc:date>2014-08-28T17:02:52Z</dc:date>
    </item>
  </channel>
</rss>

