Part Number: MSP430G2533 Tool/software: Code Composer Studio Hi, I am currently working on an application to run a simple program on my sensored BLDC motor using DRV8313EVM module. I would like to run the motor in stand alone mode with a certain set of algorithms. The algorithms would be running CW for 40% duty cycle for 1minute, 100% duty cycle for 3 minute CW, 80% duty cycle for 2 min CCW and repeat. 1) For programming BLDC motor, usually there are 6 inputs need to be keyed in (INHA, INLA, INHB, INLB, INHC, INLC), however for the DRV8313EVM (MPS430G2553 chip), there are only points of EN1, EN2, EN3, IN1, IN2 and IN3? As far as I know, usually need to program High and Low for each channel but in this case there are one for EN and one for IN. So how do I go about programming this sequence for CW and CCW as well as using timer to program the time using DRV8313EVM . I am quite new to programming in CCS. Appreciate any advice/help Thanks, Thena
↧