Other Parts Discussed in Thread: MSP430F5529, DRV8323,
Hello,
I am using BOOSTXL_DRV8323RS with MSP430F5529 USB LaunchPad Evaluation Kit. We are happy with the results and would like to disconnect the GUI altogether, and control the motor parameters in the MSP430 application code. I have setup all the default values for motor operation, and at power on, all parameters are set. Also have mapped one of the switches on the CPU board, to interrupt, and is used to activate motor or stop the motor. However, Motor never runs.
1- The switch S1 at P2.1 interrupt works -- this controls the drive on/off
2- All motor control parameters, motor speed %, PWM switching frequency, and Ramp Delay Rate are set to valid ranges
3- Power supply is set to 24 volts.
4- power is on
At this point if I press the S1 switch interrupt happens and stepping through the code, all parameters are valid, and the motor control state machine is running, and going through MOTOR_RAMP_UP, MOTOR_RAMP_DOWN, MOTOR_RUN. but motor is not moving.
What am I missing?
Thanks for your help.
Best,
Mano