The software path I used: D:\ti\controlSUITE\development_kits\DRV830x-HC-C2-KIT_v105\InstaSPIN_BLDC
1. when I drive the maxon motor, The motor couldn't start. When EnableFlag=1 and RunMotor=1, the motor quivered and stopped.
How to modify the program to make the motor start normally?
Maxon parameters are as follows:
Nominal voltage V 24
No load speed rpm 60800
No load current mA 282
Nominal speed rpm 57500
Nominal torque (max. continuous torque) mNm 23.6
Nominal current (max. continuous current) A 6.45
Stall torque mNm 561
Stall current A 149
Max. efciency % 91.6
Terminal resistance Ohm 0.161
Terminal inductance mH 0.0171
Torque constant mNm/A 3.76
Speed constant rpm/V 2540
Speed/torque gradient rpm/mNm 109
Mechanical time constant ms 2.04
Rotor inertia gcm 1.79
2.I increase and tune the startup parameters in BLDC-Settings.h,But the motor still can't start. How should the following two start variables be valued?
#define BEGIN_START_RPM 50.0
#define END_START_RPM 100.0