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.

CCS/TMS320F28027: Unexpected execution time observed for IQdiv()

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?