Other Parts Discussed in Thread: DRV8305
I do not quite understand how this works.
In maximum current of Iq_A = 20A for DRV8305
In this example, we multiply 20 * 20 = 400, but for iQ24 is maximum 127.
// calculate vector Is in amps gMotorVars.Is_A = _IQsqrt(_IQmpy(gMotorVars.Id_A, gMotorVars.Id_A) + _IQmpy(gMotorVars.Iq_A, gMotorVars.Iq_A));
Moschet forgot to transfer the float?
Thank you.
Andrew.

