9 years, 9 months ago.

arm_const_structs.h

What is the version of CMSIS-DSP library that you compiled lastly? After the verion 1.4.0 of CMSIS-DSP some important functions are deprecated such as arm_cfft_radix2_f32 and arm_cfft_radix4_f32. Instead arm_cfft_f32 is superceded. But this function requires arm_const_structs.h file which is not included in the last version found in mbed.

Also I've found similar problem issued earlier in

http://mbed.org/questions/2733/mbed-dsp-header-file-missing-and-error-i/

Question relating to:

CMSIS DSP library cmsis, DSP

For now I simply upload arm_const_structs.h from latest release of CMSIS. It worked but there are some warning about invalid attributes and implicit declarations in arm_math.h and Sine_f32.cpp.

posted by erkin yucel 26 Jul 2014
Be the first to answer this question.