Part Number: TMS320F2808
Other Parts Discussed in Thread: C2000WARE
Hi All,
is TMS320F2808 fixed point or floating point processor.?
If it is a fixed point, are there any libraries available for the floating point operations.
Thanks,
Pradeep
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.
Part Number: TMS320F2808
Other Parts Discussed in Thread: C2000WARE
Hi All,
is TMS320F2808 fixed point or floating point processor.?
If it is a fixed point, are there any libraries available for the floating point operations.
Thanks,
Pradeep
Hello Pradeep,
It looks like the F2808 does not have an FPU. You can verify which devices do have it here. Most of the floating-point libraries TI has requires you to have an FPU on the device, but there is the IQmath library located in the math library folder in C2000Ware. This library allows you to use convert between fixed and floating-point numbers and use some of the given floating-point operations. You can refer to its user guide to see all the conversions and functions allowed (C2000Ware_4_XX_XX_XX\libraries\math\IQmath\c28\docs).
Best regards,
Omer Amir