Other Parts Discussed in Thread: MSP430F2417
Hello Everyone,
I am using MSP430F2417 device and CCE v3.
I am working on a time critical code and While doing the profiling of the code we observed that the Sqrt() function from the RTS library takes approximately 1 ms to execute.
Is this much time justified? We are working with floating point numbers.
And is there any means to make the sqrt() execution faster, like adding any other advanced library into the project ? Or can we write a faster routine for taking the square root of a floating pont number?
Thanks!