<?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: Powerquad CMSIS function overrides in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/Powerquad-CMSIS-function-overrides/m-p/2193155#M4269</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242007"&gt;@Peter19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the suggestion.&lt;BR /&gt;I will forward it to the SDK team for their consideration.&lt;/P&gt;
&lt;P&gt;As far as I know, there is currently no plan to implement this feature.&lt;BR /&gt;However, I will make sure to clearly describe your suggestion to them.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
    <pubDate>Mon, 27 Oct 2025 04:05:37 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2025-10-27T04:05:37Z</dc:date>
    <item>
      <title>Powerquad CMSIS function overrides</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/Powerquad-CMSIS-function-overrides/m-p/2184675#M4189</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The fsl_powerquad_cmsis.c implements many CMSIS functions using PowerQuad. Many are useful and many are not useful since powerquad is restricted in data size (for instance).&lt;BR /&gt;&lt;BR /&gt;How can I make use of some functions from powerquad accelerator and some functions from CMSIS original implementation.&lt;BR /&gt;Example: I do not want to call&amp;nbsp;&lt;SPAN&gt;arm_mat_trans_q15 powerquad accelerator, but I still want to call&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;arm_sqrt_q31 with&amp;nbsp;&lt;SPAN&gt;powerquad accelerator.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;/Peter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 08:47:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/Powerquad-CMSIS-function-overrides/m-p/2184675#M4189</guid>
      <dc:creator>Peter19</dc:creator>
      <dc:date>2025-10-13T08:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Powerquad CMSIS function overrides</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/Powerquad-CMSIS-function-overrides/m-p/2184778#M4195</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242007"&gt;@Peter19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for contacting us. You can include the headers of both files in your application code, and exclude or delete the APIs you do not wish to use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 10:40:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/Powerquad-CMSIS-function-overrides/m-p/2184778#M4195</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-10-13T10:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Powerquad CMSIS function overrides</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/Powerquad-CMSIS-function-overrides/m-p/2192279#M4262</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You mean to say that I can copy SDK source files and modify them as part of local project? Sure, that seems like a temporary workaround. What I would expect is to upstream this flexibility so I don't branch of some SDK code that I no longer get updates of.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;/Peter&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 05:37:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/Powerquad-CMSIS-function-overrides/m-p/2192279#M4262</guid>
      <dc:creator>Peter19</dc:creator>
      <dc:date>2025-10-24T05:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Powerquad CMSIS function overrides</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/Powerquad-CMSIS-function-overrides/m-p/2193155#M4269</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242007"&gt;@Peter19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the suggestion.&lt;BR /&gt;I will forward it to the SDK team for their consideration.&lt;/P&gt;
&lt;P&gt;As far as I know, there is currently no plan to implement this feature.&lt;BR /&gt;However, I will make sure to clearly describe your suggestion to them.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 04:05:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/Powerquad-CMSIS-function-overrides/m-p/2193155#M4269</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-10-27T04:05:37Z</dc:date>
    </item>
  </channel>
</rss>

