Sensorless FOC control via MC Workbench
I recently purchased the FOC motor development kit, and am learning to use it to control BLDC motors. Disclaimer: I am totally new to STM32 hardware, but I have experience developing with both Arduino and esp32 in C/C++. Any good sources for getting started with this hardware to run BLDC motors would be much appreciated.
MCSDK 6.2.1
Control Board: B-G473E-ZEST1S
Power Board: STEval-LVLP01
Motor: MOONS BLDC R57BLB50L2
Problem: I am able to run my motor in Hall Sensor Speed sense mode, but am unable to run in any sensorless mode. I am able to generate code with Workbench, compile and upload with cubeIDE. I am able to connect with ST Motor Pilot using the MC_FOC_SDK GUI. Hitting start/stop changes status from IDLE to RUN, but I get no motion from the motor.
I am thinking the problem may be in the current feedback. I get erratic speed feedback (in the ranges of +-20k rpm). I have tried selecting both the internal and external op-amps in MC Workbench with same results.
