Hi TI,
I am using TMS320F28388D controller in my application.
i have tried to perform addition operation on float32 variables.
The equation is var3 = var1 + var2; var1, var2, var3 all are float32 numbers.
var2 is the number in e-05, e-06, e-07. Var1 is normal number.
After certain number of var1 in the addition operation, the value after point is zero.
Is it a constraint with float32 variables or FPU of processor? Let me know is there any alternate way of performing floating operations.
Thanks,
Saikumar.