<?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>Kinetis Microcontrollers中的主题 Re: how to define address of variable in ROM?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281238#M10429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Monica,&lt;/P&gt;&lt;P&gt;I have resolve my question through &lt;A class="jive-link-external-small" href="http://mcuoneclipse.com/2012/11/01/defining-variables-at-absolute-addresses-with-gcc/"&gt;Defining Variables at Absolute Addresses with gcc | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 02:00:56 GMT</pubDate>
    <dc:creator>wangbaode</dc:creator>
    <dc:date>2013-09-10T02:00:56Z</dc:date>
    <item>
      <title>how to define address of variable in ROM?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281234#M10425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in S08,I can use @ to define address of variable.But in kinetis,it doesn't work.&lt;/P&gt;&lt;P&gt;so how to define address of variable in rom?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 07:47:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281234#M10425</guid>
      <dc:creator>wangbaode</dc:creator>
      <dc:date>2013-08-29T07:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to define address of variable in ROM?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281235#M10426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;this should give you an idea if you are using GNU (which I assume?):&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/11/01/defining-variables-at-absolute-addresses-with-gcc/" title="http://mcuoneclipse.com/2012/11/01/defining-variables-at-absolute-addresses-with-gcc/"&gt;Defining Variables at Absolute Addresses with gcc | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 08:42:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281235#M10426</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-08-29T08:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to define address of variable in ROM?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281236#M10427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did that help on clearing out your doubts?&lt;/P&gt;&lt;P&gt;Please keep us posted :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Monica.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 00:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281236#M10427</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-09-05T00:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to define address of variable in ROM?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281237#M10428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if you want to allocate a specific address for the variable, or simply put it anywhere inside the ROM area. If your case is the latest, you may simply delcare the variable as CONST (use "const" keyword before declaring variable type). Usually, variables that cannot be changed are placed inside FLASH area. I think it is worth a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:30:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281237#M10428</guid>
      <dc:creator>quevedo</dc:creator>
      <dc:date>2013-09-05T13:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to define address of variable in ROM?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281238#M10429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Monica,&lt;/P&gt;&lt;P&gt;I have resolve my question through &lt;A class="jive-link-external-small" href="http://mcuoneclipse.com/2012/11/01/defining-variables-at-absolute-addresses-with-gcc/"&gt;Defining Variables at Absolute Addresses with gcc | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 02:00:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281238#M10429</guid>
      <dc:creator>wangbaode</dc:creator>
      <dc:date>2013-09-10T02:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to define address of variable in ROM?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281239#M10430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing, Wang!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monica.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 22:26:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-define-address-of-variable-in-ROM/m-p/281239#M10430</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-09-10T22:26:25Z</dc:date>
    </item>
  </channel>
</rss>

