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.

DRV8353RS-EVM: proj_lab02b does not identifies motor.

Part Number: DRV8353RS-EVM
Other Parts Discussed in Thread: MOTORWARE, , DRV8353

Hi,


 I'm working with Motorware projects using the F28027F and a DRV8353RS-EVM.

As a first step, I used the DRV8353Rx 1.0.1 GUI for identifying and running my motor and everything worked fine. Then I installed motorware in my ubuntu laptop and started the InstaSpin labs. 
I get the DRV8353 firmware from this post and followed the suggested steps.

The problem I am facing now is that when I run the proj_lab02b from CCS, and set gMotorVars.Flag_enableSys and gMotorVars.Flag_Run_Identify to 1 nothing happens. In my understanding from the instaspin_labs pdf, it should start motor ID.
I don't have any feedback from the debugger, or at least I don't know where to have it.

 
When gMotorVars.Flag_enableSys and gMotorVars.Flag_Run_Identify are set to 1 I get this values:

  •     gMotorVars.UserErrorCode = USER_ErrorCode_NoError
  •     gMotorVars.CtrlState = CTRL_State_OffLine
  •     gMotorVars.EstState = EST_State_Idle

What may I'm doing wrong? Is there some flag that I'm not setting?

Thanks.