Part Number: TMS320F28069M
Other Parts Discussed in Thread: C2000WARE, , TMS320F28069, CONTROLSUITE, MOTORWARE
Tool/software: Code Composer Studio
Hi
I use IQmath v1.6 on F28069M, I have the following code in my program:
_iq30 nVal;
float fVal;
...
nVal = _IQ30(1.7);
fVal = _IQ30toF(nVal);
The result in fVal is correct when I use IQmath.lib, it is 1.7, but when I use IQmath_fpu32.lib,
the result in fVal changes to 4.35, I don't know if this is a IQmath bug. Although this error
can be aviod if I change code from IQ30 to IQ29.
thanks,
Jiakai

