Other Parts Discussed in Thread: C2000WARE
Hi expert,
My customer is designing software resolver with C2000 device. When calculating theta (rotor position), error will become large when theta is close to 90 degrees (cos theta is close to zero).
I'd like to know how to achieve the best accuracy or arctan even with cost of more MIPS. Could you make cos theta and sin theta float64? Could we calculate arctan with return type of FPU64?
Our device is F28379D
Thanks
Sheldon