Tool/software: Code Composer Studio
I'm using the LAUNCHXL-F28379D + BOOSTXL-DRV8305EVM and the FCL-SFRA example project to do speed control with a 28 volts PM brushless motor
When I compile the incremental build 2 (FCL_LEVEL2) the motor starts spinning at low speed when I set the speedRef to IQ(0.05), but I can't make it spinning much faster. For example, when I set speedRef to IQ(0.15) the motors stops even if I raise the values of VdTesting and VqTesting.
When I compile incremental build 3 (FCL_LEVEL3), the cntlr_id.fbk tracks the IdRef and cntlr_iq.fbk tracks IqRef and the motor shaft is rigidly locked from spinning as I try different values of Id and Iq. I wonder if this is the expected result.
After compiling incremental build 4 (FCL_LEVEL4) and try different values of speedRef to test de speed loop, the PID changes the Iq values and the current comsuption increases, but in all cases the motor shaft does not spin, it's always rigidly locked
I tried to swap the motor phases but still not working. The encoder reading its working in all cases.