<?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>LPCXpresso IDE中的主题 Re: How do I create a non initialized variable</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-do-I-create-a-non-initialized-variable/m-p/566856#M18637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Fri Apr 25 01:07:44 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What is an "int32"? Where is the type int32 defined?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This compiles for me (using a standard C data type):&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
__attribute__ ((section(".noinit"))) volatile int&amp;nbsp; variable;
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:46:22 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:46:22Z</dc:date>
    <item>
      <title>How do I create a non initialized variable</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-do-I-create-a-non-initialized-variable/m-p/566855#M18636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kcarolan on Thu Apr 24 18:56:34 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the Lpc11e14 and I need to create a few variable the will not get initialized when I come out of reset.&amp;nbsp; I am putting the Lpc11e14 to sleep and using the WDT to bring the Lpx11exx out of sleep.&amp;nbsp; I would like to keep the variables intact when I come out of sleep. I did a search on un-initialized variable in lpcxpresso and found the following but I could not get it to compile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;volatile int32 __attribute__ ((section(“.noinit”))) variable;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Kevin&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:46:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-do-I-create-a-non-initialized-variable/m-p/566855#M18636</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a non initialized variable</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-do-I-create-a-non-initialized-variable/m-p/566856#M18637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Fri Apr 25 01:07:44 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What is an "int32"? Where is the type int32 defined?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This compiles for me (using a standard C data type):&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
__attribute__ ((section(".noinit"))) volatile int&amp;nbsp; variable;
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:46:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-do-I-create-a-non-initialized-variable/m-p/566856#M18637</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a non initialized variable</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-do-I-create-a-non-initialized-variable/m-p/566857#M18638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Fri Apr 25 04:10:36 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fnoinit-memory-sections" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/noinit-memory-sections&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:46:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-do-I-create-a-non-initialized-variable/m-p/566857#M18638</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:46:22Z</dc:date>
    </item>
  </channel>
</rss>

