<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to run CMSIS DSP on nRF52840?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82096/how-to-run-cmsis-dsp-on-nrf52840</link><description>Hi there, I&amp;#39;d like to make some FIR or IIR filter on my nRF52840 DK. I guess I&amp;#39;m supposed to: 1) Provide .a file into SES project&amp;#39;s tree (or as Additional Input File): 2) Provide .h file(s). I used to provide just &amp;quot;arm_math.h&amp;quot; for STM32 projects, but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Nov 2021 13:06:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82096/how-to-run-cmsis-dsp-on-nrf52840" /><item><title>RE: How to run CMSIS DSP on nRF52840?</title><link>https://devzone.nordicsemi.com/thread/340912?ContentTypeID=1</link><pubDate>Fri, 26 Nov 2021 13:06:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6155b7ab-ebdc-459f-8519-0da195d8ead3</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This should not be any problem, and you can use the ARM math library with or without the SoftDevice. You can see&amp;nbsp;how it is done in the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/fpu_fft_example.html"&gt;FPU FFT Example&lt;/a&gt;&amp;nbsp;(which does essentially what you have described).&lt;/p&gt;
&lt;p&gt;Perhaps it is a good idea to use this as reference, and copy the relevant parts to your project. Then you can verify that it still works and gives the expected result in your project before you modify it to your needs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>