2014-11-27 02:15 AM
Hi,
I am currently using the dsp library .I noticed that it need math.h library to run correctly.Unfortunately, i couldn't find it on the internet.Does somebody have a link?2014-11-27 02:39 AM
math.h
is a C library header (like e.g.stdio.h
), and should come with your toolchain and the clib implementation(s) supplied. It is not part of the CMSIS DSP library, and you don't need it for that purpose. Perhaps the include paths for your project are not properly set ?