<?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 Software Development KitのトピックRe: CMSIS DSP in KDS 2.0.0</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/CMSIS-DSP-in-KDS-2-0-0/m-p/333625#M154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your answer I failed with the q15_t data Type. The result in out Buffer is right in q15_t but I interpreted it as an signed int.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menko &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 07:14:43 GMT</pubDate>
    <dc:creator>menkooldewurtel</dc:creator>
    <dc:date>2015-02-25T07:14:43Z</dc:date>
    <item>
      <title>CMSIS DSP in KDS 2.0.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/CMSIS-DSP-in-KDS-2-0-0/m-p/333623#M152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;such a simple question but i have no idea why this don´t work at my System (KDS2.0.0, KSDK1.1.0, FRDM-K64F):&lt;/P&gt;&lt;P&gt;i want to get the sqrt of a q15 or q31 value with:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; outBuffer =0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;arm_sqrt_q15( ((&lt;/SPAN&gt;&lt;SPAN style="color: #005032; font-size: 10pt;"&gt;q15_t&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)0x09) , (&lt;/SPAN&gt;&lt;SPAN style="color: #005032; font-size: 10pt;"&gt;q15_t&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;*)&amp;amp;outBuffer );&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The result in outBuffer is 543 :-( &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have done the steps in this tutorial &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fmcuoneclipse.com%2F2013%2F02%2F14%2Ftutorial-using-the-arm-cmsis-library%2F" rel="nofollow" target="_blank"&gt;Tutorial: Using the ARM CMSIS Library | MCU on Eclipse&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks for help&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Menko Oldewurtel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 16:32:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/CMSIS-DSP-in-KDS-2-0-0/m-p/333623#M152</guid>
      <dc:creator>menkooldewurtel</dc:creator>
      <dc:date>2015-02-24T16:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: CMSIS DSP in KDS 2.0.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/CMSIS-DSP-in-KDS-2-0-0/m-p/333624#M153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Menko,&lt;/P&gt;&lt;P&gt;I added header "arm_math.h" to my test file and following to my project Properties-&amp;gt;C/C++ Build-&amp;gt;Settings-&amp;gt; Cross ARM C++ Link-&amp;gt;Miscellaneous Other objects window:&lt;/P&gt;&lt;P&gt;"C:\Freescale\KSDK_1.1.0\platform\CMSIS\Lib\GCC\libarm_cortexM4lf_math.a"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The test code was:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; arm_status astatus;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; q15_t outBuffer;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; arm_sqrt_q15( ((q15_t)0x4000) , (q15_t*)&amp;amp;outBuffer );&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outBuffer returned as 0x5A82 which matches this external link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.voltampmedia.com/2011/09/" title="http://blog.voltampmedia.com/2011/09/"&gt;Voltamp Media | Imagine. Design. Launch. | Phoenix, Arizona&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 19:03:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/CMSIS-DSP-in-KDS-2-0-0/m-p/333624#M153</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-02-24T19:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: CMSIS DSP in KDS 2.0.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/CMSIS-DSP-in-KDS-2-0-0/m-p/333625#M154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your answer I failed with the q15_t data Type. The result in out Buffer is right in q15_t but I interpreted it as an signed int.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menko &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 07:14:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/CMSIS-DSP-in-KDS-2-0-0/m-p/333625#M154</guid>
      <dc:creator>menkooldewurtel</dc:creator>
      <dc:date>2015-02-25T07:14:43Z</dc:date>
    </item>
  </channel>
</rss>

