This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52832: How to Include the "arm_math.h" library

Hello,

I'm attempting to include the "arm_math.h" library so that I can use the requisite DSP functions, etc. I'm getting a linker error so I'm not sure what else needs to be done to resolve the symbols. Here is my error:

" undefined reference to `arm_rms_f32' collect2: error: ld returned 1 exit status"

I'm using the nRF52832 (Cortex M4 with FPU) with SDK11.0.0

Any help would be much appreciated!

Related