<?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: Fill Memory and Global Variable Address Modifier (@address) in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594905#M13348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Axel,&lt;/P&gt;&lt;P&gt;Could you please tell me which version of CW do you used ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2016 02:24:27 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2016-07-22T02:24:27Z</dc:date>
    <item>
      <title>Fill Memory and Global Variable Address Modifier (@address)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594903#M13346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am using the Global Variable Address Modifier (@address) to place eeprom variables at a specific location like:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;const uint8 EEP_LOWER_TEMP @0x100000U = 85;&lt;/P&gt;&lt;P&gt;const uint8 EEP_UPPER_TEMP_MTR @0x100004U = 100;&lt;/P&gt;&lt;P&gt;const uint8 EEP_UPPER_TEMP_LED @0x100008U = 100;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using 4 byte aligement in the eeprom to simplify the writing. My question is how to fill the memory&lt;/P&gt;&lt;P&gt;between two variables? In my example i am using a 1 byte variable. The linker generates a section for each variable&lt;/P&gt;&lt;P&gt;witch is excatly as big as the variable. If i am using the linker to fill my whole eeprom i get conflicts with overlapping segments. If i do not fill there will be gabs in the .sx file.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style=""&gt;EEPROM&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD style=""&gt;= READ_ONLY&amp;nbsp;&amp;nbsp; 0x100000 TO 0x1007FF FILL 0xFF;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;...&lt;/P&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style=""&gt;&lt;/TD&gt;&lt;TD style=""&gt;EEPROM_PARAM&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD style=""&gt;INTO&amp;nbsp; EEPROM;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a solution to combine the global variable adress modifier with the fill comand?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 06:44:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594903#M13346</guid>
      <dc:creator>axhubner</dc:creator>
      <dc:date>2016-07-21T06:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fill Memory and Global Variable Address Modifier (@address)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594904#M13347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot to say that i am using a S12Z processor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 06:47:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594904#M13347</guid>
      <dc:creator>axhubner</dc:creator>
      <dc:date>2016-07-21T06:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fill Memory and Global Variable Address Modifier (@address)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594905#M13348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Axel,&lt;/P&gt;&lt;P&gt;Could you please tell me which version of CW do you used ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 02:24:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594905#M13348</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-07-22T02:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fill Memory and Global Variable Address Modifier (@address)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594906#M13349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using CW 10.6.4&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 05:34:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594906#M13349</guid>
      <dc:creator>axhubner</dc:creator>
      <dc:date>2016-07-22T05:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fill Memory and Global Variable Address Modifier (@address)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594907#M13350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Axel,&lt;/P&gt;&lt;P&gt;What data do you want to fill between two variable ?&lt;/P&gt;&lt;P&gt;And i think you do not need fill it, it will be 0 ,&amp;nbsp; does 0 can not meet your demand ?&lt;/P&gt;&lt;P&gt;If yes, please tell me why do you want fill it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 06:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Fill-Memory-and-Global-Variable-Address-Modifier-address/m-p/594907#M13350</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-07-25T06:43:23Z</dc:date>
    </item>
  </channel>
</rss>

