This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Motor Control programming with DRV8302

Other Parts Discussed in Thread: DRV8302, TMS320F28035, CONTROLSUITE

Dear Friend,

I'm working on PMSM Motor Control Project. I've designed two board for two different project.

  1. with DRV8302 as an MOSFET Driver &
  2. with TLP250 as an MOSFET Driver

The MCU is: TMS320F28035

I've imported the project code (C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v1.7\HVPM_Sensored) from control-suit to my workspace, 

Now I can rotate the PMSM Motor by executing Build-Level 1 by 1 in the drive which use MOSFET Driver TLP250.

Now, I'm doing the same thing with the board which use DRV8302 as an MOSFET Driver. Motor is rotating in first two build level (BUILD-LEVEL 1 & 2), but in Build-Level3, as I'm applying 0 to 1 strobe for Gate_En pin, the all three channels PWMs are of the same duty-cycle and can't rotate the motor (before & after lsw = 1). 

Is there any-thing different for the code of DRV8302?