Other Parts Discussed in Thread: TMS320F28035
Hi,
I have already used Sine lookup table from IQmath, and that worked fine. (TMS320F28035)
Now, I am trying to use the square root function from IQmath in my application, like this
_iq2 voltageRMS;
_iq2 sum;
unsigned long counter;
voltageRMS= _IQ2sqrt(sum / counter);
It didn't build and gave errors like

If I double click on the error message, it takes me to F28035.cmd file, and the location is

And the message from the "Build Console' is

I really need some help here.
Thank you,
Frank

