I am trying to use the CMSIS DPS library provided by TI to do some matrix operations on the RM48L952PGE processor. I included the "Include" folder of the CMSIS library on the compiler include search path and added the ti_math_Cortex_R4_lspf.lib as a library file on the linker. The project was made using HalCoGen and CCS.
The problem is that I am not getting the right output from the matrix operation functions from the library.
I have no idea of what seems to be the problem, but whenever I add the source files to an included folder in my workspace, it works perfeclty. That's still not the elegant way of doing it. Do you guys know what may be causing that problem and how to fix it?