Hi,
I am using a TMS320F28335 in the aim to generates 6 PWM signals, I am icluding the library IQmathLib.h in my project. the function _IQmpy() functionning very well but when adding functions like _IQint() or _IQsin() i have this erros message.
error: file
"C:/ti/controlSUITE/libs/math/IQmath/v15c/lib/IQmath.lib<IQ24int.obj>"
specifies ISA revision "C2800", which is not compatible with ISA revision
error: file
"c:/ti/ccsv6/tools/compiler/c2000_6.2.5/lib/rts2800_fpu32.lib<boot.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error: file
"c:/ti/ccsv6/tools/compiler/c2000_6.2.5/lib/rts2800_fpu32.lib<args_main.obj>
" specifies ISA revision "C28FPU32", which is not compatible with ISA
revision "C2700" specified in a previous file or on the command line
error: file
"c:/ti/ccsv6/tools/compiler/c2000_6.2.5/lib/rts2800_fpu32.lib<exit.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error: file
"c:/ti/ccsv6/tools/compiler/c2000_6.2.5/lib/rts2800_fpu32.lib<_lock.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
Many thanks for any advice.