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.

DRV8312 with F28069 ControlCard - motorware lab examples not working!!

Other Parts Discussed in Thread: DRV8312, MOTORWARE

Hello,

I am using DRV8312 with F28069 ControlCard, the GUI control works fine, i am able to control the motor with only GUI.

Now i wanted to test the lab examples given in the "motorware" - C:\ti\motorware\motorware_1_01_00_15\sw\solutions\instaspin_foc\boards\drv8312kit_revD\f28x\f2806xF\projects\ccs5\proj_lab03b

Tested target configuration - OK Successful

Build - OK

Debug - OK

In the debug when i RUN the code - RED LED 2 in contolCard blinks but no response by the motor!!!

1) what is my mistakes?

2) what is the jumper settings to run the lab examples given? 

3) I checked where the code gets in to infinite loop, here is the statement in line 333

for(;;)
{
    // Waiting for enable system flag to be set
    while(!(gMotorVars.Flag_enableSys));

the control gets in to this infinite loop. 

Please help me come out of this problem..

Regards

Shashanka