<?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>i.MX ProcessorsのトピックRunning CMSIS DSP code from ITCM/DTCM</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Running-CMSIS-DSP-code-from-ITCM-DTCM/m-p/1682171#M208727</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just want to run some CMSIS DSP routines in TCM RAM (ITCM/DTCM) on my iMX RT1064, so that they run at the fastest speed. However, It is not necessary that initialization functions run at full speed and they could run from Flash.&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;BR /&gt;arm_fir_init_f32 function running from Flash&lt;BR /&gt;arm_fir_f32 function running from ITCM&lt;/P&gt;&lt;P&gt;What is the best way to do it?&lt;BR /&gt;and what about data buffers and coefficients, etc.? Should they be placed in DTCM?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2023 19:37:13 GMT</pubDate>
    <dc:creator>etronic_arg</dc:creator>
    <dc:date>2023-07-05T19:37:13Z</dc:date>
    <item>
      <title>Running CMSIS DSP code from ITCM/DTCM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-CMSIS-DSP-code-from-ITCM-DTCM/m-p/1682171#M208727</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just want to run some CMSIS DSP routines in TCM RAM (ITCM/DTCM) on my iMX RT1064, so that they run at the fastest speed. However, It is not necessary that initialization functions run at full speed and they could run from Flash.&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;BR /&gt;arm_fir_init_f32 function running from Flash&lt;BR /&gt;arm_fir_f32 function running from ITCM&lt;/P&gt;&lt;P&gt;What is the best way to do it?&lt;BR /&gt;and what about data buffers and coefficients, etc.? Should they be placed in DTCM?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 19:37:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-CMSIS-DSP-code-from-ITCM-DTCM/m-p/1682171#M208727</guid>
      <dc:creator>etronic_arg</dc:creator>
      <dc:date>2023-07-05T19:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Running CMSIS DSP code from ITCM/DTCM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-CMSIS-DSP-code-from-ITCM-DTCM/m-p/1683555#M208831</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/172947"&gt;@etronic_arg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; If you want to put the&amp;nbsp;&lt;SPAN&gt;arm_fir_f32 function to the internal RAM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;You can define that&amp;nbsp;arm_fir_f32 function API to the internal RAM address.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;In the linker file, give a range for the customer area, then you can define that API to your customer area, you can put it to ITCM or DTCM, the same.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; To the data buffer, if you want to make it fast, you also can put to the DTCM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; This is the mcuxpresso IDE method for your reference:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Kinetis-Design-Studio-Knowledge/Relocating-Code-and-Data-Using-the-MCUXpresso-IDE/ta-p/1103719" target="_blank"&gt;https://community.nxp.com/t5/Kinetis-Design-Studio-Knowledge/Relocating-Code-and-Data-Using-the-MCUXpresso-IDE/ta-p/1103719&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 02:52:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-CMSIS-DSP-code-from-ITCM-DTCM/m-p/1683555#M208831</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-07-07T02:52:43Z</dc:date>
    </item>
  </channel>
</rss>

