Hello Ti,
I’m running lab05b on my Launchpad f28027f and drv8305evm, I have successfully added a pot as the speed control for my motor. I’m trying to run my motor standalone mode without debugger/gui, like load the compiled .out to f28027f and run the motor when I have signal from my pot. I modified my code to set enableSys and Run_identify flags to 1 when there is no user error code
ggMotorVars.Flag_enableSys = 1
gMotorVars.Flag_Run_Identify = 1
What steps do I need to take to make it happen? Thanks.
John