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.

Compiler/TMS320F28377S: CCS division function

Part Number: TMS320F28377S

Tool/software: TI C/C++ Compiler

Hello all,

I am currently working on Incremental Conductance MPPT algorithm. I need a floating point "division" math operation for computing delta power and delta voltage . In present library there are two math functions

for division "div ,ldiv" which supports integer and long number format. The present MPPT algorithm uses "__einvf32" which is not giving accurate results. Need a floating point library function for division because my source file is in float format.

Any help is appreciated.

Regards

Naveen