<?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: When is PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep called? in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822205#M16789</link>
    <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221958"&gt;@Tome-mbedded&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure it enters this if condition?&lt;/P&gt;
&lt;P&gt;Can you please set bDbug to True or add some logs here to double confirm it enters this "if" condition?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if ((u16ActivityCount == u8ValNumberOfNonSleepPreventingTimers) &amp;amp;&amp;amp;
        (0 == u8ValNumberOfTimersTaskTimers))
    {
        if (bDebug) DBG_vPrintf(TRACE_SLEEP_HANDLER, ", SLEEP YES");&lt;/LI-CODE&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2024 07:49:19 GMT</pubDate>
    <dc:creator>Christine_Li</dc:creator>
    <dc:date>2024-03-06T07:49:19Z</dc:date>
    <item>
      <title>When is PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep called?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1814998#M16710</link>
      <description>&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;In 1246 project function vAttemptToSleep (), when u16ActivityCount = = u8ValNumberOfNonSleepPreventingTimers will into the sleep state, I don't know where is this mLPMFlag assignment; I don't know when PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep are called&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获2.PNG" style="width: 951px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/264868i0BEAECA39FD6F81D/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获2.PNG" alt="捕获2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获3.PNG" style="width: 979px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/264869i86DE4A6D87B82A4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获3.PNG" alt="捕获3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When are these two functions called? I can't tell from the log print where it was called。&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获4.PNG" style="width: 671px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/264871i28039F90BD820B00/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获4.PNG" alt="捕获4.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获5.PNG" style="width: 706px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/264870i35F2C841CDF6F83C/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获5.PNG" alt="捕获5.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 10:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1814998#M16710</guid>
      <dc:creator>Tome-mbedded</dc:creator>
      <dc:date>2024-02-25T10:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: When is PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep called?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1816524#M16724</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221958"&gt;@Tome-mbedded&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: nowrap;"&gt;
&lt;P style="background-color: #e8f2fe;"&gt;&lt;SPAN&gt;extern&lt;/SPAN&gt;&lt;SPAN&gt; uint8_t &lt;/SPAN&gt;&lt;SPAN&gt;mLPMFlag&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;is controlled by the Macro:&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: nowrap;"&gt;
&lt;P style="background-color: #e8f2fe;"&gt;&lt;SPAN&gt;APP_LOW_POWER_API&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: nowrap;"&gt;
&lt;P style="background-color: #e8f2fe;"&gt;&lt;SPAN&gt;K32W148EVK&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Please check and make sure the first one is defined and the second one is not defined.&lt;/P&gt;
&lt;P&gt;2.I did search in the V2008 JN-AN-1246 source code, but I didn't find these 2 functions.&lt;/P&gt;
&lt;P&gt;Can you please let&amp;nbsp; me know the file and file path of these 2 functions?&lt;/P&gt;
&lt;P&gt;Can you please let me know where did you download the&amp;nbsp;JN-AN-1246.zip？&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 11:13:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1816524#M16724</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2024-02-27T11:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: When is PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep called?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1816723#M16725</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I'm using the JN5189 chip.Below is the download link for the 1246sensor project.&amp;nbsp; I downloaded it earlier, version 2007.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com.cn/products/wireless-connectivity/thread/jn5189-88-t-high-performance-and-ultra-low-power-mcus-for-zigbee-and-thread-with-built-in-nfc-option:JN5189_88_T" target="_blank"&gt;https://www.nxp.com.cn/products/wireless-connectivity/thread/jn5189-88-t-high-performance-and-ultra-low-power-mcus-for-zigbee-and-thread-with-built-in-nfc-option:JN5189_88_T&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tomembedded_0-1709050901063.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/265328i3CF0D12C204E5410/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tomembedded_0-1709050901063.png" alt="Tomembedded_0-1709050901063.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;1、The mLPMFlag variable is defined in JN5189DK6&lt;/P&gt;&lt;P&gt;The PWR_DisallowDeviceToSleep and PWR_AllowDeviceToSleep functions are also defined in JN5189DK6.Here are their paths&lt;/P&gt;&lt;P&gt;JN5189DK6\middleware\wireless\framework\LowPower\Source\jn5189dk6\PWR.c&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tomembedded_1-1709051304713.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/265329iB37A3D1D5A44268A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tomembedded_1-1709051304713.png" alt="Tomembedded_1-1709051304713.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The APP LOW POWER API is defined in the makefile&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tomembedded_2-1709051404195.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/265330iB3E5947B796D4174/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tomembedded_2-1709051404195.png" alt="Tomembedded_2-1709051404195.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2、I don't know when u16ActivityCount u8ValNumberOfNonSleepPreventingTimers equal, they are equal to to sleep. But my sensor codes, sometimes they're not equal, so they don't go to sleep. What's the reason?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tomembedded_3-1709051972101.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/265332i5725BAFFDCAD85EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tomembedded_3-1709051972101.png" alt="Tomembedded_3-1709051972101.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 16:50:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1816723#M16725</guid>
      <dc:creator>Tome-mbedded</dc:creator>
      <dc:date>2024-02-27T16:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: When is PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep called?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1817419#M16740</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221958"&gt;@Tome-mbedded&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;There is another condition to enter sleep mode.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;    if ((u16ActivityCount == u8ValNumberOfNonSleepPreventingTimers) &amp;amp;&amp;amp;
        (0 == u8ValNumberOfTimersTaskTimers))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the both conditions meet, then can enter to sleep.&lt;/P&gt;
