<?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のトピックRe: Real Low power</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134811#M3867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;kbu,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;One small change:&lt;/DIV&gt;&lt;DIV&gt;ICGC2 = 0x00100001;&lt;/DIV&gt;&lt;DIV&gt;should be:&lt;/DIV&gt;&lt;DIV&gt;ICGC2 = 0b00100001;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;(small typo, "x" instead of "b").&lt;/DIV&gt;&lt;DIV&gt;The original line writes 0x01 to ICGC2 since the upper 3 bytes of the HEX constant are thrown away...&amp;nbsp;&amp;nbsp;it would make your FLL divisor 1/2&amp;nbsp;of what you would expect (4 instead of 8) so your clock would be twice as fast, which may account for higher current.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;- Ware&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 23:55:20 GMT</pubDate>
    <dc:creator>Ware</dc:creator>
    <dc:date>2006-11-30T23:55:20Z</dc:date>
    <item>
      <title>Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134786#M3842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to develop an application using SMAC and low power features of MC13192 and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HCS08, but I have some problems, because my code hangs up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using RTI (1 sec) + Hibernate + STOP3 (_asm stop), and low power while for HCS08 _asm wait.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have some suggestion, or example source code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have SMAC porting of PWRLIB for 802.15.4?, something else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stevasway&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 22:45:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134786#M3842</guid>
      <dc:creator>stevasway</dc:creator>
      <dc:date>2006-10-30T22:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134787#M3843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I've been able to get my circuit working fine with:&lt;BR /&gt;&lt;BR /&gt;RTI(1sec) + MC13192Reset + STOP3 + MC13192 restart&lt;BR /&gt;&lt;BR /&gt;except ofcourse the fact that while in STOP3 it still consumes 1mA of power!!!&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 22:25:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134787#M3843</guid>
      <dc:creator>kbu</dc:creator>
      <dc:date>2006-10-31T22:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134788#M3844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;there's not enough details provided, but some further 'current-eaters' to look at:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BDM port enable/disabled? (SOPT1 &amp;gt; BKGDPE)&lt;/DIV&gt;&lt;DIV&gt;LVD circuit enabled/disabled? (SPMSC1)&lt;/DIV&gt;&lt;DIV&gt;STOP mode really enabled? (SOPT1 &amp;gt; STOPE)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In STOP3 you should be getting &amp;lt;1uA (typ. at 25 deg. C) by MCU, &amp;lt;3uA in Hibernate for MC1319x.&lt;/DIV&gt;&lt;DIV&gt;Not more.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards, Pavel ok2ucx&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 23:08:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134788#M3844</guid>
      <dc:creator>ok2ucx</dc:creator>
      <dc:date>2006-10-31T23:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134789#M3845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi ok2ucx,&lt;BR /&gt;&lt;BR /&gt;BDM port enable/disabled? (SOPT1 &amp;gt; BKGDPE)&lt;BR /&gt;&lt;BR /&gt;SOPT_BKGDPE = 0;&lt;BR /&gt;&lt;BR /&gt;LVD circuit enabled/disabled? (SPMSC1)&lt;BR /&gt;STOP mode really enabled? (SOPT1 &amp;gt; STOPE)&lt;BR /&gt;&lt;BR /&gt;SPMSC1 = 0; //Disable all LVD functions&lt;BR /&gt;SPMSC2 = SPMSC2 &amp;amp; ~0x03; // Enable deep sleep mode stop3 (PDC &amp;amp; PPDC =0)&lt;BR /&gt;SOPT_STOPE = 1; //Enable STOP mode(s)&lt;BR /&gt;&lt;BR /&gt;is it all? IRQ PIN? SPI MISO ?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;Stevasway&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 00:04:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134789#M3845</guid>
      <dc:creator>stevasway</dc:creator>
      <dc:date>2006-11-01T00:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134790#M3846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;just quick guess:&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Times-Roman"&gt;&lt;B&gt;&lt;FONT face="Helvetica-Bold" size="4"&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;P align="left"&gt;&lt;FONT face="Times-Roman"&gt;&lt;B&gt;&lt;FONT face="Helvetica-Bold" size="4"&gt;&lt;FONT size="2"&gt;System Options Register 1 (SOPT1)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT face="Times-Roman"&gt;&lt;B&gt;&lt;FONT face="Helvetica-Bold" size="4"&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;This high page register is a &lt;U&gt;write-once&lt;/U&gt; register so only the first write after reset is honored.&lt;P align="left"&gt;of course any DC load&amp;nbsp;or any other peripheral enabled in STOP mode&amp;nbsp;might add some more current on top of mentioned ones.&lt;/P&gt;&lt;P align="left"&gt;Regards, Pavel&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 00:26:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134790#M3846</guid>
      <dc:creator>ok2ucx</dc:creator>
      <dc:date>2006-11-01T00:26:09Z</dc:date>
    </item>
    <item>
      <title>Real Low power &amp; Watchdog</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134791#M3847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Pavel,&lt;BR /&gt;thank you for the annotation about SOPT write-once register.&lt;BR /&gt;&lt;BR /&gt;One more question about low power: is it possible to use the watchdog or there no&lt;BR /&gt;way to use it?&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;Stevasway&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 00:44:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134791#M3847</guid>
      <dc:creator>stevasway</dc:creator>
      <dc:date>2006-11-01T00:44:07Z</dc:date>
    </item>
    <item>
      <title>Real Low power &amp; Watchdog &amp; Clock sources Settings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134792#M3848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Uh, sorry&lt;BR /&gt;another question : I select a f_busclk = 1MHz with external 16MHz MC13192.&lt;BR /&gt;&lt;BR /&gt;Which is, in your opinion, the better choice for ultra low power?&lt;BR /&gt;&lt;BR /&gt;I saw in BeeKit PWRLib: 62.5KHz for the Radio and 16MHz for the MCU.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;Stevasway&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 01:03:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134792#M3848</guid>
      <dc:creator>stevasway</dc:creator>
      <dc:date>2006-11-01T01:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power &amp; Watchdog &amp; Clock sources Settings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134793#M3849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;attached are two screenshots from a scope datalogger thats connected across a 10ohm shunt at VIN to my circuit. (i.e. 1 Y-div = 5 mA)&lt;BR /&gt;&lt;BR /&gt;can someone please comment on the graphs and let me know if the profile you see there seem to match the annotations (and code)?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DEEPSLEEP MODE :&lt;BR /&gt;&lt;BR /&gt;UseMcuClock(); // MCU internal clock selected since we'll lose our external clock&lt;BR /&gt;&lt;BR /&gt;PWRLib_ClockSetup(SelfClk_2MHz);&lt;BR /&gt;&lt;BR /&gt;SPMSC1 = cSPMSC1Init_LVD_Disable; // disable LVD&lt;BR /&gt;&lt;BR /&gt;MC13192ContReset(); // Place the MC13192 into Reset mode&lt;BR /&gt;&lt;BR /&gt;PWR_HandleDeepSleep(STOP3_MODE, 5);&lt;BR /&gt;&lt;BR /&gt;RadioInit();&lt;BR /&gt;AppInit();&lt;BR /&gt;&lt;BR /&gt;// Restart to external clock appx. 10.8mS&lt;BR /&gt;MC13192Restart(); // Bring the MC13192 into the desired Idle condition.&lt;BR /&gt;MC13192Init();&lt;BR /&gt;MLMESetChannelRequest(2);&lt;BR /&gt;MLMESetMC13192ClockRate(0); // Set initial Clk speed&lt;BR /&gt;&lt;BR /&gt;UseExternalClock();&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- Also why is there so much fluctuation in the consumption between 2 RTI IRQs?&lt;P&gt;Message Edited by kbu on &lt;SPAN class="date_text"&gt;2006-10-31&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;04:27 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 06:20:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134793#M3849</guid>
      <dc:creator>kbu</dc:creator>
      <dc:date>2006-11-01T06:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power &amp; Watchdog &amp; Clock sources Settings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134794#M3850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Hello kbu,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Looking at your Sleep Power Profile plot, it is suggestive that you have a superimposed hum component, although the frequency seems a little low for 50/60 Hz hum pickup.&amp;nbsp; Is there anything in your code that cycles at about 16 Hz?&amp;nbsp; I might suggest that you increase the resistor value to, say 100 ohms, and also&amp;nbsp;place a schottky diode across the resistor to limit the voltage drop during transmit.&amp;nbsp; Then see if the waveform still&amp;nbsp;remains consistent with your current observations.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Can I assume that one side of the resistor is "grounded", and that you are not attempting a differential voltage measurement with the resistor in the positive supply lead?&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;The higher frequency "noise"&amp;nbsp;component seems to indicate that there is still clock activity somewhere.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Mac&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Message Edited by bigmac on &lt;SPAN class="date_text"&gt;2006-11-01&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;01:19 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 11:11:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134794#M3850</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2006-11-01T11:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power &amp; Watchdog &amp; Clock sources Settings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134795#M3851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;hi bigmac,&lt;BR /&gt;&lt;BR /&gt;I am actually doing a differential measurement, with a resistor in series with V+.&lt;BR /&gt;does that mess up the results?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 23:39:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134795#M3851</guid>
      <dc:creator>kbu</dc:creator>
      <dc:date>2006-11-01T23:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power &amp; Watchdog &amp; Clock sources Settings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134796#M3852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Hello kbu,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;For millivolt level signals, the differential measurement would mean that you would be more susceptable to pick up of extraraneous hum and noise during the measurement.&amp;nbsp; This would be especially so if the common mode (power supply) noise was&amp;nbsp;much greater than the signal you were attempting to measure, and the differential measurement was not precisely balanced.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;I would suggest that you place the low value resistor in the negative side, and use a ground-referenced measurement, to see if the results are significantly different.&amp;nbsp; Provided the voltage drop is small, hopefully the degredation of supply regulation won't affect the operation of the MCU too much.&amp;nbsp; You may still need to connect a schottky diode across the resistor, to cater for the much larger transmit current.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Mac&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 12:04:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134796#M3852</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2006-11-02T12:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134797#M3853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi all,&lt;BR /&gt;I'm glad to know that Low Power discussion is hot.&lt;BR /&gt;&lt;BR /&gt;I have two questions regarding low power:&lt;BR /&gt;&lt;BR /&gt;1 - Use of a watchdog in a low power code : is possible?&lt;BR /&gt;2 - SMAC &amp;amp; PWRLIB : does anyone knows anything?&lt;BR /&gt;&lt;BR /&gt;Stevasway&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 18:13:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134797#M3853</guid>
      <dc:creator>stevasway</dc:creator>
      <dc:date>2006-11-02T18:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134798#M3854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;gt;1 - Use of a watchdog in a low power code : is possible?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In the S08GB family, the watchdog (COP) is driven out of BUCLK signal, thus in sleep mode, there's no clock available and no watchdog.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In contrary, S08QG family has an option of COP being driven out of internal ~1kHz oscillator (see chapter 5.4 of S08QG8 datasheet).&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;gt;2 - SMAC &amp;amp; PWRLIB : does anyone knows anything?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;What do you need to know? SMAC are just simple drivers to handle MC1319x, MC1320x and MC1321x chip. Regarding the power saving features there are few functions to handle these. E.g. MLMEDozeRequest(), etc., all fully described in the reference manual.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards, Pavel&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 20:45:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134798#M3854</guid>
      <dc:creator>ok2ucx</dc:creator>
      <dc:date>2006-11-02T20:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134799#M3855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Pavel,&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;So if I go into STOP3 (SelfMcuClock) the watchdog is enabled or not? When I return from a STOP3 the watchdog is in the same previous state?&lt;BR /&gt;&lt;BR /&gt;Using kbu previous example code:&lt;BR /&gt;while (1)&lt;BR /&gt;{&lt;BR /&gt;UseMcuClock(); // MCU internal clock selected since we'll lose our external clock&lt;BR /&gt;&lt;BR /&gt;//----&amp;gt; now the watchdog test is not running, so I must not reset the watchdog&lt;BR /&gt;&lt;BR /&gt;PWRLib_ClockSetup(SelfClk_2MHz);&lt;BR /&gt;SPMSC1 = cSPMSC1Init_LVD_Disable; // disable LVD&lt;BR /&gt;MC13192ContReset(); // Place the MC13192 into Reset mode&lt;BR /&gt;PWR_HandleDeepSleep(STOP3_MODE, 5);&lt;BR /&gt;&lt;BR /&gt;RadioInit();&lt;BR /&gt;AppInit();&lt;BR /&gt;&lt;BR /&gt;// Restart to external clock appx. 10.8mS&lt;BR /&gt;MC13192Restart(); // Bring the MC13192 into the desired Idle condition.&lt;BR /&gt;MC13192Init();&lt;BR /&gt;MLMESetChannelRequest(2);&lt;BR /&gt;MLMESetMC13192ClockRate(0); // Set initial Clk speed&lt;BR /&gt;UseExternalClock();&lt;BR /&gt;__RESET_WATCHDOG(); //Now the watchdog test is running&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;If I use :&lt;BR /&gt;LOW_POWER_WHILE() _asm wait?&lt;BR /&gt;&lt;BR /&gt;2&amp;gt;&lt;BR /&gt;With 802.15.4 stack (BeeKit) is possible to include PWRLIB functions. They are very useful configurable libs, I thought that there was something of similar for SMAC stack, because I heard someone has already written something.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 22:29:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134799#M3855</guid>
      <dc:creator>stevasway</dc:creator>
      <dc:date>2006-11-02T22:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134800#M3856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;hi stevasway,&lt;BR /&gt;&lt;BR /&gt;I'm not 100% sure but I think you can't use COP while in the stop modes. I couldn't find anything explicit in the datasheets but the sample code in AN2493 they switch off COP before going into sleep.&lt;BR /&gt;&lt;BR /&gt;BTW are you able to go into stop3 right now with the code you have? what current consumption are you seeing?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 23:07:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134800#M3856</guid>
      <dc:creator>kbu</dc:creator>
      <dc:date>2006-11-03T23:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134801#M3857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;BTW Pavel,&lt;BR /&gt;when you say we should be able to see 1.1uA in stop3, do you have your circuit configured with an external 32K xtal, or using the internal FLL?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 23:49:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134801#M3857</guid>
      <dc:creator>kbu</dc:creator>
      <dc:date>2006-11-03T23:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134802#M3858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;1.1uA is far too low to be using a FLL.&lt;BR /&gt;Isn't STOP3 = full stop ? In this case, even the 32kHz XTAL is off.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Alban.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2006 01:54:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134802#M3858</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-11-04T01:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134803#M3859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Then any other idea why I might be getting this high consumption?&lt;BR /&gt;&lt;BR /&gt;I'm definately in Stop3, all the things the app note asks I have turned off. The only thing I can't be sure of is if the Radio is still drawing more current.&lt;BR /&gt;&lt;BR /&gt;one thing I'm a little confused about is how the RTI gets its clock source when its sleeping? the datasheet seems to suggest that the RTI has its own internal source (is this different than the low precision ICG??) if so when the stop code is actually called does the ICG and FLL completely stop working??&lt;BR /&gt;&lt;BR /&gt;if its infact using the ICG's low precision clock, whats the lowest frequency I should be running at? Just before going into stop I manually set the system frequency down to ~50kHz.&lt;BR /&gt;&lt;BR /&gt;Has anyone actually gotten the MC1321x with a 16Mhz crystal connected to the RF and no other external crystal, to go into this deep sleep mode and seen it draw less than 1 uA (heck I'll take 10uA if possible)&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2006 10:30:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134803#M3859</guid>
      <dc:creator>kbu</dc:creator>
      <dc:date>2006-11-04T10:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power &amp; Watchdog &amp; Clock sources Settings</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134804#M3860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;hi bigmac,&lt;BR /&gt;any chance for a rough diagram explaining the connection you were talking about?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Nov 2006 01:13:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134804#M3860</guid>
      <dc:creator>kbu</dc:creator>
      <dc:date>2006-11-05T01:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Real Low power</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134805#M3861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Kbu,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Yes, &lt;STRONG&gt;RTI has 1kHz clock source&lt;/STRONG&gt; (see Chapter 5.7 of datsheet S08GT60). Having a small dedicated RC oscillator helps achieveing very low consumption whilst still having a regular interrupt.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I wrongly assumed STOP3 was the deepest sleep as you wanted to achieve low power. But:&lt;/DIV&gt;&lt;DIV&gt;&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT face="Comic Sans MS"&gt;Stop modes: see Chapter 3.2 of datasheet S08GT60&lt;BR /&gt;– System clocks stopped; voltage regulator in standby&lt;BR /&gt;– Stop1 — Full power down of internal circuits for maximum power savings&lt;BR /&gt;– Stop2 — Partial power down of internal circuits, RAM contents retained&lt;BR /&gt;– Stop3 — All internal circuits powered for fast recovery&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;As with STOP3 everything stays powered-up, no wonder you get a high IDD.&lt;BR /&gt;Think about using STOP1 to get to very low consumption. It's a bit more work, but STOP3 is not really a STOP mode, but &lt;STRONG&gt;rather a WAIT&lt;/STRONG&gt;...&lt;/P&gt;&lt;P align="left"&gt;Alban.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Nov 2006 19:15:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Real-Low-power/m-p/134805#M3861</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-11-05T19:15:21Z</dc:date>
    </item>
  </channel>
</rss>

