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.

Linking IQmath function with F28335 in CCv4 unresolved

Hi, I am compiling a code with IQmath.lib for f28335 and the program compiles ok. but when I am trying to use one of IQmath's functions _IQsinPU on my target MCU F28335 it gives me an error msg as follows:

_IQ15sinPU(A) specifies isa revision "c2800", which is not compatible with isa revision "c28FPU32" specified in a previous file or on the command file

 

I'd like to be able to use both floating point and fixed point libraries for my project. 

 

Thanks