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