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.