<?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>LPC MicrocontrollersのトピックPrecompiled CMSIS-DSP library (.a file) for LPC55S69 EVK</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Precompiled-CMSIS-DSP-library-a-file-for-LPC55S69-EVK/m-p/1615340#M51905</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To compare the performance of mathematical processing between CM33 and PowerQuad,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for CMSIS-DSP precompiled library file(.a) can be used in MCUXpresso for LPC55S69EVK,&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I can't find it anywhere. It is not included in SDK generated by MCUbuilder site.&lt;/P&gt;&lt;P&gt;I need to build the library from CMSIS DSP source code?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Norihiro Michigami&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2023 02:57:37 GMT</pubDate>
    <dc:creator>Norihiro</dc:creator>
    <dc:date>2023-03-15T02:57:37Z</dc:date>
    <item>
      <title>Precompiled CMSIS-DSP library (.a file) for LPC55S69 EVK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Precompiled-CMSIS-DSP-library-a-file-for-LPC55S69-EVK/m-p/1615340#M51905</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To compare the performance of mathematical processing between CM33 and PowerQuad,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for CMSIS-DSP precompiled library file(.a) can be used in MCUXpresso for LPC55S69EVK,&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I can't find it anywhere. It is not included in SDK generated by MCUbuilder site.&lt;/P&gt;&lt;P&gt;I need to build the library from CMSIS DSP source code?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Norihiro Michigami&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 02:57:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Precompiled-CMSIS-DSP-library-a-file-for-LPC55S69-EVK/m-p/1615340#M51905</guid>
      <dc:creator>Norihiro</dc:creator>
      <dc:date>2023-03-15T02:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Precompiled CMSIS-DSP library (.a file) for LPC55S69 EVK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Precompiled-CMSIS-DSP-library-a-file-for-LPC55S69-EVK/m-p/1615434#M51909</link>
      <description>&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;If you want to call the CMSIS-DSP function based on CM33 based on LPC5569, you can not import an SDK example, but you can follow up the&amp;nbsp; procedure, the condition is that you have dragged the LPC55S69 SDK package to the Installed SDKs:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;1)Create a new project by clicking New-&amp;gt;Create a new C/C++ Project&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1678858610422.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/214629iA009E3A75E764987/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1678858610422.png" alt="xiangjun_rong_0-1678858610422.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)select the processor like LPC55S69&lt;/P&gt;
&lt;P&gt;3)In the following menu,click CMSIS Driver, and check the CMSIS_DSP_Library and CMSIS_DSP_Library_Source&lt;/P&gt;
&lt;P&gt;You have to click the Driver which can select your peripherals driver you will use. You can&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_1-1678859050390.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/214630i9CC3923F2ABE28F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_1-1678859050390.png" alt="xiangjun_rong_1-1678859050390.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3)as the following screenshot, after completion, you can see the CMSIS-DSP source code and library&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_2-1678859230917.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/214631i7E41AFCBB5AE0BD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_2-1678859230917.png" alt="xiangjun_rong_2-1678859230917.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Xiangjun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 05:50:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Precompiled-CMSIS-DSP-library-a-file-for-LPC55S69-EVK/m-p/1615434#M51909</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-03-15T05:50:03Z</dc:date>
    </item>
  </channel>
</rss>