&lt;P&gt;And you can also print more logs to see whether is equal.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 10:25:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1817419#M16740</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2024-02-28T10:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: When is PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep called?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822124#M16783</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221958"&gt;@Tome-mbedded&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anything else I can do for you on this case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 06:45:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822124#M16783</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2024-03-06T06:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: When is PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep called?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822160#M16786</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;Sorry for the late reply&lt;/P&gt;&lt;P&gt;The second condition is set up (0 = = u8ValNumberOfTimersTaskTimers), but the first condition is not set up (&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;(u16ActivityCount == &lt;/SPAN&gt;&lt;SPAN&gt;u8ValNumberOfNonSleepPreventingTimers&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tomembedded_0-1709709454684.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/266719i32E7065BB4EF70C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tomembedded_0-1709709454684.png" alt="Tomembedded_0-1709709454684.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Sometimes the Activity is equal to 1, it equals the u8ValNumberOfNonSleepPreventingTimers, it can sleep.&amp;nbsp;What is the reason for this?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 07:27:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822160#M16786</guid>
      <dc:creator>Tome-mbedded</dc:creator>
      <dc:date>2024-03-06T07:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: When is PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep called?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822205#M16789</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221958"&gt;@Tome-mbedded&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure it enters this if condition?&lt;/P&gt;
&lt;P&gt;Can you please set bDbug to True or add some logs here to double confirm it enters this "if" condition?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if ((u16ActivityCount == u8ValNumberOfNonSleepPreventingTimers) &amp;amp;&amp;amp;
        (0 == u8ValNumberOfTimersTaskTimers))
    {
        if (bDebug) DBG_vPrintf(TRACE_SLEEP_HANDLER, ", SLEEP YES");&lt;/LI-CODE&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 07:49:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822205#M16789</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2024-03-06T07:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: When is PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep called?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822260#M16791</link>
      <description>&lt;P&gt;thank you，&lt;/P&gt;&lt;P&gt;Can't go to the if condition, because u16ActivityCount U8ValNumberOfNonSleepPreventingTimers is not equal. u16ActivityCount Where does the value of this variable come from? The routine u8ValNumberOfNonSleepPreventingTimers this value is 1 or 2, but print u16ActivityCount this value may be greater than 3. So it can't be equal u8ValNumberOfNonSleepPreventingTimers. So&amp;nbsp; can't go into the if condition&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tomembedded_0-1709713847766.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/266749i69F22B8D891899F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tomembedded_0-1709713847766.png" alt="Tomembedded_0-1709713847766.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 08:36:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822260#M16791</guid>
      <dc:creator>Tome-mbedded</dc:creator>
      <dc:date>2024-03-06T08:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: When is PWR_AllowDeviceToSleep and PWR_DisallowDeviceToSleep called?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822957#M16803</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221958"&gt;@Tome-mbedded&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;u16ActivityCount Where does the value of this variable come from?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;==&amp;gt; Please see below for the source of &lt;SPAN&gt;u16ActivityCount.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#ifdef APP_LOW_POWER_API
#ifndef K32W148EVK
    u16ActivityCount = mLPMFlag;
#else
    u16ActivityCount = PWRM_u16GetActivityCount();
#endif
#else
    u16ActivityCount = PWRM_u16GetActivityCount();
#endif&lt;/LI-CODE&gt;&lt;P&gt;So you need to check the MACRO:&amp;nbsp;APP_LOW_POWER_API and&amp;nbsp;K32W148EVK.&lt;/P&gt;&lt;P&gt;If you are not sure, you can add some wrong method, and try to compile to see whether have compile errors.&lt;/P&gt;&lt;P&gt;And for your information:&amp;nbsp;PWRM_u16GetActivityCount() function is defined in our internal SDK. There is no source code available for us. We only provide this API, you can check&amp;nbsp;docs/wireless/Zigbee/JN-UG-3133-Core-Utilities.pdf in your SDK directory to see explanation of this API.&lt;/P&gt;&lt;P&gt;And&amp;nbsp;mLPMFlag is defined in the&amp;nbsp;middleware/wireless/framework/LowPower/Source/jn5189dk6/PWR.c&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;uint8_t mLPMFlag               = gAllowDeviceToSleep_c;&lt;/LI-CODE&gt;&lt;P&gt;Then&lt;/P&gt;&lt;P&gt;middleware/wireless/framework/LowPower/Interface/jn5189dk6/PWR_Interface.h&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#ifndef gAllowDeviceToSleep_c
#define gAllowDeviceToSleep_c 0
#endif&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 05:22:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/When-is-PWR-AllowDeviceToSleep-and-PWR-DisallowDeviceToSleep/m-p/1822957#M16803</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2024-03-07T05:22:17Z</dc:date>
    </item>
  </channel>
</rss>

