2011-10-06 06:38 AM
Has anyone successfully used the ARM CMSIS DSP library with the STM32F10x_StdPeriph_Lib_V3.5.0?
I added, &sharpdefine ARM_MATH_CM3 &sharpinclude ''arm_math.h'' //for ARM CMSIS DSP to my main.c and modified the ''User Include Directories'' list but now get many redefinition errors (of __NOP, __WFI etc.) from clashes with the C:\STM32F10x_StdPeriph_Lib_V3.5.0\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h. Is there a ''clean'' way to add access to ARM's DSP library functions? My IDE is Rowley Crossworks 2.1 (GNU compiler). #arm-cmsis-dsp2013-02-21 04:44 AM
2013-02-22 04:50 AM
October 2011 ... and I'm still here! My question related specifically to the Rowley CrossWorks IDE. As far as I can remember, I just copied the dsp source files into my project and included them in the build. The source (new library may differ) is in for example,
STM32F4xx_DSP_StdPeriph_Lib_V1.0.1\Libraries\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_abs_q15.c Hope that helps.2013-06-14 09:09 AM
Hi,
I don't know if you still need some help. I recently posted a .2017-07-19 05:17 PM
This is the link broken in the above post
https://community.st.com/0D50X00009XkiVXSAZ