Associate II
April 7, 2026
Question
First motor start fails with SPEED_FEEDBACK fault, second start works
- April 7, 2026
- 1 reply
- 113 views
Hi,
I’m experiencing a consistent issue with the STM32 Motor Control SDK:
- The first motor start attempt always fails with a MC_SPEED_FDBK fault
- After acknowledging the fault, the second (or further) start attempts work perfectly
Observations:
- During the first start, there is no audible motor movement
- Current signals (I_q_ref / I_q_meas) look misaligned or not properly regulated
- After the first failed attempt, signals stabilize and the motor starts normally
- The MC state is initially IDLE
- Fault reported: 0x0020 (MC_SPEED_FDBK)
Observations:
- During the first start, there is no audible motor movement
- Current signals (I_q_ref / I_q_meas) look misaligned or not properly regulated
- After the first failed attempt, signals stabilize and the motor starts normally
- The MC state is initially IDLE
- Fault reported: 0x0020 (MC_SPEED_FDBK)
It seems like something is not fully initialized/calibrated on the first start, possibly:
- Current sensing / ADC offset calibration
My Setup:
SW in Release Mode
Target: Custom Board based on EVSPIN32G4 Schematic (EVSPIN32G4)
Chip: STM32G431VBx3.
MCSDK 6.4.1
FOC / Sensorless
