<?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>topic Re: LPCXpresso MAP file in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-MAP-file/m-p/651790#M32718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The naming used is to allow the item&amp;nbsp;to be placed into the correct memory block&amp;nbsp;by the linker script.&amp;nbsp;However the cr_section_macros.h header also provides macros "__BSS_EXT" and __DATA_EXT" which can be used to&amp;nbsp;place DATA/BSS items&amp;nbsp;into a more specifically named section than the default ".BSS.$RAM3" etc using something like:&lt;/P&gt;&lt;PRE style="padding-left: 30px;"&gt;__BSS_EXT(RAM3,digitaliotaskstack) osStack_t digitaliotaskstack[128];&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 13:13:51 GMT</pubDate>
    <dc:creator>lpcxpresso_supp</dc:creator>
    <dc:date>2017-02-20T13:13:51Z</dc:date>
    <item>
      <title>LPCXpresso MAP file</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-MAP-file/m-p/651789#M32717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When mapping variables to memory regions other then the default BSS, the map file seems to not attach the variable name.&lt;/P&gt;&lt;P&gt;Why is that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;E.g.:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;static osStack_t digitaliotaskstack[128];&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Will appear in the map file:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;.bss.digitaliotaskstack&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x02002d64 0x200 ./app/digital_io.o&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Where as mapped to RAM3 bank:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;static __BSS(RAM3) osStack_t digitaliotaskstack[128];&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;it will appear in the map file as:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;.bss.$RAM3 &amp;nbsp; &amp;nbsp; 0x02005868 &amp;nbsp; &amp;nbsp; &amp;nbsp;0x200 ./app/digital_io.o&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That seem strange to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Shlomi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 00:36:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-MAP-file/m-p/651789#M32717</guid>
      <dc:creator>shlomi</dc:creator>
      <dc:date>2017-02-20T00:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso MAP file</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-MAP-file/m-p/651790#M32718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The naming used is to allow the item&amp;nbsp;to be placed into the correct memory block&amp;nbsp;by the linker script.&amp;nbsp;However the cr_section_macros.h header also provides macros "__BSS_EXT" and __DATA_EXT" which can be used to&amp;nbsp;place DATA/BSS items&amp;nbsp;into a more specifically named section than the default ".BSS.$RAM3" etc using something like:&lt;/P&gt;&lt;PRE style="padding-left: 30px;"&gt;__BSS_EXT(RAM3,digitaliotaskstack) osStack_t digitaliotaskstack[128];&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-MAP-file/m-p/651790#M32718</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-02-20T13:13:51Z</dc:date>
    </item>
  </channel>
</rss>

