2025-10-29 10:48 AM - last edited on 2025-10-31 7:21 AM by Amel NASRI
I have been working with sensorless BLDC motor control using NUCLEO-U575ZI-Q + NUCLEO-IHM08M1. When I work with Motor Control Workbench I see this warning "IWConnect: BEMFSensingADC BEMF_V is not connected to any matching input (ADC[0-9]*)_IN(?!N)"
Can anyone explain this?
Is there any physical wiring needed?
2025-10-30 12:11 AM
Hello @Suthan,
At this point, the Workbench tool verifies all configurations. In this case, the BEMF_V signal ADC measurement for the 6-step feature is not feasible.
The 6-step feature is not supported on the STM32U5 series.
2025-10-30 7:42 AM - edited 2025-10-30 7:42 AM
It appears that only FOC is supported for the STM32U5 series. For sensorless FOC, the system still relies on BEMF signals, for rotor position estimation.
In STM32 Motor Control Workbench, I encountered the warning:
"IWConnect: BEMFSensingADC BEMF_V is not connected to any matching input (ADC[0-9]*)_IN(?!N)".
What is the recommended solution to resolve this warning when configuring sensorless FOC with STM32U5?
2025-10-30 7:54 AM
Hello @Suthan,
For more details about the FOC sensorless observer, refer to the User Manual documentation.
To use the FOC feature, select the Create button at this point.
2025-10-30 8:23 AM
There seems to be a misunderstanding between my original question and your response.
I’ve already followed the recommended steps and selected Observer + PLL as the sensorless control mode in Motor Control Workbench. However, my question still stands: even after selecting this mode, the system prompts a warning indicating that three BEMF signals are required. I’m trying to understand why this requirement exists?
2025-10-30 8:57 AM
It is not a requirement but only a warning about SixStep BEMF measurement as described in section 3.2.5 BEMF sensing network of the Six-step firmware algorithm chapter of the user manual.