I've been working on a project that is based off the wonderful Audio Filter demo for the c5505 eZDSP board and I would like to use some of the function calls in the DSP library, but i'm having some issues getting it to work.
I downloaded the current library version, extracted everything, and tried to follow the installation directions, but I'm still not quite sure how to get it up and running. I saw that the audio filter demo uses the fir.asm file, which is included in the DSP library, but for the demo the variables are declared as Int16 rather than the ushort which caused an error when I tried to include the DSP library.
I would like to use the maxval, firinterp, and firdec functions from the library and i'm not quite sure if i need to include the DSPlib differently than what i'm doing now or if i need to modify these functions slightly for the audio demo.
Thanks!