Part Number: TMS320F28027
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hello
I am using TMS320F28027(Fixed point processor) with freq 60MHz. In my code i have added IQMath library for efficient floating point arithmetic operations. But i observed in my code IQdiv() is taking around 45us for execution where as it takes only 63cycles as per IQmath document. Same observed with IQmpy() too. What will be the issue? & how can i reduce the execution time?