<?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>MCUXpresso IDEのトピックRe: Link to CMSIS-DSP with optimization to size don't work</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Link-to-CMSIS-DSP-with-optimization-to-size-don-t-work/m-p/1169550#M6239</link>
    <description>&lt;P&gt;Hello&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt; &lt;A id="link_13" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/68882" target="_self"&gt;&lt;SPAN class=""&gt;jespermadsen,&lt;/SPAN&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;You can run into that function, and check the disassemble to confirm which code&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;made hardfault. &lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditorAlice_Yang_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4 class="result-expand-nav" style="box-sizing: border-box; margin: 0px 0px 6px; padding: 0px; font-size: 12.80000114440918px; color: #2e3033; font-family: Arial, 'Microsoft YaHei', 微软雅黑, 宋体, 'Malgun Gothic', Meiryo, sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: 10.40000057220459px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f9fbfc;"&gt;&amp;nbsp;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2020 09:23:47 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2020-10-19T09:23:47Z</dc:date>
    <item>
      <title>Link to CMSIS-DSP with optimization to size don't work</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Link-to-CMSIS-DSP-with-optimization-to-size-don-t-work/m-p/1168728#M6231</link>
      <description>&lt;P&gt;I'm using&amp;nbsp;MCUXpresso IDE v11.2.1 and made a project for LPC_11xx with lpcopen and CMSIS-DSP.&lt;/P&gt;&lt;P&gt;when I change the optimization to size i get a hardfault when it calls the CMSIS-DSP arm_fir_fast_q15 function.&lt;/P&gt;&lt;P&gt;Seems to work at the -O3 optimization.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 08:14:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Link-to-CMSIS-DSP-with-optimization-to-size-don-t-work/m-p/1168728#M6231</guid>
      <dc:creator>jespermadsen</dc:creator>
      <dc:date>2020-10-16T08:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Link to CMSIS-DSP with optimization to size don't work</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Link-to-CMSIS-DSP-with-optimization-to-size-don-t-work/m-p/1169496#M6238</link>
      <description>&lt;P&gt;I found out that the fir data has to be aligned with 4 bytes:&lt;/P&gt;&lt;P&gt;static __attribute__((aligned(4))) q15_t firStateQ15[BLOCK_SIZE + NUM_TAPS - 1];&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 08:46:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Link-to-CMSIS-DSP-with-optimization-to-size-don-t-work/m-p/1169496#M6238</guid>
      <dc:creator>jespermadsen</dc:creator>
      <dc:date>2020-10-19T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Link to CMSIS-DSP with optimization to size don't work</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Link-to-CMSIS-DSP-with-optimization-to-size-don-t-work/m-p/1169550#M6239</link>
      <description>&lt;P&gt;Hello&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt; &lt;A id="link_13" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/68882" target="_self"&gt;&lt;SPAN class=""&gt;jespermadsen,&lt;/SPAN&gt;&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;You can run into that function, and check the disassemble to confirm which code&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;made hardfault. &lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditorAlice_Yang_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4 class="result-expand-nav" style="box-sizing: border-box; margin: 0px 0px 6px; padding: 0px; font-size: 12.80000114440918px; color: #2e3033; font-family: Arial, 'Microsoft YaHei', 微软雅黑, 宋体, 'Malgun Gothic', Meiryo, sans-serif; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: 10.40000057220459px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f9fbfc;"&gt;&amp;nbsp;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 09:23:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Link-to-CMSIS-DSP-with-optimization-to-size-don-t-work/m-p/1169550#M6239</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-10-19T09:23:47Z</dc:date>
    </item>
  </channel>
</rss>

