Hi, I'm wanting to use some FFT functions from the CMSIS-DSP library. What do I need to do beyond including CONFIG_CMSIS_DSP=y in my prj.conf? I have in my source file:
#include <arm_const_structs.h>
I've also tried "arm_const_structs.h" instead of <arm_const_structs.h> (quotes instead of angular brackets) But the file is not found.