Part Number: TMS320F28069M
Other Parts Discussed in Thread: MOTORWARE
Hi,
Using a controller with floating point capability, looking at loads of fixed point code, tried to understand why. Reading the docs it lead me to this:
3.4.1 Header Files, Public Library, and ROM Library
The public library is also known as
the SpinTAC library file. "SpinTAC.lib" is located at /sw/modules/spintac/lib/32b/ and the user must include
this file in the project. If the project requires fpu32 support, use the library file "SpinTAC_fpu32.lib." Note
that this library still uses the fixed point IQMath library.
Does this mean that the binary lib does not use floating point at all, but instead uses fixed point, which eventually means that one needs to use fixed point itself, irrespective whether the controller supports floating point or not ?
The sentence did not make much sense to me and hence my query.
Thanks,
Manu