<?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>MQX Software Solutions中的主题 How to Access Memory</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Access-Memory/m-p/219465#M5743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone give me a example code to store a structure&amp;nbsp; in particular memory address.&lt;/P&gt;&lt;P&gt;Structure consist of data members (a) string (b)pointer to next structure.&lt;/P&gt;&lt;P&gt;Please reply,thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jan 2013 08:58:50 GMT</pubDate>
    <dc:creator>netra</dc:creator>
    <dc:date>2013-01-01T08:58:50Z</dc:date>
    <item>
      <title>How to Access Memory</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Access-Memory/m-p/219465#M5743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone give me a example code to store a structure&amp;nbsp; in particular memory address.&lt;/P&gt;&lt;P&gt;Structure consist of data members (a) string (b)pointer to next structure.&lt;/P&gt;&lt;P&gt;Please reply,thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2013 08:58:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Access-Memory/m-p/219465#M5743</guid>
      <dc:creator>netra</dc:creator>
      <dc:date>2013-01-01T08:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Access Memory</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Access-Memory/m-p/219466#M5744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is compiler specific so you have to look at the compiler you are using and determine from their documentation how best to accomplish that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using codewarrior the forum for that is:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/space/2020"&gt;CodeWarrior Development Tools&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GCC uses __attribute__ specifiers to place variables into sections. Your linker script then has to allocate those sections to the correct addresses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ARMCC (Keil) also use the __attribute__ specifiers just as GCC but also has the ability to use the specifer "at" which allows you to directly place a variable (or structure) at the given address without having to change your scatter file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2013 17:12:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Access-Memory/m-p/219466#M5744</guid>
      <dc:creator>BryGuyH</dc:creator>
      <dc:date>2013-01-01T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Access Memory</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Access-Memory/m-p/219467#M5745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I prefer the placement specification in the linker file and name the section where you want to place those symbols. Because the linker is responsible about symbol placement, it is good approach to define it in the linker file. And it is good to have everything related to the symbol placement in one file instead of many.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 06:21:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Access-Memory/m-p/219467#M5745</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2013-01-02T06:21:01Z</dc:date>
    </item>
  </channel>
</rss>

