<?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 write a function in particular memory location kDS2.0</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-write-a-function-in-particular-memory-location-kDS2-0/m-p/441080#M14744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i want to write a function in particular memory location KDS 2.0 i am using MQX KSDK 1.1.0. so can you give example code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;sudhakar p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 13:15:08 GMT</pubDate>
    <dc:creator>sudhakarp</dc:creator>
    <dc:date>2015-06-29T13:15:08Z</dc:date>
    <item>
      <title>how to write a function in particular memory location kDS2.0</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-write-a-function-in-particular-memory-location-kDS2-0/m-p/441080#M14744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i want to write a function in particular memory location KDS 2.0 i am using MQX KSDK 1.1.0. so can you give example code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;sudhakar p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:15:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-write-a-function-in-particular-memory-location-kDS2-0/m-p/441080#M14744</guid>
      <dc:creator>sudhakarp</dc:creator>
      <dc:date>2015-06-29T13:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to write a function in particular memory location kDS2.0</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-write-a-function-in-particular-memory-location-kDS2-0/m-p/441081#M14745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;Please review: &lt;A href="https://community.nxp.com/docs/DOC-104433"&gt;Relocating Code and Data Using the KDS GCC Linker File for Kinetis&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-write-a-function-in-particular-memory-location-kDS2-0/m-p/441081#M14745</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-06-29T13:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to write a function in particular memory location kDS2.0</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-write-a-function-in-particular-memory-location-kDS2-0/m-p/441082#M14746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Flash start address was 410 I want to write address 500 is possible..? I tried with fa000 its working fine but when I try with 500 I am getting address over write errowhwhen I build. Same link I already gone through. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:15:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-write-a-function-in-particular-memory-location-kDS2-0/m-p/441082#M14746</guid>
      <dc:creator>sudhakarp</dc:creator>
      <dc:date>2015-06-29T15:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to write a function in particular memory location kDS2.0</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-write-a-function-in-particular-memory-location-kDS2-0/m-p/441083#M14747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;The 0x410 is actually where the flash configuration registers are located and you do not want to change them typcially.&amp;nbsp; Please review the RM Flash chapter to learn about the flash configuration fields.&lt;/P&gt;&lt;P&gt;Code typcially starts at 0x420 and is setup in the linker script.&lt;/P&gt;&lt;P&gt;You can make change to it as follows:&lt;/P&gt;&lt;P&gt;OLD:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rom&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX): ORIGIN = 0x00000420, LENGTH = 0x0007FBE0&amp;nbsp; # Code + Const data&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;NEW:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rom&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX): ORIGIN = 0x00000500, LENGTH = 0x0007FA00&amp;nbsp; # Code + Const data&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With respect to the ability to write to 0xfa000 and not 0x500....I suspect that you already have code at 0x500 and not code or data at 0xfa000.&amp;nbsp; Please look at you *.map file to see what areas of flash are used by your application and what areas of flash are free.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 16:03:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/how-to-write-a-function-in-particular-memory-location-kDS2-0/m-p/441083#M14747</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-06-29T16:03:01Z</dc:date>
    </item>
  </channel>
</rss>

