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.

Implementing a polynomial equation with TMS320F2812

Other Parts Discussed in Thread: TMS320F2812, CONTROLSUITE, TMS320F28030

I have following polynomial equation to implement with TMS320F2812

               X =  - 32 * (10 ^ -8) *( Y ^ 3)  + 4 * (10 ^ -3) * Y ^ 2  - 0.3 Y + 92.007

 

Please suggest if any specific library is to be added to imeplemnt this equation.

Example linker options and .cmd file if provided will be highly appreciated.