Hi
I have been struggling using the DSP library examples...
Does anyone has any idea of how to compile them to test them?? I have been trying to open the examples but I cannot open the projects from CCS....
thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
I have been struggling using the DSP library examples...
Does anyone has any idea of how to compile them to test them?? I have been trying to open the examples but I cannot open the projects from CCS....
thanks
Hi Bob
amm how you do that? I tried that. Exactly that. And did not work...
regards
Yes. that right. My data is in a 5200 size buffer .
And obtain the median frequecy
Thanks Anthony
Yes. I could use the pseudocode on the other post and then concatenate the results and obtain the max and everything. I don't need the complex magnitud since my signal is completely real so... no need for that
I will run some tests and let you know
thanks!
Hi Anthony
Hope you're doing great
I already used the FFT function without problem
Now Im using the FIR example on my code. But I have this error every time I include the arm_math.h and all the other files from the include folder:
I have no idea of whats going on... (all the errors come from arm_math.h)
regards
Hi Anthony
I checked the compilation errors and all come from the type_def.h or the arm_math.h but I don't know whats going on... I was able to compile the fft example but when trying to use the libraries on my project the compilation gave me those errors...
any idea??
thanks!
Hi Miguel,
What do you mean exactly? That you don't have any predefined symbols, that you do have them correct, or that you cannot find the documentation file that I linked to?
Yes the file I linked to is a PC path and if you are on the MAC you need to find the equivalent path. It should be part of the hercules CMSIS DSP library.
Please do confirm you downloaded the Hercules CMSIS DSP library from TI.com and not ARM because what ARM distributes is only for Cortex M.
Hercules development on Mac isn't supported fully nor is it on Linux. CCS works on these platforms but a lot of the other installers will only work on windows (for example HET IDE, HalCoGen, and this CMSIS DSP library...) So I would recommend against MAC if you can help it.
-Anthony
ammm I already copied the files from the library into Mac in order to make easier for me to look for them. ammm I did find the document you told me. And I linked the path for the include to the .lib I needed.
I downloaded the library from TI.com
Let me try on the weekend to compile it on windows to see if its a problem with installation or something and let you know
Thanks!
I don't know, I haven't used CCS with a MAC before. I'd *assume* it looks the same in terms of where the settings are organizationally and maybe just the visual effects are different.
On the PC, here's what I'm talking about from a project I used with the CMSIS DSP library. It was for a floating point, big endian TMS570 so that's why I defined FPU_PRESENT as well as ARM_MATH_BIG_ENDIAN [in addition to CCS]