Hello I have downloaded the CMSIS library from: https://github.com/ARM-software/...
Im currently trying to add the DSP library into an existing project, but I don't know how to exactly add the DSP library, I have tried just to add the pats on project properties -> toolchain ->ARM compiler
But it didn't work, even tho the headers seem to work fine I cannot get the c files work, I can use definitions of the header, but if I try to use a function it says: "undefined reference to <the function im trying to use>"
how im suppose to add these libraries?
any help will be appreciated