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.

MSP430F2616: Math function required more cycle

Part Number: MSP430F2616

I am adding following math function in my code pwr(), exp(), log() using math.h file, but controller take lots of time to solved equation.

Can you tell me how to increase controller speed. with example.

Also I am trying to add IQmathLib.h file by adding file through linker and write down command like

float ftemp32,

float var1 = 4.678,

ftemp32 = _IQexp( var1 )

compiler compile successfuly but ftem32 output is always display 0,

**Attention** This is a public forum