<?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: AutoLoad Code in RAM in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AutoLoad-Code-in-RAM/m-p/377270#M19918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please refer to AN4329 which is available at:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4329.pdf" title="http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4329.pdf"&gt;http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4329.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Dec 2014 06:00:23 GMT</pubDate>
    <dc:creator>Rick_Li</dc:creator>
    <dc:date>2014-12-29T06:00:23Z</dc:date>
    <item>
      <title>AutoLoad Code in RAM</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AutoLoad-Code-in-RAM/m-p/377268#M19916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on the MK22FN512VLH12 using Processor Expert. I am trying to run code from RAM. That code is intended to initiate Flash operations (erase, reprogram), without limitation on the Flash block that is being manipulated.&lt;/P&gt;&lt;P&gt;For that I need to have that code automatically loaded into RAM. The JTAG debugger has no difficulty loading code into RAM. But for this to work in real life I need a way for that code to be loaded into RAM, from Flash, at startup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to direct the startup __copy_rom_sections_to_ram() function to load code, in addition to the initialized variables into RAM at startup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 15:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AutoLoad-Code-in-RAM/m-p/377268#M19916</guid>
      <dc:creator>brunopaillard</dc:creator>
      <dc:date>2014-12-26T15:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: AutoLoad Code in RAM</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AutoLoad-Code-in-RAM/m-p/377269#M19917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last minute: Specifying that the specified code resides in the .data section seems to work. Is there a more elegant solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Processor Expert linker file is designed by default to auto-load everything that is in the .data section using the __copy_rom_sections_to_ram() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 15:54:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AutoLoad-Code-in-RAM/m-p/377269#M19917</guid>
      <dc:creator>brunopaillard</dc:creator>
      <dc:date>2014-12-26T15:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: AutoLoad Code in RAM</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AutoLoad-Code-in-RAM/m-p/377270#M19918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please refer to AN4329 which is available at:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4329.pdf" title="http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4329.pdf"&gt;http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4329.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 06:00:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AutoLoad-Code-in-RAM/m-p/377270#M19918</guid>
      <dc:creator>Rick_Li</dc:creator>
      <dc:date>2014-12-29T06:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: AutoLoad Code in RAM</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AutoLoad-Code-in-RAM/m-p/377271#M19919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rick!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 13:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AutoLoad-Code-in-RAM/m-p/377271#M19919</guid>
      <dc:creator>brunopaillard</dc:creator>
      <dc:date>2014-12-29T13:35:33Z</dc:date>
    </item>
  </channel>
</rss>

