<?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: Ram Data after MCU Reset</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Ram-Data-after-MCU-Reset/m-p/193976#M15147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know that micro variant, but typically the Ram memory is not affected by a reset.&lt;/P&gt;&lt;P&gt;Only a low supply voltage will corrupt it.&lt;/P&gt;&lt;P&gt;don&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2012 16:54:17 GMT</pubDate>
    <dc:creator>donw</dc:creator>
    <dc:date>2012-09-03T16:54:17Z</dc:date>
    <item>
      <title>Ram Data after MCU Reset</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Ram-Data-after-MCU-Reset/m-p/193975#M15146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm using MC68HC908AP64.My question is,&amp;nbsp;is the RAM data will be cleared to 0 after MCU Reset from watchdog or RAM can memorize the data value after MCU reset?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 16:25:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Ram-Data-after-MCU-Reset/m-p/193975#M15146</guid>
      <dc:creator>bobkang</dc:creator>
      <dc:date>2012-09-03T16:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ram Data after MCU Reset</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Ram-Data-after-MCU-Reset/m-p/193976#M15147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know that micro variant, but typically the Ram memory is not affected by a reset.&lt;/P&gt;&lt;P&gt;Only a low supply voltage will corrupt it.&lt;/P&gt;&lt;P&gt;don&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 16:54:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Ram-Data-after-MCU-Reset/m-p/193976#M15147</guid>
      <dc:creator>donw</dc:creator>
      <dc:date>2012-09-03T16:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ram Data after MCU Reset</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Ram-Data-after-MCU-Reset/m-p/193977#M15148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx a lot!&lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;And if I declare a variable without initialization. In the program,the value of this variable is&amp;nbsp;set to&amp;nbsp;0&amp;nbsp;by&amp;nbsp;default or it will be assigned to a random value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 18:27:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Ram-Data-after-MCU-Reset/m-p/193977#M15148</guid>
      <dc:creator>bobkang</dc:creator>
      <dc:date>2012-09-03T18:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ram Data after MCU Reset</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Ram-Data-after-MCU-Reset/m-p/193978#M15149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After a POR or LVD reset, the state of each RAM location will be undefined.&amp;nbsp; After other types of reset, the RAM will retain the state that existed prior to the reset.&amp;nbsp; This is what the &lt;U&gt;hardware&lt;/U&gt; does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following any type of&amp;nbsp;reset, what then happens will depend on whether &lt;U&gt;ANSI initialisation&lt;/U&gt; was enabled or disabled when the project was first created.&amp;nbsp; If enabled, the global and static variables will be initialised within a "copydown" process.&amp;nbsp; Any variables that do not have an explicit initialisation value will be zeroed.&amp;nbsp; This does not apply to any local variables which reside on the stack.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If ANSI initialisation was disabled, the copydown process does not occur, so all variables will remain undefined, even if explicitly initialised in the variable defininition.&amp;nbsp; In this case, you would need to assign a value to&amp;nbsp;each variable when it is first used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 07:52:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Ram-Data-after-MCU-Reset/m-p/193978#M15149</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2012-09-04T07:52:30Z</dc:date>
    </item>
  </channel>
</rss>

