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.
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
InstaSPIN doesn't care if it's Delta or Y. So it doesn't assume either or. What it does it identifies the motor as a Y connected motor. If your motor is Delta connected, then whatever parameters you identified with InstaSPIN need to be converted from Y to Delta. But you don't need to do this, unless you want to match the data with the motor manufacturer's data.
-Jorge