Other Parts Discussed in Thread: DRV8301 , DRV8320 , DRV8323 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/motor-drivers-group/motor-drivers/f/motor-drivers-forum/719315/drv8301-can-drv8301-drive-fm200tu-2a-mitsubishi…
Other Parts Discussed in Thread: LVBLDCMTR , MOTORWARE , LAUNCHXL-F28069M 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/motor-drivers-group/motor-drivers/f/motor-drivers-forum/687026/drv8301-impossible-to-spin-a-motor…
Other Parts Discussed in Thread: CONTROLSUITE 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/766943/drv8301-hc-c2-kit-am-i-able-to…
1、通过更改user.h中的“USER_MOTOR_MAX_CURRENT”来增加最大扭矩电流。
2、通过在“updateGlobalVariables_motor()”中添加以下内容,检查“gMotorVars.Vs”是否接近“USER_MAX_VS_MAG_PU”。如果是,说明直流总线不足以承受高速负载,您需要检查电机的规格,看它是否是适用于DRV8301套件的低压电机。
// read Vd and Vq vectors per units
gMotorVars.Vd = CTRL_getVd_out_pu…