<?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のトピックGlobal variable on LPC1113</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Global-variable-on-LPC1113/m-p/540712#M7116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by maxmel on Thu Jan 06 09:06:53 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]Hi, [/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2][/SIZE][/FONT] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]I have got a question on the placement on the global variables :[/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]the unsigned char and unsigned&amp;nbsp; int&amp;nbsp; are not located in the file .map in the order of their declarations [/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]there is no optimization selected[/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2] [/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]What is the reason?&amp;nbsp; How to fix their addresses?[/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2][/SIZE][/FONT] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]Thank you[/SIZE][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:29:18 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:29:18Z</dc:date>
    <item>
      <title>Global variable on LPC1113</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Global-variable-on-LPC1113/m-p/540712#M7116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by maxmel on Thu Jan 06 09:06:53 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]Hi, [/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2][/SIZE][/FONT] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]I have got a question on the placement on the global variables :[/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]the unsigned char and unsigned&amp;nbsp; int&amp;nbsp; are not located in the file .map in the order of their declarations [/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]there is no optimization selected[/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2] [/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]What is the reason?&amp;nbsp; How to fix their addresses?[/SIZE][/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2][/SIZE][/FONT] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Verdana][SIZE=2]Thank you[/SIZE][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:29:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Global-variable-on-LPC1113/m-p/540712#M7116</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Global variable on LPC1113</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Global-variable-on-LPC1113/m-p/540713#M7117</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 Thu Jan 06 10:04:50 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The C language does not provide any guarantees about where globals will be placed. It all depends on how the compiler (and linker) decide to place them. If you need your char and int to be 'next' to each other, place them in a structure. If you want to physically locate them at a specific location in flash, look at the CRP examples to see how this is done.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:29:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Global-variable-on-LPC1113/m-p/540713#M7117</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Global variable on LPC1113</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Global-variable-on-LPC1113/m-p/540714#M7118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by maxmel on Fri Jan 07 01:17:30 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:29:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Global-variable-on-LPC1113/m-p/540714#M7118</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:29:20Z</dc:date>
    </item>
  </channel>
</rss>

