This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BOOSTXL-DRV8320S: In MotorControlSDK do I have to ID the motor or can I type in values from the motor datasheet?

Part Number: BOOSTXL-DRV8320S

I have motor that has following parameters as per datasheet:

coil resistance  0.245 Ohm

coil inductance 30 µH

but when I ID this I get:

#define USER_MOTOR_NUM_POLE_PAIRS (1)
#define USER_MOTOR_Rs_Ohm (0.1913)
#define USER_MOTOR_Ls_d_H (3.95e-6)
#define USER_MOTOR_Ls_q_H (3.95e-6)
#define USER_MOTOR_RATED_FLUX_VpHz (0.0126)
The resistance is not that far off but the inductance is 10x too small.
Are the USER_MOTOR_Rs_Ohm and USER_MOTOR_Ls_d_H values per winding coil or are they values as measured from motor wires?
Does the Instaspin assume delta or star configuration for the motor?
wbr Kusti