Other Parts Discussed in Thread: DRV8305-Q1EVM,
The BLDC is an aircraft model motor EMAX RS1408 3600KV, This one is 9N12P, 6 pole pairs.
We have changed the phase voltage divider resistance of the EVM, R62, R63, R64 to 20K, C52, C53, C54 to 0.033uF; the corresponding content of the corresponding program has also been modified.
The changes are as follows:
#define USER_MOTOR_TYPE MOTOR_Type_Pm
#define USER_MOTOR_NUM_POLE_PAIRS (6)
#define USER_MOTOR_Rr (NULL)
#define USER_MOTOR_Rs (0.0600023)
#define USER_MOTOR_Ls_d (0.0000075393)
#define USER_MOTOR_Ls_q (0.0000075393)
#define USER_MOTOR_RATED_FLUX (0.0014830)
#define USER_MOTOR_MAGNETIZING_CURRENT (NULL)
#define USER_MOTOR_RES_EST_CURRENT (2.8)
#define USER_MOTOR_IND_EST_CURRENT (-2.8)
#define USER_MOTOR_MAX_CURRENT (10.0)
#define USER_MOTOR_FLUX_EST_FREQ_Hz (300.0)