<?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: Beestack &amp; PWR_EnterLowPower - DEEPSLEEP</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beestack-PWR-EnterLowPower-DEEPSLEEP/m-p/130731#M2563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Roberto,&lt;BR /&gt;&lt;BR /&gt;I'm starting to use the Pwr module but i have a problem, when the device goes in deep sleep mode it never come back... I have try to set different value for cPWR_RTITickTime and cPWR_RTITicks without success.&lt;BR /&gt;Do you have any suggestion to me?&lt;BR /&gt;&lt;BR /&gt;regards, Filippo&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 22:01:54 GMT</pubDate>
    <dc:creator>Spell</dc:creator>
    <dc:date>2007-10-18T22:01:54Z</dc:date>
    <item>
      <title>Beestack &amp; PWR_EnterLowPower - DEEPSLEEP</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beestack-PWR-EnterLowPower-DEEPSLEEP/m-p/130729#M2561</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 am working on the Beestack and freescale SARD modules. I enabled the Power Libs on the End Device (ED) and I am tring to take it in --&amp;gt; DeepSleep Mode. The PWR_EnterLowPower function checks for any pending timer and allows the ED to go sleep in DEEPSLEEP mode only if there are no active timers!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunatly I noticed that 1 timer not expires so I am not able to enter the DeepSleep mode ( but only the PWR_Sleep) !I tried to Stop all timer unnecessary but I am not able to find the active timer. I think it is a repeating timer allocated by the TMR_StartIntervalTimer() function...but what??Does anyone can help me??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank in advance...&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 00:12:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Beestack-PWR-EnterLowPower-DEEPSLEEP/m-p/130729#M2561</guid>
      <dc:creator>roby</dc:creator>
      <dc:date>2007-04-17T00:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Beestack &amp; PWR_EnterLowPower - DEEPSLEEP</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beestack-PWR-EnterLowPower-DEEPSLEEP/m-p/130730#M2562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi all,&lt;BR /&gt;I solved the Deep Sleep problem. &lt;SPAN&gt;Unknowingly during some tests, I set the End Device Intervall Poll to a non-zero value into the BeeKit and I exported the properties...Afterwards I forgot to restore the value to zero!&lt;BR /&gt;For your information I noticed Beestack contains the following code&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;#ifdef gLpmIncluded_d&lt;BR /&gt;&amp;nbsp;#if gLpmIncluded_d&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;#ifdef mDefaultValueOfPollTimeOut_c&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#undef mDefaultValueOfPollTimeOut_c&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;#endif&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;#define mDefaultValueOfPollTimeOut_c 0x00000000&lt;BR /&gt;&amp;nbsp;#endif&lt;BR /&gt;#endif&lt;BR /&gt;&lt;BR /&gt;and this&lt;/SPAN&gt; &lt;SPAN&gt;get me sidetracked! P&lt;/SPAN&gt;&lt;SPAN&gt;robably the code above does not avoid the Beestack start a TMR_StartIntervalTimer...which remains active and does not allows the End Device to enter in DEEP SLEEP mode!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Roberto&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 21:17:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Beestack-PWR-EnterLowPower-DEEPSLEEP/m-p/130730#M2562</guid>
      <dc:creator>roby</dc:creator>
      <dc:date>2007-04-19T21:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Beestack &amp; PWR_EnterLowPower - DEEPSLEEP</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beestack-PWR-EnterLowPower-DEEPSLEEP/m-p/130731#M2563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Roberto,&lt;BR /&gt;&lt;BR /&gt;I'm starting to use the Pwr module but i have a problem, when the device goes in deep sleep mode it never come back... I have try to set different value for cPWR_RTITickTime and cPWR_RTITicks without success.&lt;BR /&gt;Do you have any suggestion to me?&lt;BR /&gt;&lt;BR /&gt;regards, Filippo&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 22:01:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Beestack-PWR-EnterLowPower-DEEPSLEEP/m-p/130731#M2563</guid>
      <dc:creator>Spell</dc:creator>
      <dc:date>2007-10-18T22:01:54Z</dc:date>
    </item>
  </channel>
</rss>

