<?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: Copy from FLASH to RAM and RUN</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Copy-from-FLASH-to-RAM-and-RUN/m-p/1598332#M64686</link>
    <description>&lt;P class="lia-align-justify"&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211745"&gt;@Stachu&lt;/a&gt;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;You could use MCUXpresso IDE v11.7.0 and download the FRDM-K22F SDK which contains a PIT example that might be useful. There you could try increasing the frequency. KDS 3.2.0 it is kind of obsolete nowadays.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Nevertheless, if you still want to copy FLASH to RAM and RUN in KDS. Could you please check the following Erich Styger's post for Configurations with Processor Expert? &lt;A href="https://mcuoneclipse.com/2012/03/07/configurations-with-processor-expert/" target="_blank"&gt;Configurations with Processor Expert | MCU on Eclipse&lt;/A&gt;. Also,&amp;nbsp;please take a look at the attached document.&amp;nbsp;May be worth reading them.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Best regards, Raul.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2023 18:38:55 GMT</pubDate>
    <dc:creator>RaRo</dc:creator>
    <dc:date>2023-02-13T18:38:55Z</dc:date>
    <item>
      <title>Copy from FLASH to RAM and RUN</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Copy-from-FLASH-to-RAM-and-RUN/m-p/1597710#M64679</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm a novice in MCU's. I'm using KDS 3.2.0 and FRDM-K22F.&lt;BR /&gt;My applocation is not very complex, short routine is executed&lt;BR /&gt;only on a PIT interrupt. However, I think I can improve the&lt;BR /&gt;application performance by increasing the PIT frequency.&lt;/P&gt;&lt;P&gt;The only way, I think is running it not from FLASH but from RAM.&lt;/P&gt;&lt;P&gt;In the other words, I need after power ON to copy it from FLASH to RAM and RUN.&lt;BR /&gt;How to do it?&lt;/P&gt;&lt;P&gt;I have read Erich's article:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2014/11/02/ram-target-with-kinetis-design-studio-and-frdm-k64f/" target="_blank"&gt;https://mcuoneclipse.com/2014/11/02/ram-target-with-kinetis-design-studio-and-frdm-k64f/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I have a problem on a very first begining. The first screenshot shows:&lt;/P&gt;&lt;P&gt;Generator_Configurations&lt;BR /&gt;-&amp;gt; RAM&lt;BR /&gt;-&amp;gt; FLASH&lt;/P&gt;&lt;P&gt;Unfortunately, under Generator_Configurations I have nothing.&lt;/P&gt;&lt;P&gt;I would appreciate for some suggestions.&lt;/P&gt;&lt;P&gt;Rgds, Stachu&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 23:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Copy-from-FLASH-to-RAM-and-RUN/m-p/1597710#M64679</guid>
      <dc:creator>Stachu</dc:creator>
      <dc:date>2023-02-11T23:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Copy from FLASH to RAM and RUN</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Copy-from-FLASH-to-RAM-and-RUN/m-p/1598332#M64686</link>
      <description>&lt;P class="lia-align-justify"&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211745"&gt;@Stachu&lt;/a&gt;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;You could use MCUXpresso IDE v11.7.0 and download the FRDM-K22F SDK which contains a PIT example that might be useful. There you could try increasing the frequency. KDS 3.2.0 it is kind of obsolete nowadays.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Nevertheless, if you still want to copy FLASH to RAM and RUN in KDS. Could you please check the following Erich Styger's post for Configurations with Processor Expert? &lt;A href="https://mcuoneclipse.com/2012/03/07/configurations-with-processor-expert/" target="_blank"&gt;Configurations with Processor Expert | MCU on Eclipse&lt;/A&gt;. Also,&amp;nbsp;please take a look at the attached document.&amp;nbsp;May be worth reading them.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Best regards, Raul.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 18:38:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Copy-from-FLASH-to-RAM-and-RUN/m-p/1598332#M64686</guid>
      <dc:creator>RaRo</dc:creator>
      <dc:date>2023-02-13T18:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copy from FLASH to RAM and RUN</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Copy-from-FLASH-to-RAM-and-RUN/m-p/1598418#M64689</link>
      <description>&lt;P&gt;Hi Raul,&lt;/P&gt;&lt;P&gt;Thanks a lot for your prompt reply and suggestions. Meanwhile as a novice in MCU's I will rather stay with KDS instead of MCUxpresso, because of a great tool - Processor Expert, which is not available at xpresso. Anyway, I think, the attached document is what I need. I'll study it, will make some experiments and I'll let you know about the results.&lt;/P&gt;&lt;P&gt;Rgds, Stachu&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 22:18:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Copy-from-FLASH-to-RAM-and-RUN/m-p/1598418#M64689</guid>
      <dc:creator>Stachu</dc:creator>
      <dc:date>2023-02-13T22:18:29Z</dc:date>
    </item>
  </channel>
</rss>

