Hi Guys,
MCU : TMS320F28075
Is there any intrinsic FPU or TMU function to calculate the exponential(X)?
Please let me know.
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.
Hi Guys,
MCU : TMS320F28075
Is there any intrinsic FPU or TMU function to calculate the exponential(X)?
Please let me know.
Hi Prakash,
There isn't an intrinsic for the exponent. You have to call exp() from the standard C library (comes with the CGT) or from the fast Run time support library (controlsuite/libs/math/FPUfastRTS)