<?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: MC13213 STOP3 Mode current requirements in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC13213-STOP3-Mode-current-requirements/m-p/194820#M15475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to the MC13213, can you share some the code or how exactly the pins have to be driven low.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the Zigbee 2006 code base from beekit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Imran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2009 20:23:01 GMT</pubDate>
    <dc:creator>ImranChoudhary</dc:creator>
    <dc:date>2009-04-14T20:23:01Z</dc:date>
    <item>
      <title>MC13213 STOP3 Mode current requirements</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC13213-STOP3-Mode-current-requirements/m-p/194818#M15473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;I am using MC13213 chip for one of our projects. We are using STOP3 mode with RTI enabled internal clock for the MCU sleep functionality and we put modem in hibernate mode. I am putting all the unused pins as inputs with Pull Up enable. The operating voltage is 3.0V in this case.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Now, I measured the sleep current for the above sleep functionality and i found it is every time&amp;nbsp;more than 400 micro amps and varies till 615 micro amps depending on the room temperature. But when i read through the data sheet MC1321xRM it shows that the combined current&amp;nbsp;can not be&amp;nbsp;more than say 2 micro amps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So please suggest me how can&amp;nbsp;i achive the&amp;nbsp;current as low as say 10 micro amps during the sleep mode( as said STOP3 with modem hibernate).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Atul&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 20:55:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC13213-STOP3-Mode-current-requirements/m-p/194818#M15473</guid>
      <dc:creator>Kini</dc:creator>
      <dc:date>2008-02-22T20:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: MC13213 STOP3 Mode current requirements</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC13213-STOP3-Mode-current-requirements/m-p/194819#M15474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Atul,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In general a particular MCU may have port pins that are included as part of the MCU but are not brought out to a physical pin on the part.&amp;nbsp;&amp;nbsp; These are called unbonded signals, and need to be addressed when you are in low power modes.&amp;nbsp; Make sure that all unused Parallel Input/Output signals are set to a known state, such as output driven low.&amp;nbsp; If you do not initialize all the ports on an MCU, then they typically default to inputs that are not pulled up (FLOATING INPUTS !!)&amp;nbsp;&amp;nbsp; I have seen these floating inputs consume ~150uA each in&amp;nbsp;Stop modes on&amp;nbsp;9S08 MCUs.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;Enough for theory.&amp;nbsp; Initialize ALL your ports pins to outputs and set them low, unless you are using them for something specific.&amp;nbsp; Figure 1-7 in the MC1321x Reference Manual v1.1 has a few clues for you listed as Notes 1 &amp;amp; 3.&amp;nbsp; I would check to make sure&amp;nbsp;PortF and PortG pins are&amp;nbsp;set to outputs&amp;nbsp;driven low, if possible.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; Hopefully this will help clear up some of the current measurement problems.&amp;nbsp; Also remove the BDM when testing.&amp;nbsp; Measure Idd as close to the MCU as possible to&amp;nbsp;ensure you are measuring the current&amp;nbsp;going into the MC1321x only, and not peripheral components on your board.&amp;nbsp;&amp;nbsp; The LVI adder is 70uA, so you may want to disable it too.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; Measuring current is the best way to make sure the MCU is operating in the correct Stop mode, keep going with section 6.3.2 of the MC1321x data sheet!!!!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; Thanks,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rick&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 10:17:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC13213-STOP3-Mode-current-requirements/m-p/194819#M15474</guid>
      <dc:creator>RickN</dc:creator>
      <dc:date>2008-02-26T10:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: MC13213 STOP3 Mode current requirements</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC13213-STOP3-Mode-current-requirements/m-p/194820#M15475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to the MC13213, can you share some the code or how exactly the pins have to be driven low.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the Zigbee 2006 code base from beekit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Imran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 20:23:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC13213-STOP3-Mode-current-requirements/m-p/194820#M15475</guid>
      <dc:creator>ImranChoudhary</dc:creator>
      <dc:date>2009-04-14T20:23:01Z</dc:date>
    </item>
  </channel>
</rss>

