<?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>LPC Microcontrollers中的主题 Unexpected sram content after a wake up from power down (LPC802)</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Unexpected-sram-content-after-a-wake-up-from-power-down-LPC802/m-p/1491687#M49639</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;My software context:&lt;/P&gt;&lt;P&gt;The LPC802 is configured to have WKT interruption each 100ms. And inside WKT_IRQHandler, I increments a counter.&lt;/P&gt;&lt;P&gt;LPC802&amp;nbsp; goes to "power down"&amp;nbsp; mode after the execution of WKT_IRQHandler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue:&lt;/P&gt;&lt;P&gt;When i look the real time "global variable", my counter is well incremented but it takes some unexpected value&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jul 2022 10:00:15 GMT</pubDate>
    <dc:creator>emmanuelJJ</dc:creator>
    <dc:date>2022-07-19T10:00:15Z</dc:date>
    <item>
      <title>Unexpected sram content after a wake up from power down (LPC802)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Unexpected-sram-content-after-a-wake-up-from-power-down-LPC802/m-p/1491687#M49639</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;My software context:&lt;/P&gt;&lt;P&gt;The LPC802 is configured to have WKT interruption each 100ms. And inside WKT_IRQHandler, I increments a counter.&lt;/P&gt;&lt;P&gt;LPC802&amp;nbsp; goes to "power down"&amp;nbsp; mode after the execution of WKT_IRQHandler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue:&lt;/P&gt;&lt;P&gt;When i look the real time "global variable", my counter is well incremented but it takes some unexpected value&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 10:00:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Unexpected-sram-content-after-a-wake-up-from-power-down-LPC802/m-p/1491687#M49639</guid>
      <dc:creator>emmanuelJJ</dc:creator>
      <dc:date>2022-07-19T10:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected sram content after a wake up from power down (LPC802)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Unexpected-sram-content-after-a-wake-up-from-power-down-LPC802/m-p/1492242#M49648</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;but it takes some unexpected value&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;-&amp;gt;&amp;gt; Could you please describe more about the unexpected value?&amp;nbsp; What value it is? And what value it should be?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 07:17:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Unexpected-sram-content-after-a-wake-up-from-power-down-LPC802/m-p/1492242#M49648</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-07-20T07:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected sram content after a wake up from power down (LPC802)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Unexpected-sram-content-after-a-wake-up-from-power-down-LPC802/m-p/1493901#M49667</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For example about a constante variable:&lt;/P&gt;&lt;P&gt;- During active mode, constante variable equals to 200. ==&amp;gt; OK for me.&lt;/P&gt;&lt;P&gt;- During low power mode, this constante variable equals to 53765 or 53760 ==&amp;gt; Normal behavior??&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emmanuelJJ_0-1658478335915.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187511iDE2CC49C26693B0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emmanuelJJ_0-1658478335915.png" alt="emmanuelJJ_0-1658478335915.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 08:29:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Unexpected-sram-content-after-a-wake-up-from-power-down-LPC802/m-p/1493901#M49667</guid>
      <dc:creator>emmanuelJJ</dc:creator>
      <dc:date>2022-07-22T08:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected sram content after a wake up from power down (LPC802)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Unexpected-sram-content-after-a-wake-up-from-power-down-LPC802/m-p/1494574#M49681</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;Const data should in Flash memory, not SRAM, please check on your side.&lt;/P&gt;
&lt;P&gt;ANd in Power-down mode, the FLASH is off.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1658732910767.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187656iBEF29A215FBCE9E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1658732910767.png" alt="Alice_Yang_0-1658732910767.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 07:08:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Unexpected-sram-content-after-a-wake-up-from-power-down-LPC802/m-p/1494574#M49681</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-07-25T07:08:38Z</dc:date>
    </item>
  </channel>
</rss>

