Other Parts Discussed in Thread: MOTORWARE
在main主循环中:
HAL_disablePwm(halHandle);
// set the default controller parameters (Reset the control to re-identify the motor)
CTRL_setParams(ctrlHandle,&gUserParams);
gMotorVars.Flag_Run_Identify = false;
应该说是不可能执行到的,为什么还要写在这里?