<?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 Microcontrollers中的主题 Re: Kinetis design studio arm_math libary problem</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896706#M52876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe&lt;/P&gt;&lt;P&gt;I already know this tutorial. I already used this libary several times.&lt;/P&gt;&lt;P&gt;But I finally got it working. Like I thought there is a problem with the newest CMSIS driver and KDS.&lt;/P&gt;&lt;P&gt;I downloaded the Legacy CMSIS version 4.5.... and Hey, now it works perfectly. &lt;/P&gt;&lt;P&gt;Case closed.&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 May 2019 09:26:43 GMT</pubDate>
    <dc:creator>s-dwalln</dc:creator>
    <dc:date>2019-05-04T09:26:43Z</dc:date>
    <item>
      <title>Kinetis design studio arm_math libary problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896702#M52872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;I have to use the Kinetis Design studio for programming, because I use the MK10 MCU.&lt;/P&gt;&lt;P&gt;Before I used MCUxpresso and i didn't have the problem there. Also in other IDE's I never had this problem.&lt;/P&gt;&lt;P&gt;I have to use the arm_math libary to use the DSP FFT.&lt;/P&gt;&lt;P&gt;But I can't get the libary working. Everytime the IDE says, it can't find the the libary.&lt;/P&gt;&lt;P&gt;Is the libary not supported? I tried it in windows, macos and linux.&lt;/P&gt;&lt;P&gt;I do something wrong.. but I don't find the solution...&lt;/P&gt;&lt;P&gt;I attached some pictures of the configuration. The libary and and include files are located in the project folder. I defined the libary and set the link to the libarys. But the compiler doesn't find it.&lt;/P&gt;&lt;P&gt;Does anybody have a clue?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 16:59:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896702#M52872</guid>
      <dc:creator>s-dwalln</dc:creator>
      <dc:date>2019-04-30T16:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis design studio arm_math libary problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896703#M52873</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The library name is without the 'lib' prefix and without the '.a' suffix. In this case you should add the library as:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arm_cortexM4l_math&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2019 21:57:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896703#M52873</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2019-05-02T21:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis design studio arm_math libary problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896704#M52874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer!&lt;/P&gt;&lt;P&gt;Sadly it doesn't change anything. I also tried that before.&lt;/P&gt;&lt;P&gt;But i just realized. that i get another failure code this time:&lt;/P&gt;&lt;P&gt;/CMSIS/DSP/Lib/GCC/libarm_cortexM4lf_math.a: file format not recognized; treating as linker script&lt;/P&gt;&lt;P&gt;/CMSIS/DSP/Lib/GCC/libarm_cortexM4lf_math.a:1: syntax error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the newest CMSIS (CMSIS_5-5.5.1) driver from ARM. Is it possible, that KDS doesn't work with this version? Or maybe there is a bug in the libary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2019 06:30:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896704#M52874</guid>
      <dc:creator>s-dwalln</dc:creator>
      <dc:date>2019-05-03T06:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis design studio arm_math libary problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896705#M52875</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;Please try using the below tutorial.&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2013/02/14/tutorial-using-the-arm-cmsis-library/"&gt;https://mcuoneclipse.com/2013/02/14/tutorial-using-the-arm-cmsis-library/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2019 21:54:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896705#M52875</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2019-05-03T21:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis design studio arm_math libary problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896706#M52876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe&lt;/P&gt;&lt;P&gt;I already know this tutorial. I already used this libary several times.&lt;/P&gt;&lt;P&gt;But I finally got it working. Like I thought there is a problem with the newest CMSIS driver and KDS.&lt;/P&gt;&lt;P&gt;I downloaded the Legacy CMSIS version 4.5.... and Hey, now it works perfectly. &lt;/P&gt;&lt;P&gt;Case closed.&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 May 2019 09:26:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896706#M52876</guid>
      <dc:creator>s-dwalln</dc:creator>
      <dc:date>2019-05-04T09:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis design studio arm_math libary problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896707#M52877</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;I am glad you find the solution.&lt;/P&gt;&lt;P&gt;Thanks for letting us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 14:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-design-studio-arm-math-libary-problem/m-p/896707#M52877</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2019-05-06T14:53:51Z</dc:date>
    </item>
  </channel>
</rss>

